diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 18:44:44 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 20:55:27 +0100 |
commit | 99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4 (patch) | |
tree | d9e2135cb69ebb6eaa5f7c548c15970461d57337 /docs | |
parent | de98e951e7dfd43a419f8d5cc557851d69acb117 (diff) | |
download | librebootfr-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.gz librebootfr-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.zip |
coreboot-libre: delete unused code (reduce size of src archive)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/maintain/index.html | 17 | ||||
-rw-r--r-- | docs/release.html | 6 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 3c457711..52b3830b 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -275,6 +275,14 @@ </p> <p> + You should also make sure to update + <i>resources/scripts/helpers/build/trim/coreboot</i> + which purges unused parts of coreboot. Basically, if it's + purging parts that you now need, then that's a bug and you + should fix it. + </p> + + <p> You should also test the resulting ROM images from building with the new or modified coreboot revision. </p> @@ -326,6 +334,15 @@ configuration:<br/> $ <b>./build config corebootmodify</b> (adding a board name on the end is optional) </p> + + <p> + You should also make sure to update the whitelist in + <i>resources/scripts/helpers/build/trim/coreboot</i> + which purges unused parts of coreboot (including boards). + Basically, if it's + purging parts that you now need, then that's a bug and you + should fix it. + </p> <p> <a href="#pagetop">Back to top of page</a>. diff --git a/docs/release.html b/docs/release.html index 392e990a..048f67b5 100644 --- a/docs/release.html +++ b/docs/release.html @@ -114,6 +114,12 @@ Changes for this release (earliest changes last, recent changes first) </h2> <ul> + <li>coreboot-libre: delete unused code (reduce size of src archive)</li> + <li>Flashing guides: make them more friendly to colourblind people</li> + <li> + docs/gnulinux/encrypted_*.html: Remove mention of password length + - it was arbitrary and pointless. + </li> <li>docs/maintain/index.html: Finish the guide</li> <li> scripts/download/coreboot: use diffs included in libreboot, not external gerrit cherry-picks |