[coreboot-gerrit] Change in coreboot[master]: build system: Add automatic downloading of FSP mirror repo if requested

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Aug 24 00:09:53 CEST 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/28304


Change subject: build system: Add automatic downloading of FSP mirror repo if requested
......................................................................

build system: Add automatic downloading of FSP mirror repo if requested

It only happens if both USE_BLOBS and MAINBOARD_USES_FSP2_0 are enabled.

Change-Id: I46843c61d3ddf398a3c058bb571d285b596bf5c1
Signed-off-by: Patrick Georgi <patrick at georgi.software>
---
M Makefile.inc
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/28304/1

diff --git a/Makefile.inc b/Makefile.inc
index b3e246a..68b0eb2 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -195,6 +195,9 @@
 # this is necessary because 3rdparty/blobs is update=none, and so is ignored
 # unless explicitly requested and enabled through --checkout
 forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/blobs))
+ifeq ($(CONFIG_MAINBOARD_USES_FSP2_0),y)
+forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/fsp))
+endif
 endif
 UPDATED_SUBMODULES:=1
 COREBOOT_EXPORTS += UPDATED_SUBMODULES

-- 
To view, visit https://review.coreboot.org/28304
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: I46843c61d3ddf398a3c058bb571d285b596bf5c1
Gerrit-Change-Number: 28304
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/20180823/973e5605/attachment.html>


More information about the coreboot-gerrit mailing list