[coreboot-gerrit] Change in coreboot[master]: util/abuild: When using blobs, enable 3rdparty/fsp by default

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Sat Oct 13 01:24:30 CEST 2018


Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/28776 )

Change subject: util/abuild: When using blobs, enable 3rdparty/fsp by default
......................................................................

util/abuild: When using blobs, enable 3rdparty/fsp by default

This is a no-op on non-FSP systems, but enables using it when supported.

Change-Id: I66fe9b8587753ea017e13a752a7728e47287e9a0
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
Reviewed-on: https://review.coreboot.org/28776
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
---
M util/abuild/abuild
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved
  Philipp Deppenwiese: Looks good to me, approved



diff --git a/util/abuild/abuild b/util/abuild/abuild
index 3228d09..9afd364 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -696,7 +696,7 @@
 			shift;;
 		-B|--blobs)	shift
 			customizing="${customizing}, blobs"
-			configoptions="${configoptions}CONFIG_USE_BLOBS=y\n"
+			configoptions="${configoptions}CONFIG_USE_BLOBS=y\nCONFIG_ADD_FSP_BINARIES=y\nCONFIG_FSP_USE_REPO=y\n"
 			;;
 		-A|--any-toolchain)	shift
 			customizing="${customizing}, any-toolchain"

-- 
To view, visit https://review.coreboot.org/28776
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I66fe9b8587753ea017e13a752a7728e47287e9a0
Gerrit-Change-Number: 28776
Gerrit-PatchSet: 7
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-CC: Naresh Solanki <naresh.solanki at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181012/17697a3e/attachment.html>


More information about the coreboot-gerrit mailing list