From f585141cb9a7a1f7af1374237c67c3822c44620e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 24 Aug 2018 00:05:19 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/28303 Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3