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.

efi.h 939B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #ifndef CONFIG_DEFAULTS_EFI_H
  2. #define CONFIG_DEFAULTS_EFI_H
  3. /** @file
  4. *
  5. * Configuration defaults for EFI
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  9. #define UACCESS_EFI
  10. #define IOAPI_X86
  11. #define IOMAP_VIRT
  12. #define PCIAPI_EFI
  13. #define CONSOLE_EFI
  14. #define TIMER_EFI
  15. #define NAP_EFIX86
  16. #define UMALLOC_EFI
  17. #define SMBIOS_EFI
  18. #define SANBOOT_NULL
  19. #define BOFM_EFI
  20. #define ENTROPY_EFI
  21. #define TIME_EFI
  22. #define REBOOT_EFI
  23. #define DOWNLOAD_PROTO_FILE /* Local filesystem access */
  24. #define IMAGE_EFI /* EFI image support */
  25. #define IMAGE_SCRIPT /* iPXE script image support */
  26. #define USB_HCD_XHCI /* xHCI USB host controller */
  27. #define USB_HCD_EHCI /* EHCI USB host controller */
  28. #define USB_HCD_UHCI /* UHCI USB host controller */
  29. #define USB_EFI /* Provide EFI_USB_IO_PROTOCOL interface */
  30. #define REBOOT_CMD /* Reboot command */
  31. #define CPUID_CMD /* x86 CPU feature detection command */
  32. #endif /* CONFIG_DEFAULTS_EFI_H */