iPXE
general.h
Go to the documentation of this file.
1/* Disable entry during POST */
2#undef ROM_BANNER_TIMEOUT
3#define ROM_BANNER_TIMEOUT 0
4
5/* Extend banner timeout */
6#undef BANNER_TIMEOUT
7#define BANNER_TIMEOUT 30
8
9/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
10#define EFI_DOWNGRADE_UX
11
12/* The Tivoli VMM workaround causes a KVM emulation failure on hosts
13 * without unrestricted_guest support
14 */
15#undef TIVOLI_VMM_WORKAROUND