Re: [U-Boot] [RFC PATCH] efi: Another way to create u-boot payload for EFI

2015-08-04 Thread Bin Meng
Hi Simon, On Fri, Jul 31, 2015 at 11:45 PM, Simon Glass wrote: > Hi Bin, > > On 23 July 2015 at 09:45, Bin Meng wrote: >> This approach is different from Simon's approach. It uses objcopy >> to convert u-boot-dtb.bin into an ELF object with all the binary >> content included in the .data section

Re: [U-Boot] [RFC PATCH] efi: Another way to create u-boot payload for EFI

2015-07-31 Thread Simon Glass
Hi Bin, On 23 July 2015 at 09:45, Bin Meng wrote: > This approach is different from Simon's approach. It uses objcopy > to convert u-boot-dtb.bin into an ELF object with all the binary > content included in the .data section. This elinimates the need > to include a special section in the payload'

[U-Boot] [RFC PATCH] efi: Another way to create u-boot payload for EFI

2015-07-23 Thread Bin Meng
This approach is different from Simon's approach. It uses objcopy to convert u-boot-dtb.bin into an ELF object with all the binary content included in the .data section. This elinimates the need to include a special section in the payload's linker script. Also there is no need to add any ASFLAGS_RE