From: Michael Brown Date: Tue, 17 Jul 2012 20:28:24 +0000 (+0100) Subject: [efi] Default to using raw x86 I/O X-Git-Tag: v1.20.1~1708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7c966e77f504dc9b53f6d18a2f01deb7b9cb4a;p=thirdparty%2Fipxe.git [efi] Default to using raw x86 I/O The EFI_CPU_IO_PROTOCOL is not available on all EFI platforms. In particular, it is not available under OVMF, as used for qemu. Since the EFI_CPU_IO_PROTOCOL is an abomination of unnecessary complexity, banish it and use raw I/O instead. Signed-off-by: Michael Brown --- diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index 16a44dd55..923360ae8 100644 --- a/src/config/defaults/efi.h +++ b/src/config/defaults/efi.h @@ -8,7 +8,7 @@ */ #define UACCESS_EFI -#define IOAPI_EFI +#define IOAPI_X86 #define PCIAPI_EFI #define CONSOLE_EFI #define TIMER_EFI