aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-16 20:40:53 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-16 20:40:53 -0400
commitb13b4daf734bdda8f95164f295ed6ac7c6841e02 (patch)
tree0e4fe57649f3e1f2a03aa5a2e89665d7f4891cc2 /projects/coreboot/configs
parent83b2c82bcfe2c6e4266cae72e1699a15be3438a2 (diff)
downloadlibrebootfr-b13b4daf734bdda8f95164f295ed6ac7c6841e02.tar.gz
librebootfr-b13b4daf734bdda8f95164f295ed6ac7c6841e02.zip
Create X200 corebootfb/textmode Coreboot targets
The corebootfb ROM will use Coreboot's framebuffer for display while the textmode ROM will use the legacy VGA text mode which is necessary for payloads such as Memtest86+. Options (and their values) changed in the new corebootfb config: CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_LINEAR_FRAMEBUFFER=y X200 Coreboot ROMs can now be built with './libreboot build coreboot x200 corebootfb' or './libreboot build coreboot x200 textmode', respectively.
Diffstat (limited to 'projects/coreboot/configs')
-rw-r--r--projects/coreboot/configs/x200/corebootfb/config3
-rw-r--r--projects/coreboot/configs/x200/targets2
-rw-r--r--projects/coreboot/configs/x200/textmode/config1
3 files changed, 6 insertions, 0 deletions
diff --git a/projects/coreboot/configs/x200/corebootfb/config b/projects/coreboot/configs/x200/corebootfb/config
new file mode 100644
index 00000000..c86e2073
--- /dev/null
+++ b/projects/coreboot/configs/x200/corebootfb/config
@@ -0,0 +1,3 @@
+CONFIG_VGA_TEXT_FRAMEBUFFER=n
+CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
+CONFIG_LINEAR_FRAMEBUFFER=y
diff --git a/projects/coreboot/configs/x200/targets b/projects/coreboot/configs/x200/targets
new file mode 100644
index 00000000..f84c583a
--- /dev/null
+++ b/projects/coreboot/configs/x200/targets
@@ -0,0 +1,2 @@
+corebootfb
+textmode
diff --git a/projects/coreboot/configs/x200/textmode/config b/projects/coreboot/configs/x200/textmode/config
new file mode 100644
index 00000000..5d8cce57
--- /dev/null
+++ b/projects/coreboot/configs/x200/textmode/config
@@ -0,0 +1 @@
+CONFIG_VGA_TEXT_FRAMEBUFFER=y