From dcda30deb167742f2f369225141a6495239bcb7f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 10 Oct 2015 15:54:15 -0400 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. --- (limited to 'docs') 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.

+ 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 v0.9.1