mirror of https://github.com/acidanthera/audk.git
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:
parent
9dc7fb819c
commit
4ab8c3cf99
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue