diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-29 21:13:49 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-29 21:30:36 (EST) |
commit | 3e60ad76e2cef38bc59f6055c677ea2d890e10fe (patch) | |
tree | 782a8a0bb988aae3db5847aae9d56e832e480056 /docs/release.html | |
parent | 05d821cecb953efd2cbc2d7cb21278a33a59000b (diff) | |
download | libreboot-3e60ad76e2cef38bc59f6055c677ea2d890e10fe.zip libreboot-3e60ad76e2cef38bc59f6055c677ea2d890e10fe.tar.gz libreboot-3e60ad76e2cef38bc59f6055c677ea2d890e10fe.tar.bz2 |
Removed redundant flashchip definitions in flashrom
For X200 owners with one of the Macronix flash chips. There are
multiple definitions for almost the same chip, and they are
all detected at once. Normally the user has to use the -c argument
in flashrom to select a flash chip. With this modification, they
can run flashrom without the argument.
Deletion of redundant flash chip definitions is now also handled
by getflashrom instead of builddeps-flashrom. builddeps-flashrom
now only patches for i945 lenovo bios sst/macronix.
Diffstat (limited to 'docs/release.html')
-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 2d8ce38..0ed0963 100644 --- a/docs/release.html +++ b/docs/release.html @@ -120,8 +120,11 @@ Changes for this release (latest changes first, earliest changes last) </h2> <ul> + <li>Flashrom: removed redundant Macronix flashchip definitions (for X200 owners).</li> <li>Flashrom: added whitelist for ThinkPad X200.</li> <li>X200: fixed uneven backlight (at low levels)</li> + <li>ich9macchange (new script, uses ich9gen): for changing the default MAC address on X200 ROM images.</li> + <li>ich9gen: added capability to change the default MAC address (and update the checksum)</li> <li>ich9deblob: added new utility <b>ich9gen</b>: this can generate a descriptor+gbe image without a factory.rom dump present.</li> <li>Modified ich9deblob to use a struct for Gbe, documenting everything.</li> <li>Massively updated the ich9deblob utility: re-factored everything completely.</li> |