summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-09-26 05:30:44 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-09-26 05:30:44 (EDT)
commitc2d6c5e5b88e32fd1a1b8c7e749639b699147d53 (patch)
treede37d6ceda7c6c5484a4aa271a5b85f8d89ae4d9 /docs
parent7446b3093877bd9ca3451d6cfb7d8e55e9159f56 (diff)
downloadlibreboot-c2d6c5e5b88e32fd1a1b8c7e749639b699147d53.zip
libreboot-c2d6c5e5b88e32fd1a1b8c7e749639b699147d53.tar.gz
libreboot-c2d6c5e5b88e32fd1a1b8c7e749639b699147d53.tar.bz2
docs/tasks.html: note about gm45 text mode
Diffstat (limited to 'docs')
-rw-r--r--docs/tasks.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index b027fbf..0659f35 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -249,7 +249,12 @@
Fix these issues on GM45/GS45 targets:
<ul>
<li>
- X200: text-mode is broken. only framebuffer graphics work. Git-bisect is needed.
+ X200: text-mode is broken. only framebuffer graphics work.
+ 880101121e0cef5df3afda075809e2fbacf68ffe is the commit in coreboot that added native graphics initialization
+ for GM45. The commit message says that text mode should work. tpearson tested with this revision, and it didn't
+ work in text mode, so it looks like text mode never worked at all. It could be that it did work before phcoder
+ submitted it, but then he made more changes that broke text mode, and didn't realize this. This means that a bisect
+ is not possible.
</li>
<li>
X60: on the latest coreboot-libre update lately (during June 2015), keyboard works intermittently.