While creating a sane foundation to build the new probing upon the following patches were conceived. I'll rebase my probing patches on top of them hence they need to be reviewed before the refined probing patches to come. Especially the last one is rather important anyway because it fixes the problem of wrongly mapped flash memory ranges for SPI chips that provokes nasty warnings since a while ago.
Stefan Tauner (3): Refactor some CLI-relevant parts. Refine handling chips that exceed maximum programmer sizes. Refine physical address mapping of flash chips.
82802ab.c | 2 - Makefile | 2 +- cli_classic.c | 16 ++++-- cli_common.c | 117 ++++++++++++++++++++++++++++++++++++++ cli_output.c | 3 + flash.h | 10 ++-- flashrom.c | 176 +++++++++++++++++++++++----------------------------------- jedec.c | 6 -- print.c | 33 ----------- programmer.h | 3 +- 10 files changed, 210 insertions(+), 158 deletions(-) create mode 100644 cli_common.c