TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | PlatformRepositoryInfo |
Macros | |
#define | CONFIGURATION_MANAGER_REVISION CREATE_REVISION (1, 0) |
#define | CFG_MGR_OEM_ID { 'A', 'R', 'M', 'L', 'T', 'D' } |
#define | MEMORY_ADDRESS_SIZE_LIMIT 64 |
#define | REFERENCE_TOKEN(Field) |
#define | PLAT_ACPI_TABLE_COUNT 10 |
Typedefs | |
typedef EFI_STATUS(* | CM_OBJECT_HANDLER_PROC) (IN CONST EDKII_CONFIGURATION_MANAGER_PROTOCOL *CONST This, IN CONST CM_OBJECT_ID CmObjectId, IN CONST CM_OBJECT_TOKEN Token, IN OUT CM_OBJ_DESCRIPTOR *CONST CmObject) |
typedef struct PlatformRepositoryInfo | EDKII_PLATFORM_REPOSITORY_INFO |
Variables | |
CHAR8 | dsdt_aml_code [] |
Copyright (c) 2021 - 2022, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ConfigurationManager.h.
#define CFG_MGR_OEM_ID { 'A', 'R', 'M', 'L', 'T', 'D' } |
The OEM ID
Definition at line 30 of file ConfigurationManager.h.
#define CONFIGURATION_MANAGER_REVISION CREATE_REVISION (1, 0) |
The configuration manager version.
Definition at line 25 of file ConfigurationManager.h.
#define MEMORY_ADDRESS_SIZE_LIMIT 64 |
Memory address size limit. Assume the whole address space.
Definition at line 35 of file ConfigurationManager.h.
#define PLAT_ACPI_TABLE_COUNT 10 |
The number of ACPI tables to install
Definition at line 66 of file ConfigurationManager.h.
#define REFERENCE_TOKEN | ( | Field | ) |
A helper macro for mapping a reference token.
Definition at line 59 of file ConfigurationManager.h.
typedef EFI_STATUS(* CM_OBJECT_HANDLER_PROC) (IN CONST EDKII_CONFIGURATION_MANAGER_PROTOCOL *CONST This, IN CONST CM_OBJECT_ID CmObjectId, IN CONST CM_OBJECT_TOKEN Token, IN OUT CM_OBJ_DESCRIPTOR *CONST CmObject) |
A function that prepares Configuration Manager Objects for returning.
[in] | This | Pointer to the Configuration Manager Protocol. |
[in] | CmObjectId | The Configuration Manager Object ID. |
[in] | Token | A token for identifying the object. |
[out] | CmObject | Pointer to the Configuration Manager Object descriptor describing the requested Object. |
EFI_SUCCESS | Success. |
EFI_INVALID_PARAMETER | A parameter is invalid. |
EFI_NOT_FOUND | The required object information is not found. |
Definition at line 49 of file ConfigurationManager.h.
typedef struct PlatformRepositoryInfo EDKII_PLATFORM_REPOSITORY_INFO |
A structure describing the platform configuration manager repository information
|
extern |
C array containing the compiled AML template. This symbol is defined in the auto generated C file containing the AML bytecode array.