summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2016-02-26 16:33:40 +0100
committerMichael Brown2016-02-26 16:33:40 +0100
commit5bd8427d3dad38993c1f8f175454f7fde0af34ca (patch)
treede75a672e177f36fef93b81ada93c96541761310 /src/config
parent[librm] Add support for running in 64-bit long mode (diff)
downloadipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.tar.gz
ipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.tar.xz
ipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.zip
[ioapi] Split ioremap() out to a separate IOMAP API
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaults/efi.h1
-rw-r--r--src/config/defaults/pcbios.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 502bef1d..24b93a02 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define UACCESS_EFI
#define IOAPI_X86
+#define IOMAP_VIRT
#define PCIAPI_EFI
#define CONSOLE_EFI
#define TIMER_EFI
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index 3ed8343c..56ed0073 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define UACCESS_LIBRM
#define IOAPI_X86
+#define IOMAP_VIRT
#define PCIAPI_PCBIOS
#define TIMER_PCBIOS
#define CONSOLE_PCBIOS