aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-03-08 23:40:22 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2019-03-08 23:40:22 -0500
commit188851eecfa0e8e6347bc17e3739a7e18e42a1ba (patch)
tree8c6c414de4909e1f3bd2d59e3132915a35ffe947 /projects
parent770929bf861cd4801a3a2d98cefa553d348458c5 (diff)
downloadlibrebootfr-188851eecfa0e8e6347bc17e3739a7e18e42a1ba.tar.gz
librebootfr-188851eecfa0e8e6347bc17e3739a7e18e42a1ba.zip
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).
Diffstat (limited to 'projects')
-rw-r--r--projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/config5
-rw-r--r--projects/coreboot/configs/qemu_q35_ich9/16MiB/targets2
-rw-r--r--projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/config1
3 files changed, 8 insertions, 0 deletions
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