Re: [edk2] Intel ITP-XDP with Tunnel Mountain and EDK2?

2015-08-15 Thread Blibbet
Belatedly, thanks for the advise, Zachary and Bruce!!

http://firmwaresecurity.com/2015/08/15/low-cost-uefi-debugging-options-for-intel/


___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] Section Alignment of elf binaries compiled with GCC(Linux)

2015-08-15 Thread Michael Zimmermann
When booting(a new device I'm currently working on) I get these warnings:
  InsertImageRecord - Section Alignment(0x20) is not 4K  

the warning is raised by MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c and
when compiling using GCC from Linux, the SectionAlignment is set by
BaseTools/Source/C/GenFw/Elf32Convert.c.

I checked the resulting binaries using readpe and indeed they have a
SectionAlignment of 0x20, while the precompiled binaries like Shell.efi
have a Alignment of 0x1000(4K).

So, is this a bug of my GCC compiler or of EDK2?
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel