Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36441 )
Change subject: submodules: Add 3rdparty/amd_blobs ......................................................................
submodules: Add 3rdparty/amd_blobs
This is currently an empty repo. The intention for amd_blobs may be found in Documentation/soc/amd/amdblobs_license.md. A subsequent patch will make the repo's init and checkout optional based on a Kconfig symbol.
Change-Id: Ia93fb2711beaea4cb1c8e5d71dc3a9e0facc5485 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M .gitmodules A 3rdparty/amd_blobs 2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/36441/1
diff --git a/.gitmodules b/.gitmodules index deb3cf0..d90d29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,8 @@ [submodule "3rdparty/ffs"] path = 3rdparty/ffs url = ../ffs.git +[submodule "3rdparty/amd_blobs"] + path = 3rdparty/amd_blobs + url = https://review.coreboot.org/amd_blobs + update = none + ignore = dirty diff --git a/3rdparty/amd_blobs b/3rdparty/amd_blobs new file mode 160000 index 0000000..cf22731 --- /dev/null +++ b/3rdparty/amd_blobs @@ -0,0 +1 @@ +Subproject commit cf227316b0fbd3995854ce21e81a63270b29bfb5