Hello Frans Hendriks,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36822
to look at the new patch set (#2).
Change subject: vendorcode/security/eltan: Allocate memory from bootmem to speed verify ......................................................................
vendorcode/security/eltan: Allocate memory from bootmem to speed verify
The verified_boot_check_cbfsfile() will now try to allocate a buffer from bootmem if the item in the list has the VERIFIED_BOOT_COPY_BLOCK attribute set. For large payloads this speeds up the hash operation.
BUG=N/A TEST=build
Change-Id: Ifa0c93632c59d05ae6d32f8785009a3c3568abc5 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M src/vendorcode/eltan/security/verified_boot/vboot_check.c 1 file changed, 26 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/36822/2