summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi.software>2018-08-24 00:05:19 +0200
committerMartin Roth <martinroth@google.com>2018-09-02 03:07:50 +0000
commitf585141cb9a7a1f7af1374237c67c3822c44620e (patch)
treed5377e7a6b7c5a2453b344fc3c1d512c10e1d7be
parent274925f153e3ac2d62345d7428f4d80b8e294646 (diff)
downloadcoreboot-f585141cb9a7a1f7af1374237c67c3822c44620e.tar.xz
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@georgi.software> Reviewed-on: https://review.coreboot.org/28303 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--.gitmodules5
m---------3rdparty/fsp0
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c3270e6ae2..f4f7c4ff27 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
+Subproject 7431e4f3399a5081c956753b5fa3bcd76419672