Attention is currently required from: Angel Pons, Nikolai Artemiev.
Felix Singer has uploaded a new patch set (#2) to the change originally created by Nikolai Artemiev. ( https://review.coreboot.org/c/flashrom/+/69844 )
Change subject: tree/: Convert flashchips db to use indirection for printlock ......................................................................
tree/: Convert flashchips db to use indirection for printlock
This paves the way to allow for the conversion of flashchip printlock 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: Icff868d9454e9b0a059a736457bb562430436033 Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M flashchips.c M include/flash.h 2 files changed, 467 insertions(+), 408 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/44/69844/2