hwseq is split and hopefully i have addressed all triaged problems. there are some open questions in my last mail (201109181517.p8IFHdlp027261@mail2.student.tuwien.ac.at) though.
4/6 is new and cuts down unnecessary output in the case of non-descriptor mode boards. 5/6 is also new, but not finished, see specific commit log for details please.
there were long periods between edits and the major part of the changes were made with quite some headache, be aware please. :)
Stefan Tauner (6): ichspi: add (partially) dead support code for Intel Hardware Sequencing ichspi: add support for Intel Hardware Sequencing compile fix for hwseq due to reverting the "unsignify" patch 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
chipdrivers.h | 6 + flashchips.c | 23 +- flashchips.h | 2 + ich_descriptors.c | 560 +++++++++++++++++++++ ich_descriptors.h | 328 +++++++++++++ ichspi.c | 572 ++++++++++++++++++++-- programmer.h | 1 + util/ich_descriptors_tool/Makefile | 42 ++ util/ich_descriptors_tool/TODO | 6 + util/ich_descriptors_tool/ich_descriptors_tool.c | 225 +++++++++ 10 files changed, 1723 insertions(+), 42 deletions(-) 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