[Bug]: ShellPkg: ARMV9 support should be added to SmbioView command based on Type 4 processor information. #10723
Labels
package:shellpkg
priority:medium
Moderate impact. Should be prioritized over lower priority issues.
state:needs-maintainer-feedback
state:needs-triage
type:bug
Something isn't working
Is there an existing issue for this?
Bug Type
Code first?
What packages are impacted?
ShellPkg
Which targets are impacted by this bug?
No response
Current Behavior
If the processor family is ArmV9 based processor, then shell shows "Undefined processor family and type" against the field "Processor Family 2 : ", whenever the below command is passed in shell.
smbiosview -t 4.
Expected Behavior
The processor family should be shown as ARMV9 while executing "smbiosview -t 4" command in shell.
Steps To Reproduce
Build Environment
Version Information
Urgency
Medium
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
Hi @lgao4 @mdkinney @pierregondois
Added switch case for ArmV9 processor family inside function DisplayProcessorFamily2 in PrintInfo.c to avoid inappropriate data shown for ArmV9 processors. ArmV9 processor family is added in Smbios 3.8 specification, which should be noted as well. I will push the local branch here to review the changes.
Thanks,
Praveen Sankar
The text was updated successfully, but these errors were encountered: