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

Reply via email to