mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Update build script to include new SEC.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17033 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3eb46cfce8
commit
c01934fb18
Vlv2TbltDevicePkg
File diff suppressed because one or more lines are too long
@ -12,5 +12,5 @@
|
||||
#
|
||||
|
||||
HEADER=IFWI_HEADER
|
||||
SEC_VERSION=1.0.2.1060v5
|
||||
SEC_VERSION=1.0.2.1067
|
||||
|
||||
|
@ -222,7 +222,7 @@ BOARD_ID=$(grep '^BOARD_ID' Conf/BiosId.env | cut -d ' ' -f 3 | cut -c 1-7)
|
||||
BIOS_Name="$BOARD_ID"_"$Arch"_"$BUILD_TYPE"_"$VERSION_MAJOR"_"$VERSION_MINOR".ROM
|
||||
BIOS_ID="$BOARD_ID"_"$Arch"_"$BUILD_TYPE"_"$VERSION_MAJOR"_"$VERSION_MINOR"_GCC.bin
|
||||
cp -f $BUILD_PATH/FV/VLV.fd $WORKSPACE/$BIOS_Name
|
||||
SEC_VERSION=1.0.2.1060v5
|
||||
SEC_VERSION=1.0.2.1067
|
||||
cat ./$PLATFORM_PACKAGE/Stitch/IFWIHeader/IFWI_HEADER.bin ./Vlv2MiscBinariesPkg/SEC/$SEC_VERSION/VLV_SEC_REGION.bin ./$PLATFORM_PACKAGE/Stitch/IFWIHeader/Vacant.bin $BIOS_Name > ./$PLATFORM_PACKAGE/Stitch/$BIOS_ID
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user