ShellPkg: Support ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0

The patch adds entry into QueryTable.c for ProcessorUpgradeSocketLGA4677
from SMBIOS 3.5.0.
It also adds entries into QueryTable.c for ProcessorUpgradeSocketLGA4189
and ProcessorUpgradeSocketLGA1200 from SMBIOS 3.4.0.

Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Star Zeng 2021-09-28 10:27:28 +08:00 committed by mergify[bot]
parent 782d018703
commit ba4ae92234
1 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Build a table, each item is (Key, Info) pair.
And give a interface of query a string out of a table.
Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2005 - 2021, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@ -589,6 +589,18 @@ TABLE_ITEM ProcessorUpgradeTable[] = {
{
0x3C,
L"Socket BGA1528"
},
{
0x3D,
L"Socket LGA4189"
},
{
0x3E,
L"Socket LGA1200"
},
{
0x3F,
L"Socket LGA4677"
}
};