summaryrefslogtreecommitdiffstats
path: root/buildrom-withgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-14 17:42:32 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-14 17:42:32 (EST)
commit3884d513620fbec65b36f65fac070f6173f505e2 (patch)
tree38519a024f7cfe45ac17599d2d2abf089b5ec55e /buildrom-withgrub
parent95411c48adc77b0944e1a408993f5d760b4b239c (diff)
downloadlibreboot-3884d513620fbec65b36f65fac070f6173f505e2.zip
libreboot-3884d513620fbec65b36f65fac070f6173f505e2.tar.gz
libreboot-3884d513620fbec65b36f65fac070f6173f505e2.tar.bz2
buildrom-withgrub: disabled creation of *txtmode*.rom for X200
(only framebuffer graphics work for now. this is what most people use anyway)
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-xbuildrom-withgrub9
1 files changed, 9 insertions, 0 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub
index b097196..04108bf 100755
--- a/buildrom-withgrub
+++ b/buildrom-withgrub
@@ -41,6 +41,15 @@ sed 's/# CONFIG_FRAMEBUFFER_KEEP_VESA_MODE is not set/CONFIG_FRAMEBUFFER_KEEP_VE
for romtype in txtmode vesafb
do
+ if [ "$1" = "x200_8mb" ] || [ "$1" = "x200_4mb" ]
+ then
+ if [ "$romtype" = "txtmode" ]
+ then
+ echo "Text mode graphics is currently broken on X200. Only framebuffer mode works."
+ continue
+ fi
+ fi
+
# Build coreboot ROM image
make clean
mv config_"$romtype" .config