[RPLS] Update FSP/ucode for MR2 release

- update FSP version to IoT RPLS MR2 (0C00C650)
- Update platform version to 1.2
- Update ucode to 11f
Signed-off-by: Randy <randy.lin@intel.com>
This commit is contained in:
Randy 2024-01-08 15:35:26 +08:00 committed by Guo Dong
parent 93ccdba1aa
commit 776aa78195
3 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
## @file ## @file
# This file is used to provide board specific image information. # This file is used to provide board specific image information.
# #
# Copyright (c) 2021 - 2023, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2021 - 2024, Intel Corporation. All rights reserved.<BR>
# #
# SPDX-License-Identifier: BSD-2-Clause-Patent # SPDX-License-Identifier: BSD-2-Clause-Patent
# #
@ -23,7 +23,7 @@ class Board(BaseBoard):
super(Board, self).__init__(*args, **kwargs) super(Board, self).__init__(*args, **kwargs)
self.VERINFO_IMAGE_ID = 'SB_RPLS' self.VERINFO_IMAGE_ID = 'SB_RPLS'
self.VERINFO_PROJ_MAJOR_VER = 1 self.VERINFO_PROJ_MAJOR_VER = 2
self.VERINFO_PROJ_MINOR_VER = 1 self.VERINFO_PROJ_MINOR_VER = 1
self.VERINFO_SVN = 1 self.VERINFO_SVN = 1
self.VERINFO_BUILD_DATE = time.strftime("%m/%d/%Y") self.VERINFO_BUILD_DATE = time.strftime("%m/%d/%Y")

View File

@ -1,7 +1,7 @@
## @file ## @file
# File to describe FSP repo information # File to describe FSP repo information
# #
# Copyright (c) 2020 - 2023, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2020 - 2024, Intel Corporation. All rights reserved.<BR>
# #
# SPDX-License-Identifier: BSD-2-Clause-Patent # SPDX-License-Identifier: BSD-2-Clause-Patent
# #
@ -11,7 +11,7 @@
[UserExtensions.SBL."CloneRepo"] [UserExtensions.SBL."CloneRepo"]
REPO = https://github.com/intel/FSP.git REPO = https://github.com/intel/FSP.git
COMMIT = 5030738932bca45dabad337d90da832f5a1431b5 COMMIT = 43f7092a6156ace79a13e7c8793ce8578f69b216
[UserExtensions.SBL."CopyList"] [UserExtensions.SBL."CopyList"]
# For RPL-S # For RPL-S
@ -22,6 +22,7 @@
RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/FsptUpd.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FsptUpd.h RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/FsptUpd.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FsptUpd.h
RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/FspmUpd.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FspmUpd.h RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/FspmUpd.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FspmUpd.h
RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/FspsUpd.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FspsUpd.h RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/FspsUpd.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FspsUpd.h
RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/MemInfoHob.h : Platform/RaptorlakeBoardPkg/Rpls/Fsp/MemInfoHob.h
RaptorLakeFspBinPkg/IoT/RaptorLakeS/Vbt/Vbt.bin : Platform/RaptorlakeBoardPkg/VbtBin/Vbt_rpls.dat RaptorLakeFspBinPkg/IoT/RaptorLakeS/Vbt/Vbt.bin : Platform/RaptorlakeBoardPkg/VbtBin/Vbt_rpls.dat
RaptorLakeFspBinPkg/IoT/RaptorLakeS/Vbt/Vbt.json : Platform/RaptorlakeBoardPkg/VbtBin/Vbt.json RaptorLakeFspBinPkg/IoT/RaptorLakeS/Vbt/Vbt.json : Platform/RaptorlakeBoardPkg/VbtBin/Vbt.json
FSP_License.pdf : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FSP_License.pdf FSP_License.pdf : Platform/RaptorlakeBoardPkg/Rpls/Fsp/FSP_License.pdf

View File

@ -1,6 +1,6 @@
## @file ## @file
# #
# Copyright (c) 2020 - 2021, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2020 - 2024, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent # SPDX-License-Identifier: BSD-2-Clause-Patent
# #
# #
@ -14,13 +14,13 @@
VERSION_STRING = 1.0 VERSION_STRING = 1.0
[Sources] [Sources]
m_32_b0671_0000010f.mcb # RPL-S B0 m_32_b0671_0000011f.mcb # RPL-S B0
m_07_90672_0000002c.mcb # ADLS C0 m_07_90672_0000002c.mcb # ADLS C0
[UserExtensions.SBL."CloneRepo"] [UserExtensions.SBL."CloneRepo"]
REPO = https://github.com/slimbootloader/firmwareblob.git REPO = https://github.com/slimbootloader/firmwareblob.git
COMMIT = 52e6bae7920f4f443ca860ed9726cf97caf9c368 COMMIT = 6b1adfb9b19c9f8830c614348ab11feee6eb8c68
[UserExtensions.SBL."CopyList"] [UserExtensions.SBL."CopyList"]
Microcode/RaptorLake/m_32_b0671_0000010f.pdb : Platform/RaptorlakeBoardPkg/Rpls/Microcode/m_32_b0671_0000010f.mcb Microcode/RaptorLake/m_32_b0671_0000011f.pdb : Platform/RaptorlakeBoardPkg/Rpls/Microcode/m_32_b0671_0000011f.mcb
Microcode/RaptorLake/m_07_90672_0000002c.pdb : Platform/RaptorlakeBoardPkg/Rpls/Microcode/m_07_90672_0000002c.mcb Microcode/RaptorLake/m_07_90672_0000002c.pdb : Platform/RaptorlakeBoardPkg/Rpls/Microcode/m_07_90672_0000002c.mcb