Attention is currently required from: Thomas Heijligen, Angel Pons, Steve Markgraf.

Steve Markgraf uploaded patch set #2 to this change.

View Change

programmer: Add bitbanging programmer driver for Linux libgpiod

With this driver, any single board computer, old smartphone, etc. with
a few spare GPIOs can be used for flashrom.

An example invocation looks like this:

flashrom -p linux_gpiod:gpiochip=0,cs=18,sck=19,mosi=13,miso=56

This uses /dev/gpiochip0 with the specified GPIO numbers for the SPI
lines. All arguments are required.

Reading of a 2048 kB flash chip on a Qualcomm MSM8916 SoC @800 MHz:

Found GigaDevice flash chip "GD25LQ16" (2048 kB, SPI) on linux_gpiod.
real 1m 33.96s

Change-Id: Icad3eb7764f28feaea51bda3a7893da724c86d06
Signed-off-by: Steve Markgraf <steve@steve-m.de>
---
M MAINTAINERS
M Makefile
M flashrom.8.tmpl
M include/programmer.h
A linux_gpiod.c
M programmer_table.c
6 files changed, 254 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/01/71801/2

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Icad3eb7764f28feaea51bda3a7893da724c86d06
Gerrit-Change-Number: 71801
Gerrit-PatchSet: 2
Gerrit-Owner: Steve Markgraf <steve@steve-m.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Attention: Thomas Heijligen <src@posteo.de>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-Attention: Steve Markgraf <steve@steve-m.de>
Gerrit-MessageType: newpatchset