mirror of
https://gitlab.com/qemu-project/edk2.git
synced 2025-10-30 07:56:39 +08:00
ShellPkg/SmbiosView: Display Type 44 "Referenced Handle" field
Signed-off-by: Cassandra Lam <Cassandra.Lam@amd.com>
This commit is contained in:
committed by
mergify[bot]
parent
28b7a6d5ea
commit
9e815d789b
@ -1343,6 +1343,11 @@ SmbiosPrintStructure (
|
||||
// Processor Additional Information (Type 44)
|
||||
//
|
||||
case 44:
|
||||
ShellPrintHiiDefaultEx (
|
||||
STRING_TOKEN (STR_SMBIOSVIEW_SMBIOSVIEW_REFERENCEDHANDLE),
|
||||
gShellDebug1HiiHandle,
|
||||
Struct->Type44->RefHandle
|
||||
);
|
||||
DisplayProcessorArchitectureType (Struct->Type44->ProcessorSpecificBlock.ProcessorArchType, Option);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user