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

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Sep 27 21:25:45 CEST 2018


Patrick Georgi has uploaded this change for review. ( 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>
---
M util/abuild/abuild
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/28776/1

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: newchange
Gerrit-Change-Id: I66fe9b8587753ea017e13a752a7728e47287e9a0
Gerrit-Change-Number: 28776
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180927/8b0df35c/attachment.html>


More information about the coreboot-gerrit mailing list