diff options
author | Michael Brown | 2017-05-22 20:27:30 +0200 |
---|---|---|
committer | Michael Brown | 2017-05-23 19:34:39 +0200 |
commit | 933e6dadc0b415b26c7c0752423e8284164945e0 (patch) | |
tree | 0fe6aaa713b499e59f20fc34d9dde44524d928a9 /src/config/defaults | |
parent | [settings] Extend numerical setting tags to 64 bits (diff) | |
download | ipxe-933e6dadc0b415b26c7c0752423e8284164945e0.tar.gz ipxe-933e6dadc0b415b26c7c0752423e8284164945e0.tar.xz ipxe-933e6dadc0b415b26c7c0752423e8284164945e0.zip |
[acpi] Make acpi_find_rsdt() a per-platform method
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/efi.h | 1 | ||||
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index a4f70a1d..5e1eed79 100644 --- a/src/config/defaults/efi.h +++ b/src/config/defaults/efi.h @@ -21,6 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ENTROPY_EFI #define TIME_EFI #define REBOOT_EFI +#define ACPI_NULL #define DOWNLOAD_PROTO_FILE /* Local filesystem access */ diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index e1915054..21821c95 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -21,6 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ENTROPY_RTC #define TIME_RTC #define REBOOT_PCBIOS +#define ACPI_RSDP #ifdef __x86_64__ #define IOMAP_PAGES |