Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Add named configuration for qemu
Add a named configuration for qemu, based on the config.ipxe.general.h
file taken from the current qemu repository and enabling the option to
work around the missing EFI_PXE_BASE_CODE_PROTOCOL.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 22, 2015
1 parent a15c0d7 commit a200ad4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
Empty file added src/config/qemu/colour.h
Empty file.
Empty file added src/config/qemu/console.h
Empty file.
Empty file added src/config/qemu/crypto.h
Empty file.
10 changes: 10 additions & 0 deletions src/config/qemu/general.h
@@ -0,0 +1,10 @@
/* Disable entry during POST */
#undef ROM_BANNER_TIMEOUT
#define ROM_BANNER_TIMEOUT 0

/* Extend banner timeout */
#undef BANNER_TIMEOUT
#define BANNER_TIMEOUT 30

/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
#define EFI_DOWNGRADE_UX
Empty file added src/config/qemu/serial.h
Empty file.
Empty file added src/config/qemu/settings.h
Empty file.
Empty file added src/config/qemu/sideband.h
Empty file.
Empty file added src/config/qemu/usb.h
Empty file.

0 comments on commit a200ad4

Please sign in to comment.