mirror of
https://review.coreboot.org/flashrom.git
synced 2025-11-17 13:10:42 +01:00
libflashrom: Add API to get the list of supported programmers
There were no options available to obtain the list of programmers.
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.
Testing: Both unit tests and CLI tools serve as libflashrom clients.
All unit tests run successfully.
Change-Id: Ib5275b742b849183b1fe701900040fee369a1d78
Signed-off-by: Dmitry Zhadinets <dzhadinets@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86921
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
committed by
Anastasia Klimchuk
parent
6ff43de0e0
commit
bc029c2f45
@@ -482,6 +482,7 @@ int main(int argc, char *argv[])
|
||||
cmocka_unit_test(flashrom_set_log_callback_test_success),
|
||||
cmocka_unit_test(flashrom_set_log_callback_v2_test_success),
|
||||
cmocka_unit_test(flashrom_set_log_level_test_success),
|
||||
cmocka_unit_test(flashrom_supported_programmers_test_success),
|
||||
};
|
||||
ret |= cmocka_run_group_tests_name("libflashrom.c tests", libflashrom_tests, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user