summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-10 15:54:15 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-10 22:11:57 (EDT)
commitdcda30deb167742f2f369225141a6495239bcb7f (patch)
treef52f66cc02f69aa3a28445aeb6e80d7cd34aacf7 /docs
parent3841d9a98e10620a47e1b8151458c21584ca983e (diff)
downloadlibreboot-dcda30deb167742f2f369225141a6495239bcb7f.zip
libreboot-dcda30deb167742f2f369225141a6495239bcb7f.tar.gz
libreboot-dcda30deb167742f2f369225141a6495239bcb7f.tar.bz2
Update coreboot-libre based on coreboot a2bed346a
More microcode blobs were deleted upstream, which are therefore no longer deleted by coreboot-libre. util/broadcom/secimage/misc.c is not a blob. Some non-blobs were deleted upstream, which are therefore no longer listed in libreboot's nonblobs list. New non-blobs were found, added to the nonblobs list. vboot submodule was added, since there are parts of it that cbfstool needs. This submodule is now deblobbed by libreboot.
Diffstat (limited to 'docs')
-rw-r--r--docs/maintain/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index d3c8ef8..f0fb584 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -151,8 +151,12 @@
commit from the coreboot version that you just downloaded.
</p>
<p>
+ You must also checkout the <i>vboot</i> submodule:<br/>
+ $ <b>git submodule update --init --checkout -- 3rdparty/vboot/</b>
+ </p>
+ <p>
Delete the .git* resources. For example:<br/>
- $ <b>rm -Rf .git*</b><br/>
+ $ <b>rm -Rf .git* 3rdparty/*/.git*</b><br/>
...this is to avoid the deblobbing script from picking up files
in there as blobs, which would be only false positives and
increase the amount of time taken. Now come out of coreboot:<br/>