From nobody Fri Mar 29 00:32:44 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail(p=none dis=none) header.from=intel.com Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1534227487665105.84169046157342; Mon, 13 Aug 2018 23:18:07 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 317C3210EFAFE; Mon, 13 Aug 2018 23:18:06 -0700 (PDT) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7F7EA210EE4DF for ; Mon, 13 Aug 2018 23:18:05 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Aug 2018 23:18:04 -0700 Received: from zwei4-mobl1.ccr.corp.intel.com ([10.239.193.212]) by fmsmga006.fm.intel.com with ESMTP; 13 Aug 2018 23:18:03 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=david.wei@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,237,1531810800"; d="scan'208";a="254629481" From: zwei4 To: edk2-devel@lists.01.org Date: Tue, 14 Aug 2018 14:17:51 +0800 Message-Id: <20180814061751.2412-1-david.wei@intel.com> X-Mailer: git-send-email 2.14.1.windows.1 Subject: [edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] UP2 Board Enabling. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Wei MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RDMRC_1 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add platform specific code and build script for AAEON UP2 board. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: David Wei CC: Mike Wu CC: Mang Guo --- BuildBIOS.bat | 4 +++- BuildBIOS.sh | 3 +++ Platform/BroxtonPlatformPkg/BuildBxtBios.bat | 18 ++++++++++++++++++ Platform/BroxtonPlatformPkg/BuildBxtBios.sh | 21 +++++++++++++++++= ++++ Platform/BroxtonPlatformPkg/BuildIFWI.bat | 7 +++++++ .../Common/Include/Guid/PlatformInfo.h | 1 + .../Common/Include/Guid/PlatformInfo_Aplk.h | 1 + .../PlatformSetupDxe/PlatformSetupDxe.c | 9 --------- .../Common/Tools/Stitch/IFWIStitch_Simple.bat | 9 +++++++++ Platform/BroxtonPlatformPkg/DefineAtBuildMacros.dsc | 1 + .../PlatformDsc/Components.IA32.dsc | 15 ++++++++++----- .../BroxtonPlatformPkg/PlatformDsc/Components.dsc | 1 + .../PlatformDsc/PcdsFixedAtBuild.dsc | 7 ++++++- Platform/BroxtonPlatformPkg/PlatformPkg.dec | 1 + Platform/BroxtonPlatformPkg/PlatformPkg.fdf | 6 ++++++ 15 files changed, 88 insertions(+), 16 deletions(-) diff --git a/BuildBIOS.bat b/BuildBIOS.bat index b04150c2e0..22c8792edb 100644 --- a/BuildBIOS.bat +++ b/BuildBIOS.bat @@ -52,6 +52,7 @@ echo. /? Display this help text echo. echo /m Set the build thread count to number of processors echo /vs13 Set Compiler to vs2013 build (default: vs2013) +echo /vs15 Set Compiler to vs2015 build (default: vs2013) echo /x64 Set Arch to X64 (default: X64) echo /IA32 Set Arch to IA32 (default: X64) echo /A Set FabId to A @@ -62,12 +63,13 @@ echo /MX MinnowBoard 3 Module echo /BG Benson Glacier Board echo /AG Aurora Glacier Board echo /LH LeafHill CRB Board +echo /UP AAEON UP2 Board echo /L Flash region access permission for host CPU echo PlatformName: Broxton echo BuildTargets: Release, Debug =20 echo Examples: -echo %thisscript% /vs13 /B /x64 Broxton Debug +echo %thisscript% /vs13 /LH /B /x64 Broxton Debug =20 set exitCode=3D1 =20 diff --git a/BuildBIOS.sh b/BuildBIOS.sh index a99f77e978..9c482697b1 100755 --- a/BuildBIOS.sh +++ b/BuildBIOS.sh @@ -22,6 +22,7 @@ function Usage () { echo " Build_Flags: /BG Benson Glacier Board" echo " Build_Flags: /MX MinnowBoard3 Module" echo " Build_Flags: /LH LeafHill CRB Board" + echo " Build_Flags: /UP AAEON UP2 Board" echo " Build_Flags: /A Set FabId to A " echo " Build_Flags: /B Set FabId to B (default= : FAB_B)" echo " Build_Flags: /D Set FabId to D " @@ -29,6 +30,8 @@ function Usage () { echo " PlatformName [optional]: Broxton " =20 echo " Target_Flag: Release, Debug " echo + echo "Example: BuildBios.sh /LH /D Broxton Release" + echo echo "Press any key......" read exit 0 diff --git a/Platform/BroxtonPlatformPkg/BuildBxtBios.bat b/Platform/Broxto= nPlatformPkg/BuildBxtBios.bat index bd3a7b6498..3e31d52e25 100644 --- a/Platform/BroxtonPlatformPkg/BuildBxtBios.bat +++ b/Platform/BroxtonPlatformPkg/BuildBxtBios.bat @@ -61,6 +61,7 @@ set SrcDebug=3DFALSE set APLK_SETUP_ENABLE_BUILD=3DFALSE set FSP_BUILD=3DFALSE set FSP_WRAPPER=3DFALSE +set UP2_BOARD=3DFALSE =20 :: Set Defaults of platform specific environment variables. set EFI_SOURCE=3D%CD% @@ -199,6 +200,12 @@ if /i "%~1"=3D=3D"/LH" ( shift goto OptLoop ) +if /i "%~1"=3D=3D"/UP" ( + set BoardId=3DUP + echo. + shift + goto OptLoop +) if /i "%~1"=3D=3D"/m" ( if defined NUMBER_OF_PROCESSORS ( set /a build_threads=3D%NUMBER_OF_PROCESSORS% @@ -229,6 +236,9 @@ if /i "%~1" =3D=3D "%Minnow_RVP%" ( set BOARD_ID=3DM3MODUL ) else if %BoardId%=3D=3DLH ( set BOARD_ID=3DLEAFHIL + ) else if %BoardId%=3D=3DUP ( + set BOARD_ID=3DUPBOARD + set UP2_BOARD=3DTRUE ) set ENBDT_PF_BUILD=3DTRUE set PLATFORM_NAME=3DBroxtonPlatformPkg @@ -264,6 +274,8 @@ if "%Arch%"=3D=3D"IA32" ( echo DEFINE X64_CONFIG =3D TRUE >> %= Build_Macros% ) =20 +echo DEFINE UP2_BOARD =3D %UP2_BOARD% >> %Bui= ld_Macros% + ::Stage of copy of BiosId.env in Conf/ with Platform_Type and Build_Target= values removed =20 if "%Arch%"=3D=3D"X64" ( @@ -315,6 +327,12 @@ if %BoardId%=3D=3DLH ( ) ) =20 +if %BoardId%=3D=3DUP ( + if %FabId%=3D=3DA ( + echo BOARD_REV =3D A >> Conf\BiosId.env + ) +) + :: Set the Build_Type, Version_Major, and Version_Minor environment variab= les find /v "#" Conf\BiosId.env > ver_strings for /f "tokens=3D1,3" %%i in (ver_strings) do set %%i=3D%%j diff --git a/Platform/BroxtonPlatformPkg/BuildBxtBios.sh b/Platform/Broxton= PlatformPkg/BuildBxtBios.sh index 80ed924a2c..95665c7f95 100755 --- a/Platform/BroxtonPlatformPkg/BuildBxtBios.sh +++ b/Platform/BroxtonPlatformPkg/BuildBxtBios.sh @@ -44,6 +44,7 @@ PPV_BIOS_ENABLE=3DFALSE RVVP_BIOS_ENABLE=3DFALSE RVV_BIOS_ENABLE=3DFALSE SrcDebug=3DFALSE +UP2_BOARD=3DFALSE =20 ## Clean up previous build files. if [ -e $(pwd)/EDK2.log ]; then @@ -161,6 +162,11 @@ elif [ $BoardId =3D=3D "BG" ]; then elif [ $BoardId =3D=3D "LH" ]; then BOARD_ID=3DLEAF echo BOARD_ID =3D LEAFHIL >> $WORKSPACE/Conf/BiosId.env +else +elif [ $BoardId =3D=3D "UP" ]; then + BOARD_ID=3DUPBO + echo BOARD_ID =3D UP2BORD >> $WORKSPACE/Conf/BiosId.env + UP2_BOARD=3DTRUE else break fi @@ -187,6 +193,7 @@ echo DEFINE SV_BIOS_ENABLE =3D $SV_BIOS_ENABLE >= > $Build_Macros echo DEFINE PPV_BIOS_ENABLE =3D $PPV_BIOS_ENABLE >> $Build_Macros echo DEFINE RVVP_BIOS_ENABLE =3D $RVVP_BIOS_ENABLE >> $Build_Macros echo DEFINE RVV_BIOS_ENABLE =3D $RVV_BIOS_ENABLE >> $Build_Macros +echo DEFINE UP2_BOARD =3D $UP2_BOARD >> $Build_Macros =20 if [ $Arch =3D=3D "IA32" ]; then echo DEFINE X64_CONFIG =3D FALSE >> $Build_Macros @@ -241,6 +248,12 @@ if [ $BoardId =3D=3D "LH" ]; then fi fi =20 +if [ $BoardId =3D=3D "UP" ]; then + if [ $FabId =3D=3D "A" ]; then + BOARD_REV=3DA + echo BOARD_REV =3D A >> $WORKSPACE/Conf/BiosId.env + fi +fi ##********************************************************************** ## Additional EDK Build Setup/Configuration ##********************************************************************** @@ -416,6 +429,14 @@ if [ $BoardId =3D=3D "LH" ]; then fi fi =20 +if [ $BoardId =3D=3D "UP" ]; then + if [ $FabId =3D=3D "A" ]; then + cp -f $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Board/LeafHill/IFWI/F= AB_A/SpiChunk1.bin $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Common/Tools= /Stitch + cp -f $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Board/LeafHill/IFWI/F= AB_A/SpiChunk2.bin $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Common/Tools= /Stitch + cp -f $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Board/LeafHill/IFWI/F= AB_A/SpiChunk3.bin $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Common/Tools= /Stitch + cp -f $PLATFORM_PATH/Platform/BroxtonPlatformPkg/Board/LeafHill/IFWI/F= AB_A/SpiChunk1SpiAccessControl.bin $PLATFORM_PATH/Platform/BroxtonPlatform= Pkg/Common/Tools/Stitch + fi +fi # # Assmeble components # diff --git a/Platform/BroxtonPlatformPkg/BuildIFWI.bat b/Platform/BroxtonPl= atformPkg/BuildIFWI.bat index 35f4c8d6bd..396e8c4968 100644 --- a/Platform/BroxtonPlatformPkg/BuildIFWI.bat +++ b/Platform/BroxtonPlatformPkg/BuildIFWI.bat @@ -132,6 +132,13 @@ if /i "%~1"=3D=3D"/LH" ( goto OptLoop ) =20 +if /i "%~1"=3D=3D"/UP" ( + set BoardId=3DUP + set Build_Flags=3D%Build_Flags% /UP + shift + goto OptLoop +) + if /i "%~1"=3D=3D"/m" ( set buildthread=3D/m echo. diff --git a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h= b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h index bebbda4349..ee60046488 100644 --- a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h +++ b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo.h @@ -173,6 +173,7 @@ typedef enum { =20 =20 typedef enum { + BOARD_ID_UP2 =3D 0x01, // UP2 BOARD_ID_MINNOW_NEXT =3D 0x03, // Minnow Board Next BOARD_ID_LFH_CRB =3D 0x07, // Leaf Hill BOARD_ID_MINNOW =3D 0x0F, // Minnow Board diff --git a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_A= plk.h b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h index e721cda959..c9f0a7576e 100644 --- a/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h +++ b/Platform/BroxtonPlatformPkg/Common/Include/Guid/PlatformInfo_Aplk.h @@ -158,6 +158,7 @@ typedef struct { // =20 typedef enum { + BOARD_ID_UP2 =3D 0x01, // UP2 BOARD_ID_MINNOW_NEXT =3D 0x03, // Minnow Board Next BOARD_ID_LFH_CRB =3D 0x07, // Leaf Hill BOARD_ID_MINNOW =3D 0x0F, // Minnow Board diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSe= tupDxe/PlatformSetupDxe.c b/Platform/BroxtonPlatformPkg/Common/PlatformSett= ings/PlatformSetupDxe/PlatformSetupDxe.c index 21fd328fd4..bbb31b10da 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/= PlatformSetupDxe.c +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/= PlatformSetupDxe.c @@ -141,15 +141,6 @@ LoadPlatformDefaultValues ( IN EFI_CALLBACK_INFO *Private ) { - switch (Private->FakeNvData.BoardId) { - case BOARD_ID_LFH_CRB: - case BOARD_ID_MINNOW: - case BOARD_ID_BENSON: - - break; - default: - break; - } =20 Private->FakeNvData.PlatformSettingEn =3D 1; } diff --git a/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Sim= ple.bat b/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple= .bat index b8abaf38bf..125c8c2d53 100644 --- a/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat +++ b/Platform/BroxtonPlatformPkg/Common/Tools/Stitch/IFWIStitch_Simple.bat @@ -60,6 +60,10 @@ if /i "%~3"=3D=3D"LH" ( set BoardId=3DLH ) =20 +if /i "%~3"=3D=3D"UP" ( + set BoardId=3DUP +) + if /i "%~4"=3D=3D"L" ( set SpiAccessControl=3D1 ) @@ -190,6 +194,11 @@ if %BoardId%=3D=3DBG ( ) else ( copy /y /b SpiChunk1SpiAccessControl.bin+.\BIOS_COMPONENTS\IB= BL.Fv+.\BIOS_COMPONENTS\IBB.Fv+SpiChunk2.bin+.\BIOS_COMPONENTS\OBB.Fv+.\BIO= S_COMPONENTS\NvStorage.Fv+SpiChunk3.bin spi_out.bin ) +) else if %BoardId%=3D=3DUP ( + copy /y /b ..\..\..\Board\UP2\IFWI\FAB_A\SpiChunk1.bin . + copy /y /b ..\..\..\Board\UP2\IFWI\FAB_A\SpiChunk2.bin . + copy /y /b ..\..\..\Board\UP2\IFWI\FAB_A\SpiChunk3.bin . + copy /y /b SpiChunk1.bin+.\BIOS_COMPONENTS\IBBL.Fv+.\BIOS_COMPO= NENTS\IBB.Fv+SpiChunk2.bin+.\BIOS_COMPONENTS\OBB.Fv+.\BIOS_COMPONENTS\NvSto= rage.Fv+SpiChunk3.bin spi_out.bin ) move /y spi_out.bin %BIOS_ID%.bin >> Stitching.log =20 diff --git a/Platform/BroxtonPlatformPkg/DefineAtBuildMacros.dsc b/Platform= /BroxtonPlatformPkg/DefineAtBuildMacros.dsc index 0e29ef3be4..d181c499f4 100644 --- a/Platform/BroxtonPlatformPkg/DefineAtBuildMacros.dsc +++ b/Platform/BroxtonPlatformPkg/DefineAtBuildMacros.dsc @@ -1,3 +1,4 @@ DEFINE ENBDT_PF_BUILD =3D TRUE =20 DEFINE APLK_SETUP_ENABLE_BUILD =3D TRUE=20 DEFINE X64_CONFIG =3D TRUE =20 +DEFINE UP2_BOARD =3D FALSE =20 diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.IA32.dsc b/= Platform/BroxtonPlatformPkg/PlatformDsc/Components.IA32.dsc index 1aec4a9244..abd89bf374 100644 --- a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.IA32.dsc +++ b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.IA32.dsc @@ -78,11 +78,15 @@ =20 $(PLATFORM_PACKAGE_COMMON)/PlatformSettings/PlatformPreMemPei/PlatformPr= eMemPei.inf { - NULL|$(PLATFORM_NAME)/Board/MinnowBoard3/BoardInitPreMem/BoardInitPr= eMem.inf - NULL|$(PLATFORM_NAME)/Board/LeafHill/BoardInitPreMem/BoardInitPreMem= .inf - NULL|$(PLATFORM_NAME)/Board/BensonGlacier/BoardInitPreMem/BoardInitP= reMem.inf - NULL|$(PLATFORM_NAME)/Board/AuroraGlacier/BoardInitPreMem/BoardInitP= reMem.inf - NULL|$(PLATFORM_NAME)/Board/MinnowBoard3Next/BoardInitPreMem/BoardIn= itPreMem.inf + !if $(UP2_BOARD) =3D=3D TRUE + NULL|$(PLATFORM_NAME)/Board/UP2/BoardInitPreMem/BoardInitPreMem.inf + !else=20 + NULL|$(PLATFORM_NAME)/Board/MinnowBoard3/BoardInitPreMem/BoardInit= PreMem.inf + NULL|$(PLATFORM_NAME)/Board/LeafHill/BoardInitPreMem/BoardInitPreM= em.inf + NULL|$(PLATFORM_NAME)/Board/BensonGlacier/BoardInitPreMem/BoardIni= tPreMem.inf + NULL|$(PLATFORM_NAME)/Board/AuroraGlacier/BoardInitPreMem/BoardIni= tPreMem.inf + NULL|$(PLATFORM_NAME)/Board/MinnowBoard3Next/BoardInitPreMem/Board= InitPreMem.inf + !endif BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf CpuPolicyLib|$(PLATFORM_SI_PACKAGE)/Cpu/Library/PeiCpuPolicyLibPreMe= m/PeiCpuPolicyLibPreMem.inf @@ -115,6 +119,7 @@ =20 $(PLATFORM_PACKAGE_COMMON)/PlatformSettings/PlatformPostMemPei/PlatformP= ostMemPei.inf { + NULL|$(PLATFORM_NAME)/Board/UP2/BoardInitPostMem/BoardInitPostMem.i= nf NULL|$(PLATFORM_NAME)/Board/MinnowBoard3/BoardInitPostMem/BoardInit= PostMem.inf NULL|$(PLATFORM_NAME)/Board/LeafHill/BoardInitPostMem/BoardInitPost= Mem.inf NULL|$(PLATFORM_NAME)/Board/BensonGlacier/BoardInitPostMem/BoardIni= tPostMem.inf diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc b/Platf= orm/BroxtonPlatformPkg/PlatformDsc/Components.dsc index 8f5d833668..f49d4cc796 100644 --- a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc +++ b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc @@ -194,6 +194,7 @@ NULL|$(PLATFORM_NAME)/Board/BensonGlacier/BoardInitDxe/BoardInitDxe.= inf NULL|$(PLATFORM_NAME)/Board/AuroraGlacier/BoardInitDxe/BoardInitDxe.= inf NULL|$(PLATFORM_NAME)/Board/MinnowBoard3Next/BoardInitDxe/BoardInitD= xe.inf + NULL|$(PLATFORM_NAME)/Board/UP2/BoardInitDxe/BoardInitDxe.inf } =20 !if $(DATAHUB_ENABLE) =3D=3D TRUE diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/PcdsFixedAtBuild.dsc b= /Platform/BroxtonPlatformPkg/PlatformDsc/PcdsFixedAtBuild.dsc index 6c26acaf5b..8aca7358c3 100644 --- a/Platform/BroxtonPlatformPkg/PlatformDsc/PcdsFixedAtBuild.dsc +++ b/Platform/BroxtonPlatformPkg/PlatformDsc/PcdsFixedAtBuild.dsc @@ -85,4 +85,9 @@ !endif =20 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x3000 - + =20 + !if $(UP2_BOARD) =3D=3D TRUE + gPlatformModuleTokenSpaceGuid.PcdSerialIoUartNumber|0 + !else=20 + gPlatformModuleTokenSpaceGuid.PcdSerialIoUartNumber|2 + !endif \ No newline at end of file diff --git a/Platform/BroxtonPlatformPkg/PlatformPkg.dec b/Platform/Broxton= PlatformPkg/PlatformPkg.dec index 683d92f4ac..2438906355 100644 --- a/Platform/BroxtonPlatformPkg/PlatformPkg.dec +++ b/Platform/BroxtonPlatformPkg/PlatformPkg.dec @@ -63,6 +63,7 @@ gPeiBensonGlacierVbtGuid =3D { 0xbfde308e, 0x2d5a, 0x4ca7= , { 0xaa, 0x76, 0x19, 0x93, 0x8a, 0xaa, 0xe4, 0xda } } gPeiMinnow3NextVbtGuid =3D { 0x1f9cbb42, 0x107e, 0x46a4= , { 0xa2, 0xcb, 0x92, 0xf5, 0x86, 0xf9, 0xfb, 0x31 } } gPeiAuroraGlacierVbtGuid =3D { 0xaa80b0b1, 0xba1e, 0x4d4f= , { 0x83, 0xe0, 0xcc, 0xf4, 0x7a, 0xaa, 0x3c, 0xd8 } } + gPeiUp2VbtGuid =3D { 0x16667736, 0xb2fe, 0x49b3= , { 0xa0, 0xeb, 0xd6, 0xb9, 0xd7, 0xf9, 0x65, 0x7b } } gPeiLogoGuid =3D { 0x7BB28B99, 0x61BB, 0x11d5= , { 0x9A, 0x5D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } } gPlatformEmmcHs400TuningInfoGuid =3D { 0xb0ae3e81, 0xc6b0, 0x4d35= , { 0xad, 0x51, 0x91, 0x17, 0xe0, 0x65, 0x1e, 0xa3 } } gEfiTraceHubDebugLibIa32Guid =3D { 0x23a3e7ba, 0x75d1, 0x4cb9= , { 0x9c, 0x8f, 0x56, 0xfa, 0x4e, 0x48, 0xd9, 0x9e } } diff --git a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf b/Platform/Broxton= PlatformPkg/PlatformPkg.fdf index 4ad90dc3c8..055193d1e6 100644 --- a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf +++ b/Platform/BroxtonPlatformPkg/PlatformPkg.fdf @@ -277,6 +277,12 @@ SECTION RAW =3D $(PLATFORM_NAME)/Board/AuroraGlacier/Vbt/VbtBxtMipi.bin SECTION UI =3D "IntelGopVbt1" } + + # VBT For Up2 (File Guid is gPeiUp2VbtGuid) + FILE FREEFORM =3D 16667736-B2FE-49b3-A0EB-D6B9D7F9657B { + SECTION RAW =3D $(PLATFORM_NAME)/Board/UP2/Vbt/Vbt.bin + SECTION UI =3D "IntelGopVbt1" + } !endif =20 INF $(PLATFORM_SI_PACKAGE)/Cpu/SmmAccess/Pei/SmmAccess.inf --=20 2.14.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel