From 61a77d6fcc1be7ce0ec6a22b0cc3ef340a8e06e4 Mon Sep 17 00:00:00 2001 From: Eugene D Myers Date: Fri, 21 Aug 2020 17:48:54 -0400 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44687 Tested-by: build bot (Jenkins) Reviewed-by: ron minnich --- .gitmodules | 4 ++++ 3rdparty/stm | 1 + 2 files changed, 5 insertions(+) create mode 160000 3rdparty/stm diff --git a/.gitmodules b/.gitmodules index 8b44384202e9..4350a2c9b520 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 000000000000..1f3258261a4f --- /dev/null +++ b/3rdparty/stm @@ -0,0 +1 @@ +Subproject commit 1f3258261a4f4d6c60ec4447c7a03acf2509b984