Philipp Deppenwiese has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45170 )
Change subject: 3rdparty: Add submodule intel-sec-tools ......................................................................
3rdparty: Add submodule intel-sec-tools
Project: https://github.com/9elements/converged-security-suite License: BSD-3
Tooling for Intel platform security features
Change-Id: I7421b30eb38e64cf6b77b7e1c485c5700728997b Signed-off-by: Philipp Deppenwiese zaolin@das-labor.org --- M .gitmodules A 3rdparty/intel-sec-tools 2 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/45170/1
diff --git a/.gitmodules b/.gitmodules index bc4a6eb..8b44384 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,3 +51,6 @@ url = ../qc_blobs.git update = none ignore = dirty +[submodule "3rdparty/intel-sec-tools"] + path = 3rdparty/intel-sec-tools + url = ../9esec-security-tooling.git diff --git a/3rdparty/intel-sec-tools b/3rdparty/intel-sec-tools new file mode 160000 index 0000000..a86ff5d --- /dev/null +++ b/3rdparty/intel-sec-tools @@ -0,0 +1 @@ +Subproject commit a86ff5d400983d685d4389c07433452c7a503300