選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

efi.h 541B

1234567891011121314151617181920212223242526272829
  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_X86
  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 REBOOT_EFI
  21. #define IMAGE_EFI /* EFI image support */
  22. #define IMAGE_SCRIPT /* iPXE script image support */
  23. #define REBOOT_CMD /* Reboot command */
  24. #endif /* CONFIG_DEFAULTS_EFI_H */