Attention is currently required from: Daniel Kurtz, Edward O'Callaghan, Angel Pons.
View Change
3 comments:
File it85spi.c:
Patch Set #11, Line 22:
#if defined(__i386__) || defined(__x86_64__)
In answer to your questions regarding 'LPC_IO' && 'LPC_MEMORY'; probably we have a simple initial pa […]
Thank you for explanations! Based on our conversation (and comments from other people here), I will do this in a separate patch.
Patch Set #11, Line 59:
/* IT8502 supports two access modes:
* LPC_MEMORY: through the memory window in 0xFFFFFxxx (follow mode)
* LPC_IO: through I/O port (so called indirect memory)
*/
#undef LPC_MEMORY
#define LPC_IO
this would need to be moved above the initial guard, the slightly better fix is that the Makefile pa […]
Thank you! Same as above, I will do this in a separate patch.
Patch Set #11, Line 77: unsigned int shm_io_base;
Let's not forget that this code is currently disabled (built, but not executed), because it can resu […]
I returned back ifdef-endif around shm_io_base.
I agree this should be in a separate commit.
To view, visit change 47655. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I389d34d62e753c012910aa5ff24a496b24a4753c
Gerrit-Change-Number: 47655
Gerrit-PatchSet: 12
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Daniel Kurtz <djkurtz@google.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Eizan Miyamoto <eizan@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Attention: Daniel Kurtz <djkurtz@google.com>
Gerrit-Attention: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-Comment-Date: Wed, 13 Jan 2021 01:00:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Daniel Kurtz <djkurtz@google.com>
Comment-In-Reply-To: Edward O'Callaghan <quasisec@chromium.org>
Comment-In-Reply-To: Angel Pons <th3fanbus@gmail.com>
Comment-In-Reply-To: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: comment