Attention is currently required from: Thomas Heijligen.

Thomas Heijligen uploaded patch set #5 to this change.

View Change

[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

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I7435ee2bb661e4f139034bb289b84ebd41e1e9e9
Gerrit-Change-Number: 51925
Gerrit-PatchSet: 5
Gerrit-Owner: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-CC: Xiang Wang <wxjstz@126.com>
Gerrit-Attention: Thomas Heijligen <src@posteo.de>
Gerrit-MessageType: newpatchset