ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.1

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

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
Star Zeng
2017-01-22 14:50:23 +08:00
parent 4fa7b3e24a
commit 5734d486b6
4 changed files with 57 additions and 3 deletions

View File

@ -1106,7 +1106,7 @@ SmbiosPrintStructure (
// Management Controller Host Interface (Type 42)
//
case 42:
PRINT_STRUCT_VALUE_H (Struct, Type42, InterfaceType);
DisplayMCHostInterfaceType (Struct->Type42->InterfaceType, Option);
break;
//
@ -1818,6 +1818,10 @@ DisplayProcessorFamily (
Print (L"AMD Opteron(TM) X3000 Series APU\n");
break;
case 0x6B:
Print (L"AMD Zen Processor Family\n");
break;
case 0x70:
ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_HOBBIT_FAMILY), gShellDebug1HiiHandle);
break;