mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-16 18:48:12 +00:00
[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 <mcb30@ipxe.org>
This commit is contained in:
parent
4dc3f8141f
commit
2d7c966e77
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#define UACCESS_EFI
|
||||
#define IOAPI_EFI
|
||||
#define IOAPI_X86
|
||||
#define PCIAPI_EFI
|
||||
#define CONSOLE_EFI
|
||||
#define TIMER_EFI
|
||||
|
Loading…
x
Reference in New Issue
Block a user