[flashrom] [PATCH 0/5] ichspi 9.1

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Fri Oct 21 00:39:04 CEST 2011


The first one was done by carl-daniel, the others are just rebased/refined versions
without big changes (iirc).
3/5 was already acked and is waiting for the first two only (i.e. i am too lazy).

Stefan Tauner (5):
  Add opaque programmer registration infrastructure.
  ichspi: add support for Intel Hardware Sequencing
  ichspi: print flash descriptor dependent information only when it is
    valid
  ichspi: warn if regions defined by FREGs do not cover the whole flash
    space
  Add ich_descriptor_tool to decode all flash descriptors stored in a
    flash dump file

 Makefile                                         |    2 +-
 chipdrivers.h                                    |    6 +
 flash.h                                          |    3 +-
 flashchips.c                                     |   25 +-
 flashchips.h                                     |    3 +
 ich_descriptors.c                                |  532 ++++++++++++++++++++++
 ich_descriptors.h                                |  327 +++++++++++++
 ichspi.c                                         |  428 ++++++++++++++++--
 opaque.c                                         |   93 ++++
 print.c                                          |    2 +
 programmer.h                                     |   13 +
 util/ich_descriptors_tool/Makefile               |   42 ++
 util/ich_descriptors_tool/TODO                   |    6 +
 util/ich_descriptors_tool/ich_descriptors_tool.c |  225 +++++++++
 14 files changed, 1672 insertions(+), 35 deletions(-)
 create mode 100644 opaque.c
 create mode 100644 util/ich_descriptors_tool/Makefile
 create mode 100644 util/ich_descriptors_tool/TODO
 create mode 100644 util/ich_descriptors_tool/ich_descriptors_tool.c





More information about the flashrom mailing list