[flashrom] [PATCH] SFDP 3.0

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Sun Jan 29 14:52:46 CET 2012


after fixing an embarrassing off-by-one error and a few other
mistakes, i refactored the setting of erasers and (hopefully) added
support for the preliminary SFDP version by intel.

Stefan Tauner (1):
  add support for SFDP (JESD216)

 Makefile      |    2 +-
 chipdrivers.h |    4 +
 flash.h       |    2 +
 flashchips.c  |   24 ++++
 flashchips.h  |    1 +
 flashrom.c    |   28 +++++-
 sfdp.c        |  356 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 spi.h         |    5 +
 spi25.c       |   31 +++++
 9 files changed, 451 insertions(+), 2 deletions(-)
 create mode 100644 sfdp.c





More information about the flashrom mailing list