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.

general.h 384B

123456789101112131415
  1. /* Disable entry during POST */
  2. #undef ROM_BANNER_TIMEOUT
  3. #define ROM_BANNER_TIMEOUT 0
  4. /* Extend banner timeout */
  5. #undef BANNER_TIMEOUT
  6. #define BANNER_TIMEOUT 30
  7. /* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
  8. #define EFI_DOWNGRADE_UX
  9. /* The Tivoli VMM workaround causes a KVM emulation failure on hosts
  10. * without unrestricted_guest support
  11. */
  12. #undef TIVOLI_VMM_WORKAROUND