[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 <cs.hur@intel.com>
This commit is contained in:
cshur 2023-03-07 11:30:47 -07:00 committed by GitHub
parent f3d515cd32
commit f0b13a0941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
## @file
# This file is used to provide board specific image information.
#
# Copyright (c) 2020 - 20222 Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2020 - 2023 Intel Corporation. All rights reserved.<BR>
#
# 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")

View File

@ -1,7 +1,7 @@
## @file
# This file is used to provide board specific image information.
#
# Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2021 - 2023, Intel Corporation. All rights reserved.<BR>
#
# 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'

View File

@ -1,6 +1,6 @@
## @file
#
# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2022 - 2023, Intel Corporation. All rights reserved.<BR>
# 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