From 188851eecfa0e8e6347bc17e3739a7e18e42a1ba Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 8 Mar 2019 23:40:22 -0500 Subject: Create corebootfb/textmode targets for qemu_q35_ich9 The config for text mode doesn't actually have to be there (since text mode is the default in the base config) but, as in other cases, this configuration snippet is included for the sake of documenting what part of the base config is related to the target ("textmode" in this case). --- projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/config | 5 +++++ projects/coreboot/configs/qemu_q35_ich9/16MiB/targets | 2 ++ projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/config | 1 + 3 files changed, 8 insertions(+) create mode 100644 projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/config create mode 100644 projects/coreboot/configs/qemu_q35_ich9/16MiB/targets create mode 100644 projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/config diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/config b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/config new file mode 100644 index 00000000..cbd22dd6 --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/config @@ -0,0 +1,5 @@ +CONFIG_VGA_TEXT_FRAMEBUFFER=n +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y +CONFIG_LINEAR_FRAMEBUFFER=y +CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_XRES=800 +CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_YRES=600 diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/targets b/projects/coreboot/configs/qemu_q35_ich9/16MiB/targets new file mode 100644 index 00000000..f84c583a --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/targets @@ -0,0 +1,2 @@ +corebootfb +textmode diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/config b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/config new file mode 100644 index 00000000..5d8cce57 --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/config @@ -0,0 +1 @@ +CONFIG_VGA_TEXT_FRAMEBUFFER=y -- cgit v1.2.3-70-g09d2