Update Fspbin.inf to pull latest FSP code.

Increase the size of Stage1b
to avoid build failing issue in Linux debug.

Signed-off-by: tongyana <tong.yan.au@intel.com>
This commit is contained in:
tongyana 2021-02-16 16:42:37 +08:00 committed by Guo Dong
parent 6b6a0e3796
commit 7af9db9f40
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ class Board(BaseBoard):
self.FSP_IMAGE_ID = '$APLFSP$' self.FSP_IMAGE_ID = '$APLFSP$'
self.STAGE1A_SIZE = 0x00008000 self.STAGE1A_SIZE = 0x00008000
self.STAGE1B_SIZE = 0x00035000 self.STAGE1B_SIZE = 0x00036000
if self.ENABLE_SOURCE_DEBUG: if self.ENABLE_SOURCE_DEBUG:
self.STAGE1B_SIZE += 0x2000 self.STAGE1B_SIZE += 0x2000
self.STAGE2_SIZE = 0x00032000 self.STAGE2_SIZE = 0x00032000

View File

@ -10,7 +10,7 @@
[UserExtensions.SBL."CloneRepo"] [UserExtensions.SBL."CloneRepo"]
REPO = https://github.com/intel/FSP.git REPO = https://github.com/intel/FSP.git
COMMIT = 7222054e9b7fc2d021fc404f87b4719d99b4c8ec COMMIT = c80123384aa74ee0a0b011ad4e8a0afc533c8195
[UserExtensions.SBL."CopyList"] [UserExtensions.SBL."CopyList"]
ApolloLakeFspBinPkg/FspBin/Fsp.fd : Silicon/ApollolakePkg/FspBin/FspDbg.bin ApolloLakeFspBinPkg/FspBin/Fsp.fd : Silicon/ApollolakePkg/FspBin/FspDbg.bin
@ -20,5 +20,5 @@
ApolloLakeFspBinPkg/Include/FsptUpd.h : Silicon/ApollolakePkg/Include/FsptUpd.h ApolloLakeFspBinPkg/Include/FsptUpd.h : Silicon/ApollolakePkg/Include/FsptUpd.h
ApolloLakeFspBinPkg/Include/FspmUpd.h : Silicon/ApollolakePkg/Include/FspmUpd.h ApolloLakeFspBinPkg/Include/FspmUpd.h : Silicon/ApollolakePkg/Include/FspmUpd.h
ApolloLakeFspBinPkg/Include/FspsUpd.h : Silicon/ApollolakePkg/Include/FspsUpd.h ApolloLakeFspBinPkg/Include/FspsUpd.h : Silicon/ApollolakePkg/Include/FspsUpd.h
ApolloLakeFspBinPkg/Vbt/Vbt.bin : Platform/ApollolakeBoardPkg/VbtBin/Vbt.dat ApolloLakeFspBinPkg/Vbt/vbt.bin : Platform/ApollolakeBoardPkg/VbtBin/Vbt.dat
ApolloLakeFspBinPkg/Vbt/Vbt.bsf : Platform/ApollolakeBoardPkg/VbtBin/Vbt.bsf ApolloLakeFspBinPkg/Vbt/Vbt.bsf : Platform/ApollolakeBoardPkg/VbtBin/Vbt.bsf