diff options
author | Leah Rowe <info@minifree.org> | 2016-07-18 00:53:45 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-07-18 00:53:45 +0100 |
commit | cc6eea3d086a88f9c6b68a180b8798ead8921d4a (patch) | |
tree | f5896193cf413e93a79551bb234c03f16f758e09 /resources/scripts | |
parent | e4e705e99ccc934e65b9106db808f681216a2e1f (diff) | |
download | librebootfr-cc6eea3d086a88f9c6b68a180b8798ead8921d4a.tar.gz librebootfr-cc6eea3d086a88f9c6b68a180b8798ead8921d4a.zip |
Enable text-mode graphics initialisation on GM45
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 9 |
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 e2567a87..96fdc9d5 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" |