mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARY
Reviewed-by: David Wei <david.wei@intel.com> Thanks, David Wei -----Original Message----- From: Gary Lin [mailto:glin@suse.com] Sent: Thursday, August 11, 2016 4:38 PM To: edk2-devel@lists.01.org Cc: Wei, David <david.wei@intel.com> Subject: [PATCH 4/4] Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARY For GCC, it's using the reset vector in IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Bin/ResetVec.ia32.raw. Add the RAW file type to Rule.Common.SEC.BINARY in PlatformPkgGcc.fdf, so that GenFds can handle the raw file. Cc: David Wei <david.wei@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
692835033a
commit
584fcb7de2
@ -839,7 +839,11 @@ FV = BiosUpdate
|
|||||||
[Rule.Common.SEC.BINARY]
|
[Rule.Common.SEC.BINARY]
|
||||||
FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED {
|
FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED {
|
||||||
PE32 PE32 Align = 8 |.efi
|
PE32 PE32 Align = 8 |.efi
|
||||||
RAW BIN Align = 16 |.com
|
!if $(MINNOW2_FSP_BUILD) == TRUE
|
||||||
|
RAW RAW |.raw
|
||||||
|
!else
|
||||||
|
RAW BIN Align = 16 |.com
|
||||||
|
!endif
|
||||||
}
|
}
|
||||||
|
|
||||||
[Rule.Common.PEI_CORE]
|
[Rule.Common.PEI_CORE]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user