diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/archive_old.html | 10 | ||||
-rw-r--r-- | docs/release.html | 1 | ||||
-rw-r--r-- | docs/tasks.html | 10 |
3 files changed, 8 insertions, 13 deletions
diff --git a/docs/archive_old.html b/docs/archive_old.html index 6d365cb..409b88a 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -41,16 +41,6 @@ <li><a href="#release20131213">r20131213 (2nd release)</a> (2013 December 13th)</li> <li><a href="#release20131212">r20131212 (1st release)</a> (2013 December 12th)</li> </ul> - <p> - <b><i>"Release"</i></b> means that a new coreboot git revision with substantially different code has been adapted for libreboot. - </p> - <p> - <b><i>"Revision"</i></b> means a modification to an existing release, where the result is insubstantially different from what preceded it. - </p> - <p> - The 1st, 2nd, 3rd and 4th releases were really just older revisions of the 5th release. - For historical reasons (and to avoid confusion), these are still called 'releases' instead of correcting the mistake. - </p> </div> diff --git a/docs/release.html b/docs/release.html index 7db590a..09e0b4c 100644 --- a/docs/release.html +++ b/docs/release.html @@ -114,6 +114,7 @@ Changes for this release (earliest changes last, recent changes first) </h2> <ul> + <li>Add a whitelist entry to board_enable.c in flashrom, for the ThinkPad R400, T400 and T500</li> <li> Updated flashrom (to SVN revision 1889) <ul> diff --git a/docs/tasks.html b/docs/tasks.html index 9f3f5f0..8b73ed2 100644 --- a/docs/tasks.html +++ b/docs/tasks.html @@ -127,6 +127,10 @@ Fix remaining incompatible LCD panels in native graphics on T500. See <a href="hcl/t500.html">hcl/t500.html</a>. </li> + <li> + T400/T500/R400 (tested on T400): UART (serial port) doesn't work. Investigate. + (already tried enabling early h8 dock option. some RE with superiotool is needed). + </li> </ul> </li> <li> @@ -232,13 +236,13 @@ See <a href="http://projects.mtjm.eu/work_packages/18">http://projects.mtjm.eu/work_packages/18</a> </li> <li> + Make ich9gen/ich9deblob/demefactory show GPL license info via <i>--version</i> argument. + </li> + <li> Adapt linux-libre deblob scripts for use with coreboot. Libreboot is already deblobbed using its own script, but updating it is still a bit too manual. linux-libre's deblob scripts do an excellent job and (adapted) will make it much easier to maintain coreboot-libre. </li> - <li> - Add a whitelist entry to board_enable.c in flashrom, for the ThinkPad R400, T400 and T500 - </li> </ul> <p><a href="#pagetop">Back to top of page.</a></p> </div> |