|
|
1.1 root 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:
22: #define IMAGE_ELF /* ELF image support */
23: #define IMAGE_MULTIBOOT /* MultiBoot image support */
24: #define IMAGE_PXE /* PXE image support */
25: #define IMAGE_SCRIPT /* iPXE script image support */
26: #define IMAGE_BZIMAGE /* Linux bzImage image support */
27: #define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
28:
29: #define PXE_STACK /* PXE stack in iPXE - required for PXELINUX */
30: #define PXE_MENU /* PXE menu booting */
31:
32: #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
33: #define SANBOOT_PROTO_AOE /* AoE protocol */
34: #define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
35: #define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
36:
37: #endif /* CONFIG_DEFAULTS_PCBIOS_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.