summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis 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)
commit99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4 (patch)
treed9e2135cb69ebb6eaa5f7c548c15970461d57337 /docs
parentde98e951e7dfd43a419f8d5cc557851d69acb117 (diff)
downloadlibreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.zip
libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.gz
libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.bz2
coreboot-libre: delete unused code (reduce size of src archive)
Diffstat (limited to 'docs')
-rw-r--r--docs/maintain/index.html17
-rw-r--r--docs/release.html6
2 files changed, 23 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>.
diff --git a/docs/release.html b/docs/release.html
index 392e990..048f67b 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