Re: [U-Boot] [PATCH 1/5] efi_loader: Generate Microsoft PE format complaint images

2018-10-02 Thread Bin Meng
Hi Heinrich, On Thu, Sep 27, 2018 at 2:40 AM Heinrich Schuchardt wrote: > > On 09/26/2018 08:03 AM, Bin Meng wrote: > > Per Microsoft PE Format documentation [1], PointerToSymbolTable and > > NumberOfSymbols should be zero for an image in the COFF file header. > > Currently U-Boot is generating *

Re: [U-Boot] [PATCH 1/5] efi_loader: Generate Microsoft PE format complaint images

2018-09-26 Thread Heinrich Schuchardt
On 09/26/2018 08:03 AM, Bin Meng wrote: > Per Microsoft PE Format documentation [1], PointerToSymbolTable and > NumberOfSymbols should be zero for an image in the COFF file header. > Currently U-Boot is generating *.efi images (eg: helloworld.efi) in > which these two members are not zero. > > Thi

[U-Boot] [PATCH 1/5] efi_loader: Generate Microsoft PE format complaint images

2018-09-25 Thread Bin Meng
Per Microsoft PE Format documentation [1], PointerToSymbolTable and NumberOfSymbols should be zero for an image in the COFF file header. Currently U-Boot is generating *.efi images (eg: helloworld.efi) in which these two members are not zero. This updates the build rules to tell linker to remove t