TianoCore EDK2 master
Loading...
Searching...
No Matches
DynamicTableFactoryInfo Struct Reference

#include <DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactory.h>

Data Fields

CONST ACPI_TABLE_GENERATORStdAcpiTableGeneratorList [EStdAcpiTableIdMax]
 An array for holding the list of Standard ACPI Table Generators.
 
CONST ACPI_TABLE_GENERATORCustomAcpiTableGeneratorList [FixedPcdGet16(PcdMaxCustomACPIGenerators)]
 An array for holding the list of Custom ACPI Table Generators.
 
CONST SMBIOS_TABLE_GENERATORStdSmbiosTableGeneratorList [EStdSmbiosTableIdMax]
 An array for holding the list of Standard SMBIOS Table Generators.
 
CONST SMBIOS_TABLE_GENERATORCustomSmbiosTableGeneratorList [FixedPcdGet16(PcdMaxCustomSMBIOSGenerators)]
 An array for holding the list of Custom SMBIOS Table Generators.
 
CONST DT_TABLE_GENERATORStdDtTableGeneratorList [EStdDtTableIdMax]
 An array for holding the list of Standard DT Table Generators.
 
CONST DT_TABLE_GENERATORCustomDtTableGeneratorList [FixedPcdGet16(PcdMaxCustomDTGenerators)]
 An array for holding the list of Custom DT Table Generators.
 

Detailed Description

A structure that holds the list of registered ACPI and SMBIOS table generators.

Definition at line 22 of file DynamicTableFactory.h.

Field Documentation

◆ CustomAcpiTableGeneratorList

CONST ACPI_TABLE_GENERATOR* DynamicTableFactoryInfo::CustomAcpiTableGeneratorList[FixedPcdGet16( PcdMaxCustomACPIGenerators)]

An array for holding the list of Custom ACPI Table Generators.

Definition at line 29 of file DynamicTableFactory.h.

◆ CustomDtTableGeneratorList

CONST DT_TABLE_GENERATOR* DynamicTableFactoryInfo::CustomDtTableGeneratorList[FixedPcdGet16( PcdMaxCustomDTGenerators)]

An array for holding the list of Custom DT Table Generators.

Definition at line 49 of file DynamicTableFactory.h.

◆ CustomSmbiosTableGeneratorList

CONST SMBIOS_TABLE_GENERATOR* DynamicTableFactoryInfo::CustomSmbiosTableGeneratorList[FixedPcdGet16( PcdMaxCustomSMBIOSGenerators)]

An array for holding the list of Custom SMBIOS Table Generators.

Definition at line 39 of file DynamicTableFactory.h.

◆ StdAcpiTableGeneratorList

CONST ACPI_TABLE_GENERATOR* DynamicTableFactoryInfo::StdAcpiTableGeneratorList[EStdAcpiTableIdMax]

An array for holding the list of Standard ACPI Table Generators.

Definition at line 25 of file DynamicTableFactory.h.

◆ StdDtTableGeneratorList

CONST DT_TABLE_GENERATOR* DynamicTableFactoryInfo::StdDtTableGeneratorList[EStdDtTableIdMax]

An array for holding the list of Standard DT Table Generators.

Definition at line 45 of file DynamicTableFactory.h.

◆ StdSmbiosTableGeneratorList

CONST SMBIOS_TABLE_GENERATOR* DynamicTableFactoryInfo::StdSmbiosTableGeneratorList[EStdSmbiosTableIdMax]

An array for holding the list of Standard SMBIOS Table Generators.

Definition at line 35 of file DynamicTableFactory.h.


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