Attention is currently required from: Anastasia Klimchuk, Dmitry Zhadinets.
Hello Anastasia Klimchuk, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/87251?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Verified-1 by build bot (Jenkins)
Change subject: libflashrom: Add API for capabilitible chips ......................................................................
libflashrom: Add API for capabilitible chips
There were no options available to obtain the list of compatible chips for the programmer. The implementation is based on flashrom_supported_flash_chips and flashrom_flash_probe. Arrays of constant strings are returned, and the array must be freed using flashrom_data_free.
Testing: Both unit tests and CLI tools serve as libflashrom clients. All unit tests run successfully. Tests are moved because there is a bug in spi test. It does not clean everything. WIP
Change-Id: Id33fac2935b4098586526bda87b25231c9a6ab39 Signed-off-by: Dmitry Zhadinets dzhadinets@gmail.com --- M include/libflashrom.h M libflashrom.c M libflashrom.map M tests/libflashrom.c M tests/tests.c M tests/tests.h 6 files changed, 69 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/51/87251/4