<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28303">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">submodules: add FSP mirror as non-default submodule<br><br>Like the 3rdparty/blobs repo this isn't checked out by default. Right<br>now you can manually check it out using<br><br>    $ git submodule init --checkout<br><br>A follow up commit will add some automagic if USE_BLOBS and<br>MAINBOARD_USES_FSP2_0 are enabled.<br><br>Change-Id: Ie612495abc2a2d5947225e6ab54872aa72d4bec6<br>Signed-off-by: Patrick Georgi <patrick@georgi.software><br>---<br>M .gitmodules<br>A 3rdparty/fsp<br>2 files changed, 6 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/03/28303/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/.gitmodules b/.gitmodules</span><br><span>index c3270e6..f4f7c4f 100644</span><br><span>--- a/.gitmodules</span><br><span>+++ b/.gitmodules</span><br><span>@@ -21,3 +21,8 @@</span><br><span> [submodule "libgfxinit"]</span><br><span>   path = 3rdparty/libgfxinit</span><br><span>   url = ../libgfxinit.git</span><br><span style="color: hsl(120, 100%, 40%);">+[submodule "3rdparty/fsp"]</span><br><span style="color: hsl(120, 100%, 40%);">+ path = 3rdparty/fsp</span><br><span style="color: hsl(120, 100%, 40%);">+   url = ../fsp.git</span><br><span style="color: hsl(120, 100%, 40%);">+      update = none</span><br><span style="color: hsl(120, 100%, 40%);">+ ignore = dirty</span><br><span>diff --git a/3rdparty/fsp b/3rdparty/fsp</span><br><span>new file mode 160000</span><br><span>index 0000000..7431e4f</span><br><span>--- /dev/null</span><br><span>+++ b/3rdparty/fsp</span><br><span>@@ -0,0 +1 @@</span><br><span style="color: hsl(120, 100%, 40%);">+Subproject commit 7431e4f3399a5081c956753b5fa3bcd764196723</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28303">change 28303</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/28303"/><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: Ie612495abc2a2d5947225e6ab54872aa72d4bec6 </div>
<div style="display:none"> Gerrit-Change-Number: 28303 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>