ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3896 update smbiosview type 9 related fileds. Signed-off-by: Bo Chang Ke <bo-changx.ke@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
fdfbf1fdab
commit
a85ae8d964
@ -635,6 +635,10 @@ SmbiosPrintStructure (
|
||||
ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_DEV_FUNC_NUM), gShellDebug1HiiHandle, PeerGroupPtr[Index].DevFuncNum);
|
||||
ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_DATA_BUS_WIDTH), gShellDebug1HiiHandle, PeerGroupPtr[Index].DataBusWidth);
|
||||
}
|
||||
|
||||
DisplaySystemSlotHeight (Struct->Type9->SlotHeight, Option);
|
||||
DisplaySystemSlotPhysicalWidth (Struct->Type9->SlotPhysicalWidth, Option);
|
||||
DisplaySystemSlotInformation (Struct->Type9->SlotInformation, Option);
|
||||
}
|
||||
}
|
||||
|
||||
@ -2898,11 +2902,6 @@ DisplaySystemSlotId (
|
||||
IN UINT8 Option
|
||||
)
|
||||
{
|
||||
//
|
||||
// Display slot type first
|
||||
//
|
||||
DisplaySystemSlotType (SlotType, Option);
|
||||
|
||||
ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_SLOT_ID), gShellDebug1HiiHandle);
|
||||
//
|
||||
// print option
|
||||
|
Reference in New Issue
Block a user