summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index 2e62ae3a34..edb46817e4 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -601,6 +601,42 @@ TABLE_ITEM ProcessorUpgradeTable[] = {
{
0x3F,
L"Socket LGA4677"
+ },
+ {
+ 0x40,
+ L"Socket LGA1700"
+ },
+ {
+ 0x41,
+ L"Socket BGA1744"
+ },
+ {
+ 0x42,
+ L"Socket BGA1781"
+ },
+ {
+ 0x43,
+ L"Socket BGA1211"
+ },
+ {
+ 0x44,
+ L"Socket BGA2422"
+ },
+ {
+ 0x45,
+ L"Socket LGA1211"
+ },
+ {
+ 0x46,
+ L"Socket LGA2422"
+ },
+ {
+ 0x47,
+ L"Socket LGA5773"
+ },
+ {
+ 0x48,
+ L"Socket BGA5773"
}
};