mirror of https://github.com/acidanthera/audk.git
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
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…
Reference in New Issue