diff options
author | Michael Brown <mcb30@ipxe.org> | 2017-05-22 19:27:30 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2017-05-23 18:34:39 +0100 |
commit | 933e6dadc0b415b26c7c0752423e8284164945e0 (patch) | |
tree | 0fe6aaa713b499e59f20fc34d9dde44524d928a9 /src/config | |
parent | ee9897fe641acab11ab99c5635a97fce0cb10a17 (diff) | |
download | ipxe-933e6dadc0b415b26c7c0752423e8284164945e0.tar.gz |
[acpi] Make acpi_find_rsdt() a per-platform method
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-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 a4f70a1d5..5e1eed79a 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 e1915054c..21821c95c 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 |