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 639B

1234567891011121314151617181920212223242526272829303132
  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 PCIAPI_EFI
  12. #define CONSOLE_EFI
  13. #define TIMER_EFI
  14. #define NAP_EFIX86
  15. #define UMALLOC_EFI
  16. #define SMBIOS_EFI
  17. #define SANBOOT_NULL
  18. #define BOFM_EFI
  19. #define ENTROPY_EFI
  20. #define TIME_EFI
  21. #define REBOOT_EFI
  22. #define IMAGE_EFI /* EFI image support */
  23. #define IMAGE_SCRIPT /* iPXE script image support */
  24. #define REBOOT_CMD /* Reboot command */
  25. #define CPUID_CMD /* x86 CPU feature detection command */
  26. #endif /* CONFIG_DEFAULTS_EFI_H */