Attention is currently required from: Angel Pons, Anastasia Klimchuk.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/69131
to look at the new patch set (#2).
Change subject: tree/: Convert flashchips db to use indirection for erase_block ......................................................................
tree/: Convert flashchips db to use indirection for erase_block
This paves the way to allow for the conversion of flashchip erase_block func ptr to enumerate values. This change should be a NOP.
TEST=`diff -u <(objdump -D flashchips.o_bk) <(objdump -D flashchips.o)`.
Change-Id: I122295ec9add0fe0efd27273c9725e5d64f6dbe2 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M at45db.c M atapromise.c M flashchips.c M flashrom.c M include/flash.h M sfdp.c M spi25.c M tests/chip.c M tests/chip_wp.c 9 files changed, 2,022 insertions(+), 1,971 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/31/69131/2