aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/t60
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-18 20:59:37 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-18 20:59:37 -0400
commitb3d589f4be8d2816d8c5a33e31be6a75f489bd9b (patch)
treef8dc23b9f79a0897788dff98f509948fa21d9821 /projects/coreboot/configs/t60
parentb0ad88e42617c603999fe1301c6d0c13b7a519f5 (diff)
downloadlibrebootfr-b3d589f4be8d2816d8c5a33e31be6a75f489bd9b.tar.gz
librebootfr-b3d589f4be8d2816d8c5a33e31be6a75f489bd9b.zip
Create T60 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_VGA_TEXT_FRAMEBUFFER is not set CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_LINEAR_FRAMEBUFFER=y T60 Coreboot ROMs can now be built with './libreboot build coreboot t60 corebootfb' or './libreboot build coreboot t60 textmode', respectively.
Diffstat (limited to 'projects/coreboot/configs/t60')
-rw-r--r--projects/coreboot/configs/t60/corebootfb/config3
-rw-r--r--projects/coreboot/configs/t60/targets2
-rw-r--r--projects/coreboot/configs/t60/textmode/config1
3 files changed, 6 insertions, 0 deletions
diff --git a/projects/coreboot/configs/t60/corebootfb/config b/projects/coreboot/configs/t60/corebootfb/config
new file mode 100644
index 00000000..c86e2073
--- /dev/null
+++ b/projects/coreboot/configs/t60/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/t60/targets b/projects/coreboot/configs/t60/targets
new file mode 100644
index 00000000..f84c583a
--- /dev/null
+++ b/projects/coreboot/configs/t60/targets
@@ -0,0 +1,2 @@
+corebootfb
+textmode
diff --git a/projects/coreboot/configs/t60/textmode/config b/projects/coreboot/configs/t60/textmode/config
new file mode 100644
index 00000000..5d8cce57
--- /dev/null
+++ b/projects/coreboot/configs/t60/textmode/config
@@ -0,0 +1 @@
+CONFIG_VGA_TEXT_FRAMEBUFFER=y