Attention is currently required from: Felix Singer, Nikolai Artemiev.
Hello Felix Singer, build bot (Jenkins), Edward O'Callaghan, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/67195
to look at the new patch set (#8).
Change subject: tree/: Convert flashchip decode range func ptr to enum ......................................................................
tree/: Convert flashchip decode range func ptr to enum
Change range decoding functions in flashchips data file from function pointers to to enum values.
This follows from on from previous patches that made read / write / probe functions declarative and decouples the flash chip data format from unrelated parts of flashrom's code structure.
BUG=b/242479049 BRANCH=none TEST=ninja && ninja test
Signed-off-by: Nikolai Artemiev nartemiev@google.com Change-Id: If6d08d414d3d1ddadc95ca1d407fc87c23ab543d --- M flashchips.c M include/flash.h M tests/chip_wp.c M writeprotect.c 4 files changed, 72 insertions(+), 28 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/95/67195/8