TianoCore EDK2 master
SMBIOS_TABLE_TYPE38 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 InterfaceType
 The enumeration value from BMC_INTERFACE_TYPE. More...
 
UINT8 IPMISpecificationRevision
 
UINT8 I2CSlaveAddress
 
UINT8 NVStorageDeviceAddress
 
UINT64 BaseAddress
 
UINT8 BaseAddressModifier_InterruptInfo
 
UINT8 InterruptNumber
 

Detailed Description

IPMI Device Information (Type 38).

The information in this structure defines the attributes of an Intelligent Platform Management Interface (IPMI) Baseboard Management Controller (BMC).

The Type 42 structure can also be used to describe a physical management controller host interface and one or more protocols that share that interface. If IPMI is not shared with other protocols, either the Type 38 or Type 42 structures can be used. Providing Type 38 is recommended for backward compatibility.

Definition at line 2497 of file SmBios.h.

Field Documentation

◆ BaseAddress

UINT64 SMBIOS_TABLE_TYPE38::BaseAddress

Definition at line 2503 of file SmBios.h.

◆ BaseAddressModifier_InterruptInfo

UINT8 SMBIOS_TABLE_TYPE38::BaseAddressModifier_InterruptInfo

Definition at line 2504 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE38::Hdr

Definition at line 2498 of file SmBios.h.

◆ I2CSlaveAddress

UINT8 SMBIOS_TABLE_TYPE38::I2CSlaveAddress

Definition at line 2501 of file SmBios.h.

◆ InterfaceType

UINT8 SMBIOS_TABLE_TYPE38::InterfaceType

The enumeration value from BMC_INTERFACE_TYPE.

Definition at line 2499 of file SmBios.h.

◆ InterruptNumber

UINT8 SMBIOS_TABLE_TYPE38::InterruptNumber

Definition at line 2505 of file SmBios.h.

◆ IPMISpecificationRevision

UINT8 SMBIOS_TABLE_TYPE38::IPMISpecificationRevision

Definition at line 2500 of file SmBios.h.

◆ NVStorageDeviceAddress

UINT8 SMBIOS_TABLE_TYPE38::NVStorageDeviceAddress

Definition at line 2502 of file SmBios.h.


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