]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Add ARM64 SoC ID to Processor Characteristics in smbiosview
authorRebecca Cran <rebecca@nuviainc.com>
Tue, 27 Oct 2020 17:29:29 +0000 (01:29 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 30 Oct 2020 01:39:30 +0000 (01:39 +0000)
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>
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

index 17a2a89d512eec4f3b3b6b5a34f86624dd311ff8..d0796a0e51416d12c48306482c98c54017687d9a 100644 (file)
@@ -624,6 +624,10 @@ TABLE_ITEM  ProcessorCharacteristicsTable[] = {
   {\r
     8,\r
     L" 128-bit Capable"\r
+  },\r
+  {\r
+    9,\r
+    L" ARM64 SoC ID"\r
   }\r
 };\r
 \r