diff options
author | Eugene D Myers <cedarhouse@comcast.net> | 2020-08-21 17:48:54 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-09-30 10:17:03 +0000 |
commit | 61a77d6fcc1be7ce0ec6a22b0cc3ef340a8e06e4 (patch) | |
tree | 54712184f405a2c7e92d9734bd02a4f9d301ac71 | |
parent | 612ae2ec7c2cabfd2190ed9844d4b91704b24c85 (diff) |
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>
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | 3rdparty/stm | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8b44384202..4350a2c9b5 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 +Subproject 1f3258261a4f4d6c60ec4447c7a03acf2509b98 |