diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 23:06:03 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 23:06:03 +0000 |
commit | d805f3ce2258ef7118f904e186f9ec45463a9a07 (patch) | |
tree | dbd9a3b7319cff40c57145846cf9461635e0c7e2 | |
parent | c6426007b8d6256c8832ba79724c3ed08b9b80e3 (diff) | |
download | librebootfr-d805f3ce2258ef7118f904e186f9ec45463a9a07.tar.gz librebootfr-d805f3ce2258ef7118f904e186f9ec45463a9a07.zip |
docs/release.html: Add notes about i945 power-up infinite loop
-rw-r--r-- | docs/release.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index 02a70e2c..70a65d5d 100644 --- a/docs/release.html +++ b/docs/release.html @@ -397,6 +397,11 @@ </h2> <ul> <li> + Commit 26ca08caf81ad2dcc9c8246a743d82ffb464c767 in coreboot, see the while (1) loop that + waits for the panel to power up on i945. This is an infinite loop if the panel doesn't power up. + Fix it. Also, are there panels that don't power up? Test this, and fix it. + </li> + <li> <a href="http://blogs.coreboot.org/files/2013/07/vultureprog_shuttle_sbs.jpg">image</a>, <a href="http://blogs.coreboot.org/files/2013/08/vultureprog_probing.jpg">image</a>, <a href="http://blogs.coreboot.org/files/2013/06/superboosted2.jpg">image</a> - |