just a few minor changes: - added a wrapper around the spi sends that aids debugging now and extending later - better error handling: previous version had a possible infinite loop. also, we now abort on particularly fishy data. - added a typedef for erase functions. sadly it can not be used in struct flashchip/ctx due to circular dependencies
Stefan Tauner (1): add support for SFDP (JESD216)
chipdrivers.h | 1 + flash.h | 2 + flashchips.c | 24 ++++ flashchips.h | 1 + flashrom.c | 28 +++++- spi.h | 5 + spi25.c | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 415 insertions(+), 1 deletions(-)