- Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed.
- Fixed EDKT366. For NT32, using "build run" to launch the NT32 emulator. The run.cmd is still be generated in the ${TARGET_DIR} git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2305 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -19886,15 +19886,9 @@
|
||||
<Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM"/>
|
||||
<Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE"/>
|
||||
<Attribute Name="FFS_ATTRIB_DATA_ALIGNMENT" Value="1"/>
|
||||
<!--FFS DATA should align 16 bytes.-->
|
||||
<!--The PE32 should align on 16 bytes boundary.-->
|
||||
<Sections>
|
||||
<Section SectionType="EFI_SECTION_RAW">
|
||||
<!--add 12 bytes blank.pad file-->
|
||||
<Filenames>
|
||||
<Filename>${PLATFORM_DIR}/Blank.pad</Filename>
|
||||
</Filenames>
|
||||
</Section>
|
||||
<Section SectionType="EFI_SECTION_PE32"/>
|
||||
<Section SectionType="EFI_SECTION_PE32" Alignment="1"/>
|
||||
<Section SectionType="EFI_SECTION_PEI_DEPEX"/>
|
||||
<Section SectionType="EFI_SECTION_USER_INTERFACE"/>
|
||||
<Section SectionType="EFI_SECTION_VERSION"/>
|
||||
@@ -19904,15 +19898,9 @@
|
||||
<Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEI_CORE"/>
|
||||
<Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE"/>
|
||||
<Attribute Name="FFS_ATTRIB_DATA_ALIGNMENT" Value="1"/>
|
||||
<!--FFS DATA should align 16 bytes.-->
|
||||
<!--The PE32 should align on 16 bytes boundary.-->
|
||||
<Sections>
|
||||
<Section SectionType="EFI_SECTION_RAW">
|
||||
<!--add 12 bytes blank.pad file-->
|
||||
<Filenames>
|
||||
<Filename>${PLATFORM_DIR}/Blank.pad</Filename>
|
||||
</Filenames>
|
||||
</Section>
|
||||
<Section SectionType="EFI_SECTION_PE32"/>
|
||||
<Section SectionType="EFI_SECTION_PE32" Alignment="1"/>
|
||||
<Section SectionType="EFI_SECTION_USER_INTERFACE"/>
|
||||
<Section SectionType="EFI_SECTION_VERSION"/>
|
||||
</Sections>
|
||||
|
Reference in New Issue
Block a user