Re: GRUB port for ARMv7-A U-Boot

2012-10-22 Thread Leif Lindholm
On 10/19/12 20:11, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 19.10.2012 20:47, Leif Lindholm wrote: libfdt is dual-licensed, GPLv2+/BSD, and the copyright belongs to David Gibson . I have a patch against the libfdt included in http://jdl.com/software/dtc-v1.3.0.tgz that makes it build unde

[PATCH] update ARM definitions in elf.h

2012-10-22 Thread Leif Lindholm
Updated definitions imported from binutils-2.22 include/elf/arm.h.=== modified file 'include/grub/elf.h' --- include/grub/elf.h 2012-06-18 19:09:57 + +++ include/grub/elf.h 2012-10-22 11:52:03 + @@ -145,6 +145,7 @@ #define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */ #define ELFOSABI_MOD

[PATCH] grub-mkimage: postpone free(arguments.output)

2012-10-22 Thread Leif Lindholm
The output filename is currently free()d before the call to generate_image(), which takes this as a parameter. This patch delays the free until after generate_image returns.=== modified file 'util/grub-mkimage.c' --- util/grub-mkimage.c 2012-06-26 01:38:10 + +++ util/grub-mkimage.c 2012-10-22

Re: for ppc, include all modules in the core image

2012-10-22 Thread Paulo Flabiano Smorigo/Brazil/IBM
Quoting Vladimir 'φ-coder/phcoder' Serbinenko : On 16.10.2012 12:28, Paulo Flabiano Smorigo/Brazil/IBM wrote: Hi all! This patch implements the solution suggested by Gustavo Luiz Duarte : Adding more modules to be built-in to the grub core ELF is easy. It is a parameter passed by grub2-inst

Re: for ppc, include all modules in the core image

2012-10-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.10.2012 19:30, Paulo Flabiano Smorigo/Brazil/IBM wrote: > > Quoting Vladimir 'φ-coder/phcoder' Serbinenko : > >> On 16.10.2012 12:28, Paulo Flabiano Smorigo/Brazil/IBM wrote: >> >>> Hi all! >>> >>> This patch implements the solution suggested by Gustavo Luiz Duarte >>> : >>> >>> Adding mor