diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c index 17a2a89d51..d0796a0e51 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c @@ -624,6 +624,10 @@ TABLE_ITEM ProcessorCharacteristicsTable[] = { { 8, L" 128-bit Capable" + }, + { + 9, + L" ARM64 SoC ID" } };