diff options
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 |