Attention is currently required from: Edward O'Callaghan.
Hello build bot (Jenkins), Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66672
to look at the new patch set (#6).
Change subject: chipset_enable.c: Change doit() enable_flash_\S() signatures ......................................................................
chipset_enable.c: Change doit() enable_flash_\S() signatures
Ran; ``` $ sed -Ei 's/int enable_flash_(\S+)(/int enable_flash_\1(const char *prog_param, /g' chipset_enable.c $ sed -Ei 's/return enable_flash_(\S+)(/return enable_flash_\1(cfg, /g' chipset_enable.c ``` and dealt with special cases manually.
Both, get_flashbase_sc520() and via_no_byte_merge() should be renamed for consistency.
Change-Id: I62c5d49a83ed4afb86ac3f0fae56defa1338ab4f Signed-off-by: Edward O'Callaghan quasisec@google.com --- M chipset_enable.c M include/programmer.h 2 files changed, 132 insertions(+), 112 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/72/66672/6