This series make the file imximage.c easier to read, as well as produces a slightly smaller file.
Only the 1st two patches are different from version 3. The 1st is a new patch which addresses an mx53 ROM bug. The 2nd is slight changes due to rebase on 1st. Troy Kisky (11): imximage: mx53 needs transfer length a multiple of 512 imximage: make header variable length imximage: remove static imximage_version imximage: prepare to move static variables to struct data_src imximage: change parameters for set_dcd_val/set_imx_hdr imximage: move set_imx_hdr to struct data_src imximage: move set_dcd_val to struct data_src imximage: enable word writes for version2 header tools: add parse_helper file imximage: use parse_helper functions parse_helper: add expression evaluation tools/Makefile | 2 + tools/imximage.c | 437 ++++++++++++++++++++++---------------------------- tools/imximage.h | 37 ++--- tools/parse_helper.c | 325 +++++++++++++++++++++++++++++++++++++ tools/parse_helper.h | 28 ++++ 5 files changed, 564 insertions(+), 265 deletions(-) create mode 100644 tools/parse_helper.c create mode 100644 tools/parse_helper.h -- 1.7.9.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot