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@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