<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28304">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">build system: Add automatic downloading of FSP mirror repo if requested<br><br>It only happens if both USE_BLOBS and MAINBOARD_USES_FSP2_0 are enabled.<br><br>Change-Id: I46843c61d3ddf398a3c058bb571d285b596bf5c1<br>Signed-off-by: Patrick Georgi <patrick@georgi.software><br>---<br>M Makefile.inc<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/28304/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Makefile.inc b/Makefile.inc</span><br><span>index b3e246a..68b0eb2 100644</span><br><span>--- a/Makefile.inc</span><br><span>+++ b/Makefile.inc</span><br><span>@@ -195,6 +195,9 @@</span><br><span> # this is necessary because 3rdparty/blobs is update=none, and so is ignored</span><br><span> # unless explicitly requested and enabled through --checkout</span><br><span> forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/blobs))</span><br><span style="color: hsl(120, 100%, 40%);">+ifeq ($(CONFIG_MAINBOARD_USES_FSP2_0),y)</span><br><span style="color: hsl(120, 100%, 40%);">+forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/fsp))</span><br><span style="color: hsl(120, 100%, 40%);">+endif</span><br><span> endif</span><br><span> UPDATED_SUBMODULES:=1</span><br><span> COREBOOT_EXPORTS += UPDATED_SUBMODULES</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28304">change 28304</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28304"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I46843c61d3ddf398a3c058bb571d285b596bf5c1 </div>
<div style="display:none"> Gerrit-Change-Number: 28304 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>