diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 13:44:44 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 15:55:27 (EDT) |
commit | 99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4 (patch) | |
tree | d9e2135cb69ebb6eaa5f7c548c15970461d57337 /docs/maintain/index.html | |
parent | de98e951e7dfd43a419f8d5cc557851d69acb117 (diff) | |
download | libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.zip libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.gz libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.bz2 |
coreboot-libre: delete unused code (reduce size of src archive)
Diffstat (limited to 'docs/maintain/index.html')
-rw-r--r-- | docs/maintain/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 3c45771..52b3830 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>. |