Unify memory types.
* grub-core/Makefile.am (KERNEL_HEADER_FILES): Include memory.h. * grub-core/commands/lsmmap.c (grub_cmd_lsmmap): Output user-readable types. * grub-core/kern/i386/multiboot_mmap.c (grub_lower_mem): Removed. (grub_upper_mem): Likewise. * grub-core/kern/ieee1275/init.c (grub_upper_mem): Likewise. * include/grub/memory.h (grub_memory_type_t): New enum. All users updated.
This commit is contained in:
commit
a1d84a5e5e
52 changed files with 315 additions and 443 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2010-09-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Unify memory types.
|
||||
|
||||
* grub-core/Makefile.am (KERNEL_HEADER_FILES): Include memory.h.
|
||||
* grub-core/commands/lsmmap.c (grub_cmd_lsmmap): Output user-readable
|
||||
types.
|
||||
* grub-core/kern/i386/multiboot_mmap.c (grub_lower_mem): Removed.
|
||||
(grub_upper_mem): Likewise.
|
||||
* grub-core/kern/ieee1275/init.c (grub_upper_mem): Likewise.
|
||||
* include/grub/memory.h (grub_memory_type_t): New enum.
|
||||
All users updated.
|
||||
|
||||
2010-09-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/Makefile.core.def (lsapm): New module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue