From f0b13a0941604977a953f3e30f00e32efe880c5c Mon Sep 17 00:00:00 2001 From: cshur Date: Tue, 7 Mar 2023 11:30:47 -0700 Subject: [PATCH] [ICXD][LCC] Update Microcode for both LCC and HCC (#1839) Version update 1.1 to 1.2. Update Microcode 201 to 230 Signed-off-by: cshur --- Platform/IdavilleBoardPkg/BoardConfig.py | 4 ++-- Platform/IdavilleBoardPkg/BoardConfigHcc.py | 4 ++-- Silicon/IdavillePkg/Microcode/Microcode.inf | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Platform/IdavilleBoardPkg/BoardConfig.py b/Platform/IdavilleBoardPkg/BoardConfig.py index 52217dd7..08e2ba83 100644 --- a/Platform/IdavilleBoardPkg/BoardConfig.py +++ b/Platform/IdavilleBoardPkg/BoardConfig.py @@ -1,7 +1,7 @@ ## @file # This file is used to provide board specific image information. # -# Copyright (c) 2020 - 20222 Intel Corporation. All rights reserved.
+# Copyright (c) 2020 - 2023 Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -24,7 +24,7 @@ class Board(BaseBoard): self.VERINFO_IMAGE_ID = 'SB_IDV\0' self.VERINFO_PROJ_MAJOR_VER = 1 - self.VERINFO_PROJ_MINOR_VER = 0 + self.VERINFO_PROJ_MINOR_VER = 2 self.VERINFO_SVN = 1 self.VERINFO_BUILD_DATE = time.strftime("%m/%d/%Y") diff --git a/Platform/IdavilleBoardPkg/BoardConfigHcc.py b/Platform/IdavilleBoardPkg/BoardConfigHcc.py index e9f09c95..455df783 100644 --- a/Platform/IdavilleBoardPkg/BoardConfigHcc.py +++ b/Platform/IdavilleBoardPkg/BoardConfigHcc.py @@ -1,7 +1,7 @@ ## @file # This file is used to provide board specific image information. # -# Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.
+# Copyright (c) 2021 - 2023, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -17,7 +17,7 @@ class Board(IdavilleBoardConfig.Board): self.VERINFO_IMAGE_ID = 'SB_IDVH' self.VERINFO_PROJ_MAJOR_VER = 1 - self.VERINFO_PROJ_MINOR_VER = 0 + self.VERINFO_PROJ_MINOR_VER = 2 self.VERINFO_SVN = 1 self.BOARD_NAME = 'idvh' diff --git a/Silicon/IdavillePkg/Microcode/Microcode.inf b/Silicon/IdavillePkg/Microcode/Microcode.inf index 30875dc0..50f50fa8 100644 --- a/Silicon/IdavillePkg/Microcode/Microcode.inf +++ b/Silicon/IdavillePkg/Microcode/Microcode.inf @@ -1,6 +1,6 @@ ## @file # -# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# Copyright (c) 2022 - 2023, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # # @@ -14,12 +14,12 @@ VERSION_STRING = 1.0 [Sources] - m_10_606c1_01000201.mcb + m_10_606c1_01000230.mcb [UserExtensions.SBL."CloneRepo"] REPO = https://github.com/slimbootloader/firmwareblob.git - COMMIT = 29b708e48355d64d4014e81fddb2ad0c54d9c4c4 + COMMIT = 4a0a88796107225028dacf154b153929a9db7cb2 [UserExtensions.SBL."CopyList"] - Microcode/Idaville/m_10_606c1_01000201.pdb : Silicon/IdavillePkg/Microcode/m_10_606c1_01000201.mcb + Microcode/Idaville/m_10_606c1_01000230.pdb : Silicon/IdavillePkg/Microcode/m_10_606c1_01000230.mcb