mirror of https://github.com/acidanthera/audk.git
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:
parent
a46e4738f5
commit
0ec33398b4
|
@ -624,6 +624,10 @@ TABLE_ITEM ProcessorCharacteristicsTable[] = {
|
|||
{
|
||||
8,
|
||||
L" 128-bit Capable"
|
||||
},
|
||||
{
|
||||
9,
|
||||
L" ARM64 SoC ID"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue