View Change
2 comments:
File raiden_debug_spi.c:
Patch Set #3, Line 722: nd_command_v1(co
seems like a change for the previous patches
Ack
Patch Set #3, Line 1108: NULL,
was this tested..? This would clearly break this spi master.
Yes, it was tested on the version of flashrom in chromeos.
The null pointer is replaced during the initialization phase during the configure_protocol() function call and before we register the spi_master. This pointer will either be set to send_command_v1 or send_command_v2. It only remains a null pointer if initialization fails.
To view, visit change 41533. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ie356c63b521c0cc11a4946ffac128ec7139f0bec
Gerrit-Change-Number: 41533
Gerrit-PatchSet: 3
Gerrit-Owner: Brian Nemec <bnemec@google.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.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-Comment-Date: Fri, 22 May 2020 01:21:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-MessageType: comment