diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 18:23:29 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 18:23:29 (EST) |
commit | 52f7c3ea682d81c92b6394c755c567bd9f3822f4 (patch) | |
tree | 746da6e0a0dff3cff98afbee5971554fd4197438 | |
parent | fe6259ac9875cdaf6d167d58935705251dcad6d3 (diff) | |
download | libreboot-52f7c3ea682d81c92b6394c755c567bd9f3822f4.zip libreboot-52f7c3ea682d81c92b6394c755c567bd9f3822f4.tar.gz libreboot-52f7c3ea682d81c92b6394c755c567bd9f3822f4.tar.bz2 |
docs/release.html: Add notes about cubieboard flashing
-rw-r--r-- | docs/release.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index ef878b4..4ed64b1 100644 --- a/docs/release.html +++ b/docs/release.html @@ -405,6 +405,9 @@ Other tasks (non-critical, but still important) </h2> <ul> + <li>Add cubieboard SPI flashing instructions to libreboot. + <a href="https://github.com/mrnuke/coreboot/commits/cubie_mmc?author=mrnuke">mrnuke's github page with patches</a>. mrnuke in IRC knows + about the cubieboard</li> <li>Memtest86+ is currently broken in text-mode. investigate</li> <li>Todo: modify memtest86+ to work with libpayload (coreboot framebuffer) and delete all the text-mode ROM images.</li> <li>linux 3.18 broke acpi brightness on i945. Libreboot reverted to legacy brightness for now. Look into why it |