diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 11:51:50 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 11:51:50 (EDT) |
commit | 7c74e5672ecc35d401a83c0ebb5c0a71bdd598b5 (patch) | |
tree | fe8a687644255962b788fafc48f966a797a0b754 /docs/tasks.html | |
parent | 72f5ddaf77d5a3d9a94fe5d8dfdd7ab947380929 (diff) | |
download | libreboot-7c74e5672ecc35d401a83c0ebb5c0a71bdd598b5.zip libreboot-7c74e5672ecc35d401a83c0ebb5c0a71bdd598b5.tar.gz libreboot-7c74e5672ecc35d401a83c0ebb5c0a71bdd598b5.tar.bz2 |
docs/tasks.html: remove note about flashrom flashchips.c purging
This is a pointless task.
Diffstat (limited to 'docs/tasks.html')
-rw-r--r-- | docs/tasks.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tasks.html b/docs/tasks.html index c6fa0ff..14adb26 100644 --- a/docs/tasks.html +++ b/docs/tasks.html @@ -226,11 +226,6 @@ <h1>Improvements to the utilities</h1> <ul> <li> - Stop deleting flash chip definitions in flashrom. Instead, modify flashrom to ignore - a list of chip definitions. This is a much cleaner solution. (add an option to override - the ignore). - </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. |