2010-11-08 Manoel Rebelo Abranches <mrabran@br.ibm.com>
* include/grub/elfload.h (grub_elf32_size): New parameter. All users updated. Return maximum segments alignment. (grub_elf64_size): Likewise. * kern/elf.c (grub_elf32_size): New parameter. All users updated. Return maximum segments alignment. (grub_elf64_size): Likewise. * grub-core/loader/powerpc/ieee1275/linux.c: (grub_linux_claimmap_iterate): New function. Uses the "available"property in the "memory" node for memory allocation for kernel in the PowerPC loader. (grub_linux_load32): Correctly find linux entry point offset. (grub_linux_load64): Likewise.
This commit is contained in:
parent
d2bf06bf34
commit
9c4cf53bfe
6 changed files with 110 additions and 67 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2010-11-08 Manoel Rebelo Abranches <mrabran@br.ibm.com>
|
||||
|
||||
* include/grub/elfload.h (grub_elf32_size): New parameter. All users updated.
|
||||
Return maximum segments alignment.
|
||||
(grub_elf64_size): Likewise.
|
||||
* kern/elf.c (grub_elf32_size): New parameter. All users updated.
|
||||
Return maximum segments alignment.
|
||||
(grub_elf64_size): Likewise.
|
||||
* grub-core/loader/powerpc/ieee1275/linux.c:
|
||||
(grub_linux_claimmap_iterate): New function. Uses the "available"property
|
||||
in the "memory" node for memory allocation for kernel in the PowerPC loader.
|
||||
(grub_linux_load32): Correctly find linux entry point offset.
|
||||
(grub_linux_load64): Likewise.
|
||||
|
||||
2010-11-07 Robert Millan <rmh@gnu.org>
|
||||
|
||||
On mips-yeeloong, build with -march=loongson2f when this flag is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue