From dcda30deb167742f2f369225141a6495239bcb7f Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Sat, 10 Oct 2015 20:54:15 +0100
Subject: 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.
---
docs/maintain/index.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'docs/maintain')
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
@@ -150,9 +150,13 @@
a commit ID next to it. Replace this with the commit ID of the latest
commit from the coreboot version that you just downloaded.
+
+ You must also checkout the vboot submodule:
+ $ git submodule update --init --checkout -- 3rdparty/vboot/
+
Delete the .git* resources. For example:
- $ rm -Rf .git*
+ $ rm -Rf .git* 3rdparty/*/.git*
...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:
--
cgit v1.2.3-70-g09d2