Attention is currently required from: Dmitry Zhadinets.

Dmitry Zhadinets uploaded patch set #2 to this change.

View Change

The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)

libflashrom: Added API for capabilitible chips

There were no options available to obtain the list of programmers,
compatible chips for the programmer, and layout region names.
The implementation is based on flashrom_supported_flash_chips.
Arrays of constant strings are returned, and the array must be
freed using flashrom_data_free.
BTW it would be good to add a notice about freeing memory to the
other flashrom_supported* functions.

Testing: Both unit tests and CLI tools serve as libflashrom clients.
All unit tests run successfully.

Change-Id: I13c951f9404ae8b042cdb572e6117a09ac231747
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, 57 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/46/86946/2

To view, visit change 86946. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: I13c951f9404ae8b042cdb572e6117a09ac231747
Gerrit-Change-Number: 86946
Gerrit-PatchSet: 2
Gerrit-Owner: Dmitry Zhadinets <dzhadinets@gmail.com>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Dmitry Zhadinets <dzhadinets@gmail.com>