[flashrom] [PATCH 0/1] SFDP 2.2

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Tue Jan 10 23:58:18 CET 2012


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(-)





More information about the flashrom mailing list