mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ShellPkg/SmbiosView: Display Type 44 "Referenced Handle" field
Signed-off-by: Cassandra Lam <Cassandra.Lam@amd.com>
This commit is contained in:
parent
28b7a6d5ea
commit
9e815d789b
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue