summaryrefslogtreecommitdiffstats
path: root/3rdparty/vboot
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-06-03 16:42:46 +0530
committerSubrata Banik <subratabanik@google.com>2023-06-06 01:37:22 +0000
commit5b0929f9d7e6ec4339471be365416a1991baae33 (patch)
treea71afcdb5cd2757bcfc9eb02fb39007990cdfcc4 /3rdparty/vboot
parent0c7292f993ebcb145c1187db1f257e88cf8fa60a (diff)
downloadcoreboot-5b0929f9d7e6ec4339471be365416a1991baae33.tar.gz
coreboot-5b0929f9d7e6ec4339471be365416a1991baae33.tar.bz2
coreboot-5b0929f9d7e6ec4339471be365416a1991baae33.zip
vboot: Drop argument to select slot from `vb2ex_ec_protect()`
vboot code changes have eliminated the redundant call to WP the EC-RO region as protecting RW flash implies protecting both RO and RW flash, so the call to protect RO is redundant. google/rex currently takes about 17 ms to lock down the EC. Along with vboot changes, this patch drops argument to choose between RO and RW slot to protect while calling into `vb2ex_ec_protect()`. It ensures vb2ex_ec_protect() is explicitly meant for protecting RW regions. w/o this patch: 517:waiting for EC to allow higher power draw 846,196 (17,297) w/ this patch: 517:waiting for EC to allow higher power draw 838,258 (9,719) Additionally, update vboot submodule to upstream main to avoid the compilation error. Updating from commit id 35f50c3154e5: Fix build error when compiling without -DNDEBUG to commit id 034907b279c9db: vboot_reference: eliminate redundant call to write protect EC-RO Change-Id: I2974f0cb43ba800c2aaeac4876ebaa052b5ee793 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75521 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Himanshu Sahdev <himanshu.sahdev@intel.com> Reviewed-by: Harsha B R <harsha.b.r@intel.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to '3rdparty/vboot')
m---------3rdparty/vboot0
1 files changed, 0 insertions, 0 deletions
diff --git a/3rdparty/vboot b/3rdparty/vboot
-Subproject 35f50c3154e58821cc027bf13be2b949bc4c90f
+Subproject 034907b279c9db1faa7dd5633fa114043643376