[coreboot-gerrit] Change in coreboot[master]: submodules: add FSP mirror as non-default submodule

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


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


Change subject: submodules: add FSP mirror as non-default submodule
......................................................................

submodules: add FSP mirror as non-default submodule

Like the 3rdparty/blobs repo this isn't checked out by default. Right
now you can manually check it out using

    $ git submodule init --checkout

A follow up commit will add some automagic if USE_BLOBS and
MAINBOARD_USES_FSP2_0 are enabled.

Change-Id: Ie612495abc2a2d5947225e6ab54872aa72d4bec6
Signed-off-by: Patrick Georgi <patrick at georgi.software>
---
M .gitmodules
A 3rdparty/fsp
2 files changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/28303/1

diff --git a/.gitmodules b/.gitmodules
index c3270e6..f4f7c4f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -21,3 +21,8 @@
 [submodule "libgfxinit"]
 	path = 3rdparty/libgfxinit
 	url = ../libgfxinit.git
+[submodule "3rdparty/fsp"]
+	path = 3rdparty/fsp
+	url = ../fsp.git
+	update = none
+	ignore = dirty
diff --git a/3rdparty/fsp b/3rdparty/fsp
new file mode 160000
index 0000000..7431e4f
--- /dev/null
+++ b/3rdparty/fsp
@@ -0,0 +1 @@
+Subproject commit 7431e4f3399a5081c956753b5fa3bcd764196723

-- 
To view, visit https://review.coreboot.org/28303
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: Ie612495abc2a2d5947225e6ab54872aa72d4bec6
Gerrit-Change-Number: 28303
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/4d4f0feb/attachment.html>


More information about the coreboot-gerrit mailing list