Attention is currently required from: Thomas Heijligen. Hello Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/51925
to look at the new patch set (#5).
Change subject: [WIP] replace programmer enum with a pointer to programmer_entry ......................................................................
[WIP] replace programmer enum with a pointer to programmer_entry
enum programmer was used as index to select a programmer_entry. By replacing it with a direct pointer to an entry in the programmer_table we removed the problem ob syncing the enum with the table.
[FOLLOW UP] Abstract the available programmer enumeration. Move the struct programmer_enty to the programmers source
Change-Id: I7435ee2bb661e4f139034bb289b84ebd41e1e9e9 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.de --- M cli_classic.c M flashrom.c M libflashrom.c M print.c M print_wiki.c M programmer.h M tests/init_shutdown.c 7 files changed, 52 insertions(+), 179 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/25/51925/5