diff options
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c index 5757036..80199c9 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c @@ -2423,6 +2423,10 @@ DisplayProcessorFamily ( Print (L"Intel Core i9 processor\n");
break;
+ case 0xD0:
+ Print (L"Intel Xeon D Processor\n");
+ break;
+
case 0xD2:
Print (L"ViaC7M\n");
break;
|