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

#include <ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.h>

Data Fields

CM_STD_OBJ_CONFIGURATION_MANAGER_INFO CmInfo
 
CM_STD_OBJ_ACPI_TABLE_INFO CmAcpiTableList [PLAT_ACPI_TABLE_COUNT]
 
CM_ARCH_COMMON_POWER_MANAGEMENT_PROFILE_INFO PmProfileInfo
 
CM_ARM_ITS_GROUP_NODE ItsGroupInfo
 
CM_ARM_ITS_IDENTIFIER ItsIdentifierArray [1]
 
CM_ARM_ROOT_COMPLEX_NODE RootComplexInfo
 
CM_ARM_ID_MAPPING DeviceIdMapping [1]
 
DYNAMIC_PLATFORM_REPOSITORY_INFODynamicPlatformRepo
 
VOID * FdtBase
 
HW_INFO_PARSER_HANDLE FdtParserHandle
 

Detailed Description

A structure describing the platform configuration manager repository information

Definition at line 72 of file ConfigurationManager.h.

Field Documentation

◆ CmAcpiTableList

CM_STD_OBJ_ACPI_TABLE_INFO PlatformRepositoryInfo::CmAcpiTableList[PLAT_ACPI_TABLE_COUNT]

List of ACPI tables

Definition at line 81 of file ConfigurationManager.h.

◆ CmInfo

CM_STD_OBJ_CONFIGURATION_MANAGER_INFO PlatformRepositoryInfo::CmInfo

Configuration Manager Information.

Definition at line 76 of file ConfigurationManager.h.

◆ DeviceIdMapping

CM_ARM_ID_MAPPING PlatformRepositoryInfo::DeviceIdMapping[1]

Array of DeviceID mapping

Definition at line 106 of file ConfigurationManager.h.

◆ DynamicPlatformRepo

DYNAMIC_PLATFORM_REPOSITORY_INFO* PlatformRepositoryInfo::DynamicPlatformRepo

Dynamic platform repository. CmObj created by parsing the Kvmtool device tree are stored here.

Definition at line 112 of file ConfigurationManager.h.

◆ FdtBase

VOID* PlatformRepositoryInfo::FdtBase

Base address of the FDT.

Definition at line 117 of file ConfigurationManager.h.

◆ FdtParserHandle

HW_INFO_PARSER_HANDLE PlatformRepositoryInfo::FdtParserHandle

A handle to the FDT HwInfoParser.

Definition at line 122 of file ConfigurationManager.h.

◆ ItsGroupInfo

CM_ARM_ITS_GROUP_NODE PlatformRepositoryInfo::ItsGroupInfo

ITS Group node

Definition at line 91 of file ConfigurationManager.h.

◆ ItsIdentifierArray

CM_ARM_ITS_IDENTIFIER PlatformRepositoryInfo::ItsIdentifierArray[1]

ITS Identifier array

Definition at line 96 of file ConfigurationManager.h.

◆ PmProfileInfo

CM_ARCH_COMMON_POWER_MANAGEMENT_PROFILE_INFO PlatformRepositoryInfo::PmProfileInfo

Power management profile information

Definition at line 86 of file ConfigurationManager.h.

◆ RootComplexInfo

CM_ARM_ROOT_COMPLEX_NODE PlatformRepositoryInfo::RootComplexInfo

PCI Root complex node

Definition at line 101 of file ConfigurationManager.h.


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