Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / config / defaults / efi.h
1 #ifndef CONFIG_DEFAULTS_EFI_H
2 #define CONFIG_DEFAULTS_EFI_H
3
4 /** @file
5  *
6  * Configuration defaults for EFI
7  *
8  */
9
10 FILE_LICENCE ( GPL2_OR_LATER );
11
12 #define UACCESS_EFI
13 #define IOAPI_X86
14 #define PCIAPI_EFI
15 #define CONSOLE_EFI
16 #define TIMER_EFI
17 #define NAP_EFIX86
18 #define UMALLOC_EFI
19 #define SMBIOS_EFI
20 #define SANBOOT_NULL
21 #define BOFM_EFI
22 #define ENTROPY_NULL
23 #define TIME_NULL
24 #define REBOOT_EFI
25
26 #define IMAGE_EFI               /* EFI image support */
27 #define IMAGE_SCRIPT            /* iPXE script image support */
28
29 #define REBOOT_CMD              /* Reboot command */
30 #define CPUID_CMD               /* x86 CPU feature detection command */
31
32 #endif /* CONFIG_DEFAULTS_EFI_H */