View Change
1 comment:
File raiden_debug_spi.c:
Patch Set #3, Line 266:
int16_t max_spi_write_count;
uint16_t max_spi_read_count;
By flashrom drivers I believe you are talking about spi masters? In that case, it is up to them how […]
jlink_spi.c has some parallels, albit a more simplified version:
$ git grep max_data jlink_spi.c
jlink_spi.c: .max_data_read = JTAG_MAX_TRANSFER_SIZE - 5,
jlink_spi.c: .max_data_write = JTAG_MAX_TRANSFER_SIZE - 5,
To view, visit change 41532. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id404af14e55fa0884e29f28880206aaad4deba66
Gerrit-Change-Number: 41532
Gerrit-PatchSet: 3
Gerrit-Owner: Brian Nemec <bnemec@google.com>
Gerrit-Reviewer: Brian Nemec <bnemec@chromium.org>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus@gmail.com>
Gerrit-Comment-Date: Wed, 20 May 2020 06:44:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Brian Nemec <bnemec@google.com>
Comment-In-Reply-To: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-MessageType: comment