summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-16 16:42:10 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-16 16:42:10 (EDT)
commitb4877475a78fb5cf8d3353cceed91e86dd371cd9 (patch)
tree7e349637c064e3cdae70fcc06c4ef2613d511903 /resources/scripts/helpers/build/roms
parent99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4 (diff)
downloadlibreboot-b4877475a78fb5cf8d3353cceed91e86dd371cd9.zip
libreboot-b4877475a78fb5cf8d3353cceed91e86dd371cd9.tar.gz
libreboot-b4877475a78fb5cf8d3353cceed91e86dd371cd9.tar.bz2
disable generation of txtmode ROM images (temporarily)
I wanted to get a release done as quickly as possible (within 24 hours after pushing this commit). That release will most likely be short-lived; as soon as it's out, the plan is to work as fast as possible fixing as many bugs as possible (there are a lot) and make a new release again as soon as possible.
Diffstat (limited to 'resources/scripts/helpers/build/roms')
-rwxr-xr-xresources/scripts/helpers/build/roms/helper7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/roms/helper b/resources/scripts/helpers/build/roms/helper
index 1d419a3..5fcd4c0 100755
--- a/resources/scripts/helpers/build/roms/helper
+++ b/resources/scripts/helpers/build/roms/helper
@@ -52,6 +52,13 @@ fi
for romtype in txtmode vesafb
do
+ # skip building txtmode roms for now (memtest86 is broken)
+ # todo: make a new release ASAP, with memtest86+ working again, and text-mode working on GM45
+ if [ "$romtype" = "txtmode" ]; then
+ # TODO: remove this if, once you get memtest86+ working again
+ continue
+ fi
+
if [ "$1" = "x200_8mb" ] || [ "$1" = "x200_4mb" ] || [ "$1" = "r400_8mb" ] || [ "$1" = "r400_4mb" ] || [ "$1" = "t400_8mb" ] || [ "$1" = "t400_4mb" ] || [ "$1" = "t500_8mb" ] || [ "$1" = "t500_4mb" ]
then
if [ "$romtype" = "txtmode" ]