From f489da2b1f76f8f09e5fc741599f36e1315f3704 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 7 Sep 2016 08:38:23 +0100 Subject: build/roms/withseabios: : disable building of vesafb ROMs for d945gclf Only txtmode works, according to avph. --- resources/scripts/helpers/build/roms/withseabios_helper | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'resources/scripts/helpers/build') diff --git a/resources/scripts/helpers/build/roms/withseabios_helper b/resources/scripts/helpers/build/roms/withseabios_helper index 28cf079d..56d03d65 100755 --- a/resources/scripts/helpers/build/roms/withseabios_helper +++ b/resources/scripts/helpers/build/roms/withseabios_helper @@ -76,10 +76,9 @@ printf 'libreboot-%s\n' "${version}" > ".coreboot-version" # needed for reproduc for romtype in txtmode vesafb do - if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "kcma-d8" ]; then + if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d945gclf" ]; then if [ "${romtype}" = "vesafb" ]; then - printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8\n" - printf "TODO: get tpearson to fix it\n" + printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8, d945gclf\n" continue fi fi -- cgit v1.2.3-70-g09d2