You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pcbios.h 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #ifndef CONFIG_DEFAULTS_PCBIOS_H
  2. #define CONFIG_DEFAULTS_PCBIOS_H
  3. /** @file
  4. *
  5. * Configuration defaults for PCBIOS
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  9. #define UACCESS_LIBRM
  10. #define IOAPI_X86
  11. #define PCIAPI_PCBIOS
  12. #define TIMER_PCBIOS
  13. #define CONSOLE_PCBIOS
  14. #define NAP_PCBIOS
  15. #define UMALLOC_MEMTOP
  16. #define SMBIOS_PCBIOS
  17. #define SANBOOT_PCBIOS
  18. #define ENTROPY_RTC
  19. #define TIME_RTC
  20. #define REBOOT_PCBIOS
  21. #define IMAGE_ELF /* ELF image support */
  22. #define IMAGE_MULTIBOOT /* MultiBoot image support */
  23. #define IMAGE_PXE /* PXE image support */
  24. #define IMAGE_SCRIPT /* iPXE script image support */
  25. #define IMAGE_BZIMAGE /* Linux bzImage image support */
  26. #define PXE_STACK /* PXE stack in iPXE - required for PXELINUX */
  27. #define PXE_MENU /* PXE menu booting */
  28. #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
  29. #define SANBOOT_PROTO_AOE /* AoE protocol */
  30. #define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
  31. #define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
  32. #define USB_HCD_XHCI /* xHCI USB host controller */
  33. #define REBOOT_CMD /* Reboot command */
  34. #define CPUID_CMD /* x86 CPU feature detection command */
  35. #endif /* CONFIG_DEFAULTS_PCBIOS_H */