summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-16 05:40:09 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-16 05:40:09 (EST)
commitfdef243c61b3867b2418f377270024b04ef24a5f (patch)
treea44562069d571d229675a4e8755530a4243bab09
parent4bab4ce36841d311d09f12dcb2b53f1127c19fb8 (diff)
downloadlibreboot-fdef243c61b3867b2418f377270024b04ef24a5f.zip
libreboot-fdef243c61b3867b2418f377270024b04ef24a5f.tar.gz
libreboot-fdef243c61b3867b2418f377270024b04ef24a5f.tar.bz2
docs/release.html: add notes
-rw-r--r--docs/release.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html
index 095bd15..0ca66d3 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -153,6 +153,11 @@
</h2>
<ul>
<li>
+ i945: fix linux (if possible). VBT. http://www.coreboot.org/pipermail/coreboot/2014-June/078104.html
+ http://www.coreboot.org/pipermail/coreboot/2014-June/078105.html
+ This is talking about without native init / oprom. Paul reported it, look into it.
+ </li>
+ <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.