This set is only the infrastructural base on which the patches that make layout handling work in other modes than writing rely on.
Stefan Tauner (4): layout: Add a method to cleanup layout data structures. layout: Add -i <image>[:<file>] support. util: add script for converting legacy layout files to format 2. layout: Better file parsing.
cli_classic.c | 3 +- flash.h | 1 + flashrom.8.tmpl | 79 ++++--- flashrom.c | 8 +- layout.c | 456 ++++++++++++++++++++++++++++++++++------ util/convert_layout_v1_to_v2.sh | 71 +++++++ 6 files changed, 524 insertions(+), 94 deletions(-) create mode 100755 util/convert_layout_v1_to_v2.sh