DynamicTablesPkg: Rename AmlCpcInfo.h to AcpiObjects.h

The DynamicTables framework uses the AmlLib to generate some
Aml objects. It is done by using structured known by both
frameworks, e.g. the AML_CPC_INFO/CM_ARM_CPC_INFO structures.

To prepare adding similar structures (e.g. representing _PSD
information), rename AmlCpcInfo.h to AcpiObjects.h. This new
file will contain all the structures used by the AmlLib and
the DynamicTables framework.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
This commit is contained in:
Pierre Gondois 2024-01-25 16:18:43 +01:00 committed by mergify[bot]
parent ec15e345ae
commit e3992e40c7
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
#ifndef ARM_NAMESPACE_OBJECTS_H_ #ifndef ARM_NAMESPACE_OBJECTS_H_
#define ARM_NAMESPACE_OBJECTS_H_ #define ARM_NAMESPACE_OBJECTS_H_
#include <AmlCpcInfo.h> #include <AcpiObjects.h>
#include <StandardNameSpaceObjects.h> #include <StandardNameSpaceObjects.h>
#pragma pack(1) #pragma pack(1)

View File

@ -37,7 +37,7 @@
@} @}
*/ */
#include <AmlCpcInfo.h> #include <AcpiObjects.h>
#include <IndustryStandard/Acpi.h> #include <IndustryStandard/Acpi.h>
#ifndef AML_HANDLE #ifndef AML_HANDLE

View File

@ -12,7 +12,7 @@
#include <AcpiTableGenerator.h> #include <AcpiTableGenerator.h>
#include <AmlCoreInterface.h> #include <AmlCoreInterface.h>
#include <AmlCpcInfo.h> #include <AcpiObjects.h>
#include <AmlEncoding/Aml.h> #include <AmlEncoding/Aml.h>
#include <Api/AmlApiHelper.h> #include <Api/AmlApiHelper.h>
#include <CodeGen/AmlResourceDataCodeGen.h> #include <CodeGen/AmlResourceDataCodeGen.h>