[flashrom] [PATCH] SFDP 3.2
Stefan Tauner
stefan.tauner at student.tuwien.ac.at
Tue Jan 31 06:59:24 CET 2012
just a few minor changes. this should be reviewed now. the only show
stopper is the hacky workaround for programmer which dont allow arbitrary
writearr sizes and dummy bytes.
i may add some vendor-specific tables later, but this will be in a
patch of its own of course.
Stefan Tauner (1):
Add support for SFDP (JESD216).
Makefile | 2 +-
chipdrivers.h | 4 +
flash.h | 2 +
flashchips.c | 23 ++++
flashchips.h | 1 +
flashrom.c | 28 +++++-
sfdp.c | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
spi.h | 5 +
spi25.c | 31 +++++
9 files changed, 449 insertions(+), 2 deletions(-)
create mode 100644 sfdp.c
More information about the flashrom
mailing list