Attention is currently required from: Stefan Reinauer, Edward O'Callaghan, Angel Pons.

Xiang Wang uploaded patch set #12 to this change.

View Change

bitbang-spi.c: support clock polarity and phase

SPI has four modes, which are determined by Clock polarity and Clock phase.
See https://en.wikipedia.org/wiki/Serial_Peripheral_Interface#Clock_polarity_and_phase
for details. The previous code only supports one mode and may not be able to
handle some special spi flash.

TEST=build and run flashrom with sysfsgpio on raspberrypi to read W25Q128.V

Change-Id: I04c1dfe132d756119229b27c3cd611d1be1abc8d
Signed-off-by: Xiang Wang <merle@hardenedlinux.org>
---
M bitbang_spi.c
1 file changed, 70 insertions(+), 16 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/55/49255/12

To view, visit change 49255. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I04c1dfe132d756119229b27c3cd611d1be1abc8d
Gerrit-Change-Number: 49255
Gerrit-PatchSet: 12
Gerrit-Owner: Xiang Wang <merle@hardenedlinux.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer@coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Shawn C <citypw@hardenedlinux.org>
Gerrit-Attention: Stefan Reinauer <stefan.reinauer@coreboot.org>
Gerrit-Attention: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newpatchset