Re: [U-Boot] [PATCH 03/14] efi_loader: Add PE image loader

2016-02-01 Thread Alexander Graf
On 01/31/2016 04:18 PM, Simon Glass wrote: Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: EFI uses the PE binary format for its application images. Add support to EFI PE binaries as well as all necessary bits for the "EFI image loader" interfaces. Signed-off-by: Alexander

Re: [U-Boot] [PATCH 03/14] efi_loader: Add PE image loader

2016-01-31 Thread Simon Glass
Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: > EFI uses the PE binary format for its application images. Add support to EFI > PE > binaries as well as all necessary bits for the "EFI image loader" interfaces. > > Signed-off-by: Alexander Graf > > --- > > v1 -> v2: > > - mo

[U-Boot] [PATCH 03/14] efi_loader: Add PE image loader

2016-01-14 Thread Alexander Graf
EFI uses the PE binary format for its application images. Add support to EFI PE binaries as well as all necessary bits for the "EFI image loader" interfaces. Signed-off-by: Alexander Graf --- v1 -> v2: - move memory allocation to separate patch - limit 32/64 to hosts that support it - ch