ShellPkg: Add ARM64 SoC ID to Processor Characteristics in smbiosview

SMBIOS 3.4.0 defines bit 9 of the Type 4 table Processor Characteristics
field to be the ARM64 SoC ID support. Add support for it to the
smbiosview command.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Rebecca Cran 2020-10-28 01:29:29 +08:00 committed by mergify[bot]
parent a46e4738f5
commit 0ec33398b4
1 changed files with 4 additions and 0 deletions

View File

@ -624,6 +624,10 @@ TABLE_ITEM ProcessorCharacteristicsTable[] = {
{
8,
L" 128-bit Capable"
},
{
9,
L" ARM64 SoC ID"
}
};