d96ca24652
CL:3825558 changes all vb2_digest and vb2_hash functions to take a new hwcrypto_allowed argument, to potentially let them try to call the vb2ex_hwcrypto API for hash calculation. This change will open hardware crypto acceleration up to all hash calculations in coreboot (most notably CBFS verification). As part of this change, the vb2_digest_buffer() function has been removed, so replace existing instances in coreboot with the newer vb2_hash_calculate() API. Due to the circular dependency of these changes with vboot, this patch also needs to update the vboot submodule: Updating from commit id 18cb85b5: 2load_kernel.c: Expose load kernel as vb2_api to commit id b827ddb9: tests: Ensure auxfw sync runs after EC sync This brings in 15 new commits. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I287d8dac3c49ad7ea3e18a015874ce8d610ec67e Reviewed-on: https://review.coreboot.org/c/coreboot/+/66561 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub Czapiga <jacz@semihalf.com> |
||
---|---|---|
.. | ||
b64_decode-test.c | ||
bootmem-test.c | ||
cbfs-lookup-test.c | ||
cbfs-verification-test.c | ||
cbmem_console-test.c | ||
cbmem_stage_cache-test.c | ||
compute_ip_checksum-test.c | ||
coreboot_table-test.c | ||
crc_byte-test.c | ||
dimm_info_util-test.c | ||
edid-test.c | ||
fmap-test.c | ||
hexstrtobin-test.c | ||
imd-test.c | ||
imd_cbmem-test.c | ||
lib-test.c | ||
libgcc-test.c | ||
list-test.c | ||
lzma-test.c | ||
Makefile.inc | ||
malloc-test.c | ||
memchr-test.c | ||
memcmp-test.c | ||
memcpy-test.c | ||
memmove-test.c | ||
memrange-test.c | ||
memset-test.c | ||
region_file-test.c | ||
rtc-test.c | ||
spd_cache-test.c | ||
stack-test.c | ||
string-test.c | ||
timestamp-test.c | ||
uuid-test.c |