On 06/04/15 16:34, Yao, Jiewen wrote: > + SetPropertiesTableSectionAlignment (SectionAlignment); > + if ((SectionAlignment & (SIZE_4KB - 1)) != 0) { > + DEBUG ((EFI_D_ERROR, "!!!!!!!! InsertImageRecord - Section > Alignment(0x%x) is not 4K !!!!!!!!\n", SectionAlignment));
I just noticed that the above message is printed under OVMF for all DXE_RUNTIME_DRIVER modules. Why does that happen? Thanks Laszlo > + PdbPointer = PeCoffLoaderGetPdbPointer ((VOID*) (UINTN) ImageAddress); > + if (PdbPointer != NULL) { > + DEBUG ((EFI_D_ERROR, "!!!!!!!! Image - %a !!!!!!!!\n", PdbPointer)); > + } > + goto Finish; > + } ------------------------------------------------------------------------------ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel