From 8d885577ce51a035828857079469d719249f5840 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sat, 28 Aug 2021 09:40:41 -0600 Subject: payloads/external: Add support for coreDOOM payload coreDOOM is a port of DOOM to libpayload, based on the doomgeneric source port. It renders the game to the coreboot linear framebuffer, and loads WAD files from CBFS. Tested with QEMU i440fx/q35 and a Dell Latitude E6400 using the libgfxinit provided linear framebuffer. Project page: https://github.com/nic3-14159/coreDOOM Signed-off-by: Nicholas Chin Change-Id: Ice0403b003a4b2717afee585f28303c2f5abea5d Reviewed-on: https://review.coreboot.org/c/coreboot/+/57222 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin L Roth --- payloads/external/SeaBIOS/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'payloads/external/SeaBIOS/Kconfig') diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index 405ff9db55..78e37935e9 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -74,6 +74,7 @@ config SEABIOS_HARDWARE_IRQ config SEABIOS_VGA_COREBOOT prompt "Include generated option rom that implements legacy VGA BIOS compatibility" default y if !VENDOR_EMULATION + default y if COREDOOM_SECONDARY_PAYLOAD depends on !VGA_ROM_RUN && (VGA_TEXT_FRAMEBUFFER || LINEAR_FRAMEBUFFER) bool help -- cgit v1.2.3