
Dear Stefano Babic,
In message 1264007950-20579-1-git-send-email-sbabic@denx.de you wrote:
This patch adds support for "imximage" (MX Boot Image) to the mkimage utility. The imximage is used on the Freescales's MX.25, MX.35 and MX.51 processors.
Further details under doc/README.imximage.
This patch was tested on a Freescale mx51evk board.
Signed-off-by: Stefano Babic sbabic@denx.de
Makefile | 4 + common/image.c | 1 + doc/README.imximage | 188 +++++++++++++++++++++++++++++ include/image.h | 1 + tools/Makefile | 2 + tools/imximage.c | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++ tools/imximage.h | 105 +++++++++++++++++ tools/mkimage.c | 2 + tools/mkimage.h | 1 + 9 files changed, 628 insertions(+), 0 deletions(-) create mode 100644 doc/README.imximage create mode 100644 tools/imximage.c create mode 100644 tools/imximage.h
Applied, thanks.
Best regards,
Wolfgang Denk