diff options
Diffstat (limited to 'docs/release.html')
-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 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. |