diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 22:48:34 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 22:48:34 (EST) |
commit | f38c9476c9efed1c715c04f04498d262786e844a (patch) | |
tree | b33fc2ebe5c81848b830d2fc857c0e6ac7fb2ff3 | |
parent | 23c28a97add1866973eebe07c51c2ce4ceba0d94 (diff) | |
download | libreboot-f38c9476c9efed1c715c04f04498d262786e844a.zip libreboot-f38c9476c9efed1c715c04f04498d262786e844a.tar.gz libreboot-f38c9476c9efed1c715c04f04498d262786e844a.tar.bz2 |
docs/release.html: Add TODO (make ich9gen/ich9deblob portable)
-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 cd8b1c6..ef878b4 100644 --- a/docs/release.html +++ b/docs/release.html @@ -340,6 +340,11 @@ </h2> <ul> <li> + Make ich9gen/ich9deblob portable. They both rely extensively on bitfields, and they assume + little-endian; for instance, mapping a little endian file directly to a struct, instead + of serializing/deserializing. Re-factor both utilities and make them fully portable. + </li> + <li> X60: <b>ACPI PCC Probe Failed</b> message on linux-libre 3.19 and higher. Fix it. <a href="https://bugzilla.kernel.org/show_bug.cgi?id=93171">Preliminary bug report (kernel, linux)</a> </li> |