summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-08-20 01:05:06 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2019-08-25 07:37:11 +0000
commit1e02d73c73f6f59f66c198b8c2afe77b0a730b01 (patch)
tree8fdb3a6e7dbac4e8f0b5be1303ec5fba9fbf5e2f /.gitmodules
parent37ba3d1cf554b95597fdc5eb7f88dd2bc31d5896 (diff)
downloadcoreboot-1e02d73c73f6f59f66c198b8c2afe77b0a730b01.tar.xz
3rdparty/ffs: add open-power ffs utils
These tools are used to manipulate open-power specific partitioning and ecc algorithms. Change-Id: I0657f76aab75190244d0e81c2b1a525e50af484d Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35007 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e18f0dc4c1..deb3cf099e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,6 @@
url = ../intel-microcode.git
update = none
ignore = dirty
+[submodule "3rdparty/ffs"]
+ path = 3rdparty/ffs
+ url = ../ffs.git