OvmfPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
UD_TABLE Struct Reference

Data Fields

UDC_ATTRIBUTES Attributes
 
UINT8 DeviceNumber
 
UINT8 BbsTableEntryNumberForParentDevice
 
UINT8 BbsTableEntryNumberForBoot
 
UINT8 BbsTableEntryNumberForHddDiag
 
UINT8 BeerData [128]
 
UINT8 ServiceAreaData [64]
 

Detailed Description

Field Documentation

UDC_ATTRIBUTES UD_TABLE::Attributes

This field contains the bit-mapped attributes of the PARTIES information. Type UDC_ATTRIBUTES is defined below.

UINT8 UD_TABLE::BbsTableEntryNumberForBoot

This field contains the zero-based index into the BbsTable for the boot entry.

UINT8 UD_TABLE::BbsTableEntryNumberForHddDiag

This field contains the zero-based index into the BbsTable for the HDD diagnostics entry.

UINT8 UD_TABLE::BbsTableEntryNumberForParentDevice

This field contains the zero-based index into the BbsTable for the parent device. This index allows the user to reference the parent device information such as PCI bus, device function.

UINT8 UD_TABLE::BeerData[128]

The raw Beer data.

UINT8 UD_TABLE::DeviceNumber

This field contains the zero-based device on which the selected ServiceDataArea is present. It is 0 for master and 1 for the slave device.

UINT8 UD_TABLE::ServiceAreaData[64]

The raw data of selected service area.