hwseq is tested now (thanks so much dhendrix!), but needs a bit refining still. the descriptor decoding still needs a lot of work. the vscc patch was merged with the descriptor patch, because... it makes sense (see log) :)
Stefan Tauner (4): ichspi.c: simplify ich_set_bbar ichspi.c: add FPB (Flash Partition Boundary) macros and init printing add ICH/PCH flash descriptor decoding ichspi:c add support for Intel Hardware Sequencing
Makefile | 3 +- chipdrivers.h | 6 + flashchips.c | 23 +- flashchips.h | 2 + ich_descriptors.c | 490 ++++++++++++++++++++++ ich_descriptors.h | 447 ++++++++++++++++++++ ichspi.c | 424 +++++++++++++++++-- programmer.h | 1 + util/ich_descriptors_tool/Makefile | 42 ++ util/ich_descriptors_tool/TODO | 5 + util/ich_descriptors_tool/ich_descriptors_tool.c | 226 ++++++++++ 11 files changed, 1625 insertions(+), 44 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