Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified ron minnich: Looks good to me, approved
3rdparty: Add STM as a submodule

The patch incorporates the STM build as a part of the coreboot
build. A separate patch lists and documents the options that
the developer can use. In most cases the default options will
suffice.

Change-Id: I8c6e0c85edd4e2b0658791553bd9947656e8c796
Signed-off-by: Eugene D Myers <cedarhouse@comcast.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44687
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: ron minnich <rminnich@gmail.com>
---
M .gitmodules
A 3rdparty/stm
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 8b44384..4350a2c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -54,3 +54,7 @@
[submodule "3rdparty/intel-sec-tools"]
path = 3rdparty/intel-sec-tools
url = ../9esec-security-tooling.git
+[submodule "3rdparty/stm"]
+ path = 3rdparty/stm
+ url = ../STM
+ branch = stmpe
diff --git a/3rdparty/stm b/3rdparty/stm
new file mode 160000
index 0000000..1f32582
--- /dev/null
+++ b/3rdparty/stm
@@ -0,0 +1 @@
+Subproject commit 1f3258261a4f4d6c60ec4447c7a03acf2509b984

To view, visit change 44687. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8c6e0c85edd4e2b0658791553bd9947656e8c796
Gerrit-Change-Number: 44687
Gerrit-PatchSet: 9
Gerrit-Owner: Eugene Myers <cedarhouse1@comcast.net>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Benjamin Doron <benjamin.doron00@gmail.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie@chromium.org>
Gerrit-Reviewer: Eugene Myers <cedarhouse@comcast.net>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged