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

1234567891011121314151617181920212223242526
  1. #ifndef CONFIG_DEFAULTS_EFI_H
  2. #define CONFIG_DEFAULTS_EFI_H
  3. /** @file
  4. *
  5. * Configuration defaults for EFI
  6. *
  7. */
  8. #define UACCESS_EFI
  9. #define IOAPI_EFI
  10. #define PCIAPI_EFI
  11. #define CONSOLE_EFI
  12. #define TIMER_EFI
  13. #define NAP_EFIX86
  14. #define UMALLOC_EFI
  15. #define SMBIOS_EFI
  16. #define SANBOOT_NULL
  17. #define BOFM_EFI
  18. #define ENTROPY_NULL
  19. #define TIME_NULL
  20. #define IMAGE_EFI /* EFI image support */
  21. #define IMAGE_SCRIPT /* iPXE script image support */
  22. #endif /* CONFIG_DEFAULTS_EFI_H */