Wim Vervoorn has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36821 )
Change subject: vendorcode/eltan/security: Remove cbfs prepare and locate ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36821/2/src/vendorcode/eltan/securi... File src/vendorcode/eltan/security/verified_boot/vboot_check.c:
https://review.coreboot.org/c/coreboot/+/36821/2/src/vendorcode/eltan/securi... PS2, Line 330: prog_locate_hook
I noted this and will create a patch for that change as well
As far as I can see this was done before:
/* The prog_locate_hook() is called prior to CBFS traversal. The hook can be * used to implement policy that allows or prohibits further progress through * prog_locate(). The type and name field within struct prog are the only valid * fields. A 0 return value allows further progress while a non-zero return * value prohibits further progress */