Attention is currently required from: Edward O'Callaghan, Nikolai Artemiev.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/66655 )
Change subject: tree: Allow passing programmer_cfg directly to programmer
......................................................................
Patch Set 8: Code-Review+2
(1 comment)
Commit Message:
https://review.coreboot.org/c/flashrom/+/66655/comment/c3430cdc_3ca28852
PS8, Line 14: $ find -name '*.c' -exec sed -i 's/_init(void)/_init(const char *prog_param)/g' '{}' ;
: $ find -name '*.c' -exec sed -i 's/get_params(/get_params(const char *prog_param, /g' '{}' ;
: $ find -name '*.c' -exec sed -i 's/const char *prog_param)/const struct programmer_cfg *cfg)/g' '{}' ;
: $ find -name '*.c' -exec sed -i 's/const char *prog_param,/const struct programmer_cfg *cfg,/g' '{}' ;
Ditto
Done
--
To view, visit
https://review.coreboot.org/c/flashrom/+/66655
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I8bab51a635b9d3a43e1619a7a32b334f4ce2cdd2
Gerrit-Change-Number: 66655
Gerrit-PatchSet: 8
Gerrit-Owner: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Reviewer: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Nikolai Artemiev
nartemiev@google.com
Gerrit-Reviewer: Peter Marheine
pmarheine@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Attention: Nikolai Artemiev
nartemiev@google.com
Gerrit-Comment-Date: Mon, 05 Sep 2022 01:15:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Anastasia Klimchuk
aklm@chromium.org
Gerrit-MessageType: comment