[flashrom] [PATCH 0/7] ichspi patches 3.0

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Tue May 24 01:23:07 CEST 2011


a few corrections and 3 new patches :)

Stefan Tauner (7):
  improve macros for SSFS and SSFC bits
  add pretty printing functions for SSFS+SSFC and the OPCODE struct and
    use them
  add macros and pretty printing for HSFS and HSFC
  use the max_data_read field of the new spi_programmer struct to    
    simplify run_opcode.
  warn if SMM BIOS Write Protection is detected in BIOS_CNTL
  add missing ICH9 register macros and use them to eliminate magic
    numbers
  add ICH/PCH flash descriptor decoding

 Makefile                                         |    2 +-
 chipset_enable.c                                 |   12 +-
 ich_descriptors.c                                |  415 ++++++++++++++++++++++
 ich_descriptors.h                                |  406 +++++++++++++++++++++
 ichspi.c                                         |  279 ++++++++++-----
 util/ich_descriptors_tool/Makefile               |   42 +++
 util/ich_descriptors_tool/TODO                   |    5 +
 util/ich_descriptors_tool/ich_descriptors_tool.c |  226 ++++++++++++
 8 files changed, 1302 insertions(+), 85 deletions(-)
 create mode 100644 ich_descriptors.c
 create mode 100644 ich_descriptors.h
 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