]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/SmBios.h: Add two additional DWORD for smbios 3.3.0 type17
authorMatthew Carlson <macarl@microsoft.com>
Fri, 7 Feb 2020 08:37:25 +0000 (16:37 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 11 Feb 2020 05:53:48 +0000 (05:53 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2482

Refer to DSP0134_3.3.0.pdf, there are two additional DWORD added
for type 17. One is "Extended Speed", the other is "Extended
Configured Memory Speed". The lack of these field may cause strange
error in some operating systems.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/IndustryStandard/SmBios.h

index 8b3c4d7ba9d0e0bd99a92cfb7f4f3fe4a681ddea..def874be283381eb031ede17c30d01b67664b486 100644 (file)
@@ -1843,6 +1843,11 @@ typedef struct {
   UINT64                                    VolatileSize;\r
   UINT64                                    CacheSize;\r
   UINT64                                    LogicalSize;\r
+  //\r
+  // Add for smbios 3.3.0\r
+  //\r
+  UINT32                                    ExtendedSpeed;\r
+  UINT32                                    ExtendedConfiguredMemorySpeed;\r
 } SMBIOS_TABLE_TYPE17;\r
 \r
 ///\r