ShellPkg: Updated Type 4 Info as per Smbios 3.8.0

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4861

Added PROCESSOR_FAMILY_NAME support in ShellPkg.

Signed-off-by: Revathy <revathyv@ami.com>
This commit is contained in:
Revathy V 2024-10-14 11:31:39 +05:30 committed by mergify[bot]
parent 9dc7fb819c
commit 4ab8c3cf99
1 changed files with 4 additions and 0 deletions

View File

@ -2423,6 +2423,10 @@ DisplayProcessorFamily (
Print (L"Intel Core i9 processor\n"); Print (L"Intel Core i9 processor\n");
break; break;
case 0xD0:
Print (L"Intel Xeon D Processor\n");
break;
case 0xD2: case 0xD2:
Print (L"ViaC7M\n"); Print (L"ViaC7M\n");
break; break;