Attention is currently required from: Balázs Vinarz, Keith Hui.
Balázs Vinarz has uploaded a new patch set (#2) to the change originally created by Nico Huber. ( https://review.coreboot.org/c/flashrom/+/23053?usp=email )
The following approvals got outdated and were removed: Verified-1 by build bot (Jenkins)
Change subject: Fwd: Software info for Willem/EZOflash ......................................................................
Fwd: Software info for Willem/EZOflash
Hi Egils,
thanks for the Ezoflash programmer doc. I have tried to implement init and SPI flash support correctly, but I don't own the hardware, so I can't test. A few places are marked FIXME, and it would be really nice if you could take a look. I basically took the RayeR SPIPGM driver in flashrom and modified and extended it. If your mailer mangles the patch, you can also find it at the top of http://patchwork.coreboot.org/project/flashrom/list/
Add support for the Ezoflash programmer. Hopefully complete init. Only SPI supported for now, and with additional 1 us delay per clock. Missing shutdown.
Compiles, otherwise untested. If you want to test, please apply the patch to latest flashrom, then compile with make CONFIG_EZO=yes To test the code, run ./flashrom -p ezo -V
Change-Id: Idc4d98593076c80fd1d6ac4596940d1d7977343c Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Signed-off-by: Balazs Vinarz vinibali1@gmail.com --- A ezo.c M include/programmer.h M meson.build M meson_options.txt M programmer_table.c M test_build.sh 6 files changed, 266 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/53/23053/2