diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-10 20:54:15 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 03:11:57 +0100 |
commit | dcda30deb167742f2f369225141a6495239bcb7f (patch) | |
tree | f52f66cc02f69aa3a28445aeb6e80d7cd34aacf7 /docs/maintain/index.html | |
parent | 3841d9a98e10620a47e1b8151458c21584ca983e (diff) | |
download | librebootfr-dcda30deb167742f2f369225141a6495239bcb7f.tar.gz librebootfr-dcda30deb167742f2f369225141a6495239bcb7f.zip |
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/maintain/index.html')
-rw-r--r-- | docs/maintain/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index d3c8ef84..f0fb584c 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/> |