ShellPkg/SmbiosView: Display Type 44 "Referenced Handle" field

Signed-off-by: Cassandra Lam <Cassandra.Lam@amd.com>
This commit is contained in:
Cassandra Lam
2025-10-05 23:06:28 -05:00
committed by mergify[bot]
parent 28b7a6d5ea
commit 9e815d789b

View File

@ -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;