Tim Wawrzynczak has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update submodule to upstream master ......................................................................
Update submodule to upstream master
Updating from commit id ecdca931: 2019-11-13 06:14:05 +0000 - (vboot: move vb2_context inside vb2_shared_data (persistent context))
to commit id 6ab29e14: 2019-11-18 19:59:53 +0000 - (Split TLCL functionality out into a new library)
This brings in 16 new commits.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I1952d7a26725e2c008b5009705b2e78ac0bb82df --- M 3rdparty/vboot 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/36936/1
diff --git a/3rdparty/vboot b/3rdparty/vboot index ecdca93..6ab29e1 160000 --- a/3rdparty/vboot +++ b/3rdparty/vboot @@ -1 +1 @@ -Subproject commit ecdca931ae0637d1a9498f64862939bd5bb99e0b +Subproject commit 6ab29e142da126a22e8098f822653a004662f60e
Tim Wawrzynczak has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Update vboot submodule to upstream master
Updating from commit id ecdca931: 2019-11-13 06:14:05 +0000 - (vboot: move vb2_context inside vb2_shared_data (persistent context))
to commit id 6ab29e14: 2019-11-18 19:59:53 +0000 - (Split TLCL functionality out into a new library)
This brings in 16 new commits.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I1952d7a26725e2c008b5009705b2e78ac0bb82df --- M 3rdparty/vboot 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/36936/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36936
to look at the new patch set (#3).
Change subject: Update vboot submodule to upstream master ......................................................................
Update vboot submodule to upstream master
Updating from commit id ecdca931: 2019-11-13 06:14:05 +0000 - (vboot: move vb2_context inside vb2_shared_data (persistent context))
to commit id 6ab29e14: 2019-11-18 19:59:53 +0000 - (Split TLCL functionality out into a new library)
This brings in 16 new commits.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I1952d7a26725e2c008b5009705b2e78ac0bb82df --- M 3rdparty/vboot 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/36936/3
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Patch Set 3: Code-Review+2
Joel Kitching has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Patch Set 3: Code-Review+2
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Patch Set 3: Code-Review-1
Should probably do this after the MOCK_TPM Makefile fix goes in?
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Patch Set 3:
Patch Set 3: Code-Review-1
Should probably do this after the MOCK_TPM Makefile fix goes in?
Yes, for sure. I'll wait and update vboot submodule again
Hello Julius Werner, Shelley Chen, build bot (Jenkins), Joel Kitching, Furquan Shaikh, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36936
to look at the new patch set (#4).
Change subject: Update vboot submodule to upstream master ......................................................................
Update vboot submodule to upstream master
Updating from commit id ecdca931: 2019-11-13 06:14:05 +0000 - (vboot: move vb2_context inside vb2_shared_data (persistent context))
to commit id 1c4dbaa0: 2019-11-19 06:31:23 +0000 - (Makefile: Fix typo for MOCK_TPM)
This brings in 17 new commits.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I1952d7a26725e2c008b5009705b2e78ac0bb82df --- M 3rdparty/vboot 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/36936/4
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Patch Set 4: Code-Review+2
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Patch Set 6: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36936 )
Change subject: Update vboot submodule to upstream master ......................................................................
Update vboot submodule to upstream master
Updating from commit id ecdca931: 2019-11-13 06:14:05 +0000 - (vboot: move vb2_context inside vb2_shared_data (persistent context))
to commit id 1c4dbaa0: 2019-11-19 06:31:23 +0000 - (Makefile: Fix typo for MOCK_TPM)
This brings in 17 new commits.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I1952d7a26725e2c008b5009705b2e78ac0bb82df Reviewed-on: https://review.coreboot.org/c/coreboot/+/36936 Reviewed-by: Aaron Durbin adurbin@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M 3rdparty/vboot 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Aaron Durbin: Looks good to me, approved Tim Wawrzynczak: Looks good to me, approved
diff --git a/3rdparty/vboot b/3rdparty/vboot index ecdca93..1c4dbaa 160000 --- a/3rdparty/vboot +++ b/3rdparty/vboot @@ -1 +1 @@ -Subproject commit ecdca931ae0637d1a9498f64862939bd5bb99e0b +Subproject commit 1c4dbaa08419e13366db32ed20244f63c34388a0