mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Move the ACPI table helper macros from EmbeddedPkg's AcpiLib.h to MdeModulePkg's AcpiHelperMacros.h. These macros describe ACPI data initializers and do not depend on the AcpiLib library interface. Keeping them in AcpiLib.h forces users that only need the macros to include the AcpiLib library header unnecessarily. Place the macros in a common MdeModulePkg public header so ACPI table producers can include the macro definitions directly without implying use of AcpiLib. The companion edk2-platforms change is: "Global: Include AcpiHelperMacros.h for ACPI helper macros" Tested: DynamicTablesPkg: X64/AARCH64 DEBUG/RELEASE/NOOPT MdeModulePkg: X64/AARCH64 DEBUG/RELEASE/NOOPT EmbeddedPkg: X64/AARCH64 DEBUG/RELEASE/NOOPT Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Varshit Pandya <varshit.pandya@arm.com> |
||
|---|---|---|
| .. | ||
| AcpiLib.h | ||
| AndroidBootImgLib.h | ||
| DebugAgentTimerLib.h | ||
| DmaLib.h | ||
| DtPlatformDtbLoaderLib.h | ||
| EfiFileLib.h | ||
| FdtLoadLib.h | ||
| GdbSerialLib.h | ||
| HalRuntimeServicesLib.h | ||
| NorFlashInfoLib.h | ||
| PrePiHobListPointerLib.h | ||
| PrePiLib.h | ||
| RealTimeClockLib.h | ||
| TimeBaseLib.h | ||