audk/MdeModulePkg/Universal/Acpi/AcpiTableDxe
Ard Biesheuvel 8ead7af22b MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possible
Use a pool allocation for the RSDP ACPI root pointer structure if no
memory limit is in effect that forces us to use page based allocation,
which may be wasteful if they get rounded up to 64 KB as is the case
on AArch64.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2020-10-30 14:50:33 +00:00
..
AcpiSdt.c MdeModulePkg/AcpiTableDxe: use pool allocations when possible 2020-10-30 14:50:33 +00:00
AcpiSdt.h
AcpiTable.c
AcpiTable.h MdeModulePkg/AcpiTableDxe: use pool allocations when possible 2020-10-30 14:50:33 +00:00
AcpiTableDxe.inf
AcpiTableDxe.uni
AcpiTableDxeExtra.uni
AcpiTableProtocol.c MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possible 2020-10-30 14:50:33 +00:00
Aml.c
AmlChild.c
AmlNamespace.c
AmlOption.c
AmlString.c