diff options
-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> |