diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2021-08-28 09:40:41 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 15:01:47 +0000 |
commit | 8d885577ce51a035828857079469d719249f5840 (patch) | |
tree | bbd0639ed3038bd57d8b9ec340a52bcf3aa99087 /payloads/external/coreDOOM/libpayload-config | |
parent | c217f31d0bd59a9d63787a40b1995b08c8dc683b (diff) |
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 <nic.c3.14@gmail.com>
Change-Id: Ice0403b003a4b2717afee585f28303c2f5abea5d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57222
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'payloads/external/coreDOOM/libpayload-config')
-rw-r--r-- | payloads/external/coreDOOM/libpayload-config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/payloads/external/coreDOOM/libpayload-config b/payloads/external/coreDOOM/libpayload-config new file mode 100644 index 0000000000..54dffea515 --- /dev/null +++ b/payloads/external/coreDOOM/libpayload-config @@ -0,0 +1,13 @@ +# CONFIG_LP_MULTIBOOT is not set +CONFIG_LP_HEAP_SIZE=67108864 +CONFIG_LP_STACK_SIZE=16384 +CONFIG_LP_BASE_ADDRESS=0x00100000 +# CONFIG_LP_CURSES is not set +CONFIG_LP_SERIAL_IOBASE=0x3f8 +CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y +# CONFIG_LP_PCI is not set +# CONFIG_LP_NVRAM is not set +CONFIG_LP_TIMER_GENERIC_REG=0x0 +CONFIG_LP_TIMER_GENERIC_HIGH_REG=0x0 +# CONFIG_LP_STORAGE is not set +# CONFIG_LP_USB_MSC is not set |