mirror of https://github.com/acidanthera/audk.git
Change IPF_PE32_PEIM IPF layout to contain ${PLATFORM_DIR}/Blank.pad for XIP IPF CODE 16byte align.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1830 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c777d1d406
commit
0bab6d041a
|
@ -17906,7 +17906,7 @@
|
||||||
<Section SectionType="EFI_SECTION_RAW">
|
<Section SectionType="EFI_SECTION_RAW">
|
||||||
<!--add 12 bytes blank.pad file-->
|
<!--add 12 bytes blank.pad file-->
|
||||||
<Filenames>
|
<Filenames>
|
||||||
<Filename>Blank.pad</Filename>
|
<Filename>${PLATFORM_DIR}/Blank.pad</Filename>
|
||||||
</Filenames>
|
</Filenames>
|
||||||
</Section>
|
</Section>
|
||||||
<Section SectionType="EFI_SECTION_PE32"/>
|
<Section SectionType="EFI_SECTION_PE32"/>
|
||||||
|
|
Loading…
Reference in New Issue