]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Update SmBios.h to add SMBIOS 3.4.0 ARM64 SoC ID field
authorRebecca Cran <rebecca@nuviainc.com>
Tue, 27 Oct 2020 17:29:30 +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 it to the
PROCESSOR_CHARACTERISTIC_FLAGS struct bitfield.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Include/IndustryStandard/SmBios.h

index f2db11f947d15dff503e24392757570e83f9bc13..c495c48f3b47e7d9d3d8f2b658375f5263dfa36b 100644 (file)
@@ -871,7 +871,8 @@ typedef struct {
   UINT32  ProcessorEnhancedVirtulization :1;\r
   UINT32  ProcessorPowerPerformanceCtrl  :1;\r
   UINT32  Processor128bitCapble          :1;\r
-  UINT32  ProcessorReserved2             :7;\r
+  UINT32  ProcessorArm64SocId            :1;\r
+  UINT32  ProcessorReserved2             :6;\r
 } PROCESSOR_CHARACTERISTIC_FLAGS;\r
 \r
 typedef struct {\r