TianoCore EDK2 master
SMBIOS_TABLE_TYPE5 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 ErrDetectMethod
 The enumeration value from MEMORY_ERROR_DETECT_METHOD. More...
 
MEMORY_ERROR_CORRECT_CAPABILITY ErrCorrectCapability
 
UINT8 SupportInterleave
 The enumeration value from MEMORY_SUPPORT_INTERLEAVE_TYPE. More...
 
UINT8 CurrentInterleave
 The enumeration value from MEMORY_SUPPORT_INTERLEAVE_TYPE . More...
 
UINT8 MaxMemoryModuleSize
 
MEMORY_SPEED_TYPE SupportSpeed
 
UINT16 SupportMemoryType
 
UINT8 MemoryModuleVoltage
 
UINT8 AssociatedMemorySlotNum
 
UINT16 MemoryModuleConfigHandles [1]
 

Detailed Description

Memory Controller Information (Type 5, Obsolete).

The information in this structure defines the attributes of the system's memory controller(s) and the supported attributes of any memory-modules present in the sockets controlled by this controller. Note: This structure, and its companion Memory Module Information (Type 6, Obsolete), are obsolete starting with version 2.1 of this specification. The Physical Memory Array (Type 16) and Memory Device (Type 17) structures should be used instead. BIOS providers might choose to implement both memory description types to allow existing DMI browsers to properly display the system's memory attributes.

Definition at line 1015 of file SmBios.h.

Field Documentation

◆ AssociatedMemorySlotNum

UINT8 SMBIOS_TABLE_TYPE5::AssociatedMemorySlotNum

Definition at line 1025 of file SmBios.h.

◆ CurrentInterleave

UINT8 SMBIOS_TABLE_TYPE5::CurrentInterleave

The enumeration value from MEMORY_SUPPORT_INTERLEAVE_TYPE .

Definition at line 1020 of file SmBios.h.

◆ ErrCorrectCapability

MEMORY_ERROR_CORRECT_CAPABILITY SMBIOS_TABLE_TYPE5::ErrCorrectCapability

Definition at line 1018 of file SmBios.h.

◆ ErrDetectMethod

UINT8 SMBIOS_TABLE_TYPE5::ErrDetectMethod

The enumeration value from MEMORY_ERROR_DETECT_METHOD.

Definition at line 1017 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE5::Hdr

Definition at line 1016 of file SmBios.h.

◆ MaxMemoryModuleSize

UINT8 SMBIOS_TABLE_TYPE5::MaxMemoryModuleSize

Definition at line 1021 of file SmBios.h.

◆ MemoryModuleConfigHandles

UINT16 SMBIOS_TABLE_TYPE5::MemoryModuleConfigHandles[1]

Definition at line 1026 of file SmBios.h.

◆ MemoryModuleVoltage

UINT8 SMBIOS_TABLE_TYPE5::MemoryModuleVoltage

Definition at line 1024 of file SmBios.h.

◆ SupportInterleave

UINT8 SMBIOS_TABLE_TYPE5::SupportInterleave

The enumeration value from MEMORY_SUPPORT_INTERLEAVE_TYPE.

Definition at line 1019 of file SmBios.h.

◆ SupportMemoryType

UINT16 SMBIOS_TABLE_TYPE5::SupportMemoryType

Definition at line 1023 of file SmBios.h.

◆ SupportSpeed

MEMORY_SPEED_TYPE SMBIOS_TABLE_TYPE5::SupportSpeed

Definition at line 1022 of file SmBios.h.


The documentation for this struct was generated from the following file: