summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-07-17 19:53:45 (EDT)
committer Leah Rowe <info@minifree.org>2016-07-17 19:53:45 (EDT)
commitcc6eea3d086a88f9c6b68a180b8798ead8921d4a (patch)
treef5896193cf413e93a79551bb234c03f16f758e09
parente4e705e99ccc934e65b9106db808f681216a2e1f (diff)
downloadlibreboot-cc6eea3d086a88f9c6b68a180b8798ead8921d4a.zip
libreboot-cc6eea3d086a88f9c6b68a180b8798ead8921d4a.tar.gz
libreboot-cc6eea3d086a88f9c6b68a180b8798ead8921d4a.tar.bz2
Enable text-mode graphics initialisation on GM45
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper9
1 files changed, 0 insertions, 9 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index e2567a8..96fdc9d 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -88,15 +88,6 @@ fi
for romtype in txtmode vesafb
do
- if [ "${boardtarget}" = "x200_16mb" ] || [ "${boardtarget}" = "x200_8mb" ] || [ "${boardtarget}" = "x200_4mb" ] || [ "${boardtarget}" = "r400_16mb" ] || [ "${boardtarget}" = "r400_8mb" ] || [ "${boardtarget}" = "r400_4mb" ] || [ "${boardtarget}" = "t400_16mb" ] || [ "${boardtarget}" = "t400_8mb" ] || [ "${boardtarget}" = "t400_4mb" ] || [ "${boardtarget}" = "t500_16mb" ] || [ "${boardtarget}" = "t500_8mb" ] || [ "${boardtarget}" = "t500_4mb" ]
- then
- if [ "${romtype}" = "txtmode" ]
- then
- printf "Text mode graphics is currently broken on X200, R400, T400 and T500. Only framebuffer mode works.\n"
- printf "TODO: offending coreboot commit found (see docs/release.html). Fix text-mode graphics initialization.\n"
- continue
- fi
- fi
if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; then
if [ "${romtype}" = "vesafb" ]; then
printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8, D510MO and ga-g41m-es2l\n"