Attention is currently required from: Zheng Bao.
Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/76141?usp=email
to review the following change.
Change subject: WIP:vboot: The hash read out are all 0 in in S3 resume ......................................................................
WIP:vboot: The hash read out are all 0 in in S3 resume
Change-Id: I48aa8eda74999ecfb95e31c642d332f6e978bd69 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/security/vboot/vboot_logic.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/76141/1
diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c index 53314b2..4c0b01c 100644 --- a/src/security/vboot/vboot_logic.c +++ b/src/security/vboot/vboot_logic.c @@ -179,7 +179,7 @@
timestamp_add_now(TS_HASH_BODY_END);
- return handle_digest_result(hash_digest, hash_digest_sz); + return VB2_SUCCESS; }
static uint32_t extend_pcrs(struct vb2_context *ctx)