Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / config / defaults / pcbios.h
1 #ifndef CONFIG_DEFAULTS_PCBIOS_H
2 #define CONFIG_DEFAULTS_PCBIOS_H
3
4 /** @file
5  *
6  * Configuration defaults for PCBIOS
7  *
8  */
9
10 FILE_LICENCE ( GPL2_OR_LATER );
11
12 #define UACCESS_LIBRM
13 #define IOAPI_X86
14 #define PCIAPI_PCBIOS
15 #define TIMER_PCBIOS
16 #define CONSOLE_PCBIOS
17 #define NAP_PCBIOS
18 #define UMALLOC_MEMTOP
19 #define SMBIOS_PCBIOS
20 #define SANBOOT_PCBIOS
21 #define ENTROPY_RTC
22 #define TIME_RTC
23 #define REBOOT_PCBIOS
24
25 #define IMAGE_ELF               /* ELF image support */
26 #define IMAGE_MULTIBOOT         /* MultiBoot image support */
27 #define IMAGE_PXE               /* PXE image support */
28 #define IMAGE_SCRIPT            /* iPXE script image support */
29 #define IMAGE_BZIMAGE           /* Linux bzImage image support */
30
31 #define PXE_STACK               /* PXE stack in iPXE - required for PXELINUX */
32 #define PXE_MENU                /* PXE menu booting */
33
34 #define SANBOOT_PROTO_ISCSI     /* iSCSI protocol */
35 #define SANBOOT_PROTO_AOE       /* AoE protocol */
36 #define SANBOOT_PROTO_IB_SRP    /* Infiniband SCSI RDMA protocol */
37 #define SANBOOT_PROTO_FCP       /* Fibre Channel protocol */
38
39 #define REBOOT_CMD              /* Reboot command */
40 #define CPUID_CMD               /* x86 CPU feature detection command */
41
42 #endif /* CONFIG_DEFAULTS_PCBIOS_H */