aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-03-09 00:50:04 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2019-03-09 00:50:04 -0500
commita505431bf32af0b7b837281c773969ff3ff43a68 (patch)
tree406f855a29186b1dbf2b25cac82e3617b27bb176 /projects
parentbcbe2460f99242db5f0fb1ddaadd27267e5bf49f (diff)
downloadlibrebootfr-a505431bf32af0b7b837281c773969ff3ff43a68.tar.gz
librebootfr-a505431bf32af0b7b837281c773969ff3ff43a68.zip
Create corebootfb/textmode targets for qemu_i440fx_piix4
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_i440fx_piix4/16MiB/corebootfb/config5
-rw-r--r--projects/coreboot/configs/qemu_i440fx_piix4/16MiB/targets2
-rw-r--r--projects/coreboot/configs/qemu_i440fx_piix4/16MiB/textmode/config1
3 files changed, 8 insertions, 0 deletions
diff --git a/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/corebootfb/config b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/corebootfb/config
new file mode 100644
index 00000000..cbd22dd6
--- /dev/null
+++ b/projects/coreboot/configs/qemu_i440fx_piix4/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_i440fx_piix4/16MiB/targets b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/targets
new file mode 100644
index 00000000..f84c583a
--- /dev/null
+++ b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/targets
@@ -0,0 +1,2 @@
+corebootfb
+textmode
diff --git a/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/textmode/config b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/textmode/config
new file mode 100644
index 00000000..5d8cce57
--- /dev/null
+++ b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/textmode/config
@@ -0,0 +1 @@
+CONFIG_VGA_TEXT_FRAMEBUFFER=y