Attention is currently required from: Felix Singer, Nico Huber, Thomas Heijligen, Jean THOMAS, Alexander Goncharov.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/67878 )
Change subject: dirtyjtag: Add DirtyJTAG programmer
......................................................................
Patch Set 11: Code-Review+1
(3 comments)
File dirtyjtag_spi.c:
https://review.coreboot.org/c/flashrom/+/67878/comment/32007aec_1db098cf
PS10, Line 79: unsigned char *
`libusb_bulk_transfer`'s data parameter takes a non-const pointer (because this function can be both […]
Ack, there's a way to avoid casting away the `const`: not using `const` to begin with. See comment on latest patchset.
File dirtyjtag_spi.c:
https://review.coreboot.org/c/flashrom/+/67878/comment/8eca82ec_5cc66017
PS11, Line 74: const
Let's drop the `const` from the parameter, so that the `const` doesn't need to be cast away.
https://review.coreboot.org/c/flashrom/+/67878/comment/6bcb33cd_a0092120
PS11, Line 167: const
This `const` would also need to be dropped.
--
To view, visit
https://review.coreboot.org/c/flashrom/+/67878
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ic43e9a014ed7d04e429e73b30c9dcfdde1a78913
Gerrit-Change-Number: 67878
Gerrit-PatchSet: 11
Gerrit-Owner: Jean THOMAS
virgule@jeanthomas.me
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Thomas Heijligen
src@posteo.de
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Alexander Goncharov
chat@joursoir.net
Gerrit-Attention: Felix Singer
felixsinger@posteo.net
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Thomas Heijligen
src@posteo.de
Gerrit-Attention: Jean THOMAS
virgule@jeanthomas.me
Gerrit-Attention: Alexander Goncharov
chat@joursoir.net
Gerrit-Comment-Date: Sun, 09 Oct 2022 22:23:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Comment-In-Reply-To: Jean THOMAS
virgule@jeanthomas.me
Gerrit-MessageType: comment