Attention is currently required from: Nico Huber, Anastasia Klimchuk.
Patch set 1:Code-Review +2
View Change
2 comments:
File sb600spi.c:
Patch Set #1, Line 59: sb600_spibar
The `sb600_` prefix isn't needed. Oh, I see CB:54714 takes care of it.
Patch Set #1, Line 610: free(data);
not free'ed as its physical memory but technically it should be unmapped yes although I think everyo […]
`sb600_spibar` is not a pointer to dynamically-allocated memory, so it must not be free()'d. However, one should use physunmap() or some other function from physmap.c to properly clean up.
I'd do this in a separate commit.
To view, visit change 54712. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ifaad0f0a2c0e956029d2df18ddcfd092515ca3c0
Gerrit-Change-Number: 54712
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Comment-Date: Thu, 20 May 2021 08:19:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Edward O'Callaghan <quasisec@chromium.org>
Comment-In-Reply-To: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: comment