diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-05-05 20:41:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-05-05 22:49:34 +0200 |
commit | 29ed46caccd5cea8401c5d133895fa3a9d6f5030 (patch) | |
tree | 9fa6394478d772e3bb7f77b50125f12159ee54ed /.gitmodules | |
parent | 26e24cc12de487c8fe350925147cb3442b49c240 (diff) | |
download | coreboot-29ed46caccd5cea8401c5d133895fa3a9d6f5030.tar.gz |
3rdparty/vboot: Add vboot
This allows providing a verified boot mechanism in the
default distribution, as well as reusing vboot code like
its crypto primitives for reasonably secure checksums over
CBFS files.
Change-Id: I729b249776b2bf7aa4b2f69bb18ec655b9b08d90
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10107
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cf32923a47..7d40675cc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ [submodule "util/nvidia-cbootimage"] path = util/nvidia/cbootimage url = ../nvidia-cbootimage.git +[submodule "vboot"] + path = 3rdparty/vboot + url = ../vboot.git |