the following patch was just integrated into master:
commit 26e24cc12de487c8fe350925147cb3442b49c240
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Tue May 5 22:27:25 2015 +0200
3rdparty: move to 3rdparty/blobs
There's now room for other repositories under 3rdparty.
Change-Id: I51b02d8bf46b5b9f3f8a59341090346dca7fa355
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10109
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10109 for details.
-gerrit
the following patch was just integrated into master:
commit f4f028790a492120ce9e7b3292a17664a8c7613d
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Tue May 5 22:24:10 2015 +0200
3rdparty: Move to blobs
To move 3rdparty to 3rdparty/blobs (ie. below itself
from git's broken perspective), we need to work around
it - since some git implementations don't like the direct
approach.
Change-Id: I1fc84bbb37e7c8c91ab14703d609a739b5ca073c
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10108
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10108 for details.
-gerrit
Patrick Georgi (pgeorgi(a)google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10107
-gerrit
commit f43f08621ac1c05d02465e4f969aaf9134c7a4b7
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Tue May 5 20:41:04 2015 +0200
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(a)chromium.org>
---
.gitmodules | 3 +++
3rdparty/vboot | 1 +
2 files changed, 4 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index cf32923..7d40675 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
diff --git a/3rdparty/vboot b/3rdparty/vboot
new file mode 160000
index 0000000..7dd3bd0
--- /dev/null
+++ b/3rdparty/vboot
@@ -0,0 +1 @@
+Subproject commit 7dd3bd0fcf565901aacc512cd29cefe19291c2e7