Attention is currently required from: Dinesh Gehlot, Eric Lai, Jayvik Desai, Julius Werner, Kapil Porwal, Nick Vaccaro.
Hello Dinesh Gehlot, Eric Lai, Jayvik Desai, Julius Werner, Nick Vaccaro, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87286?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: mb/google/fatcat: Optimize CBFS backed option API ......................................................................
mb/google/fatcat: Optimize CBFS backed option API
Option file look up in CBFS is slow due to the traversal. Added a logic to skip look up for all the options other then MRC/FSP debug options.
It uses newly created API `is_valid_option()` to filter out unused options.
BUG=none TEST=Verify option filter logic.
Change-Id: I37b33bc8fa14b3760d6d78102e0cf256310d9ac3 Signed-off-by: Kapil Porwal kapilporwal@google.com --- M src/mainboard/google/fatcat/Makefile.mk A src/mainboard/google/fatcat/common.c 2 files changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/87286/5