[U-Boot] [PATCH v4 12/12] mkimage: Add OMAP boot image support
Wolfgang Denk
wd at denx.de
Thu Jul 28 17:21:41 CEST 2011
Dear Sandeep,
please pull this directly with the rest of the OMAP SPL patches.
In message <1311004011-9073-13-git-send-email-aneesh at ti.com> you wrote:
> From: John Rigby <john.rigby at linaro.org>
>
> - Add mkimage support for OMAP boot image
> - Add support for OMAP boot image(MLO) generation in the new
> SPL framework
>
> Signed-off-by: John Rigby <john.rigby at linaro.org>
> Signed-off-by: Aneesh V <aneesh at ti.com>
> ---
> V3:
> * Fixed minor issue with casting away 'const'ness of
> pointers
> * Ensure lists are sorted alphabetically
> * Added an error message
> * Removed 'packed' attribute from structs
> * Fixed some other minor comments on V2
> * Adapted for the new SPL framework
> V4:
> * Replaced CONFIG_SYS_SPL_TEXT_BASE with CONFIG_SPL_TEXT_BASE
> ---
> arch/arm/cpu/armv7/omap4/config.mk | 30 +++++
> common/image.c | 9 +-
> include/image.h | 1 +
> spl/Makefile | 6 +
> tools/Makefile | 2 +
> tools/mkimage.c | 2 +
> tools/mkimage.h | 1 +
> tools/omapimage.c | 224 ++++++++++++++++++++++++++++++++++++
> tools/omapimage.h | 50 ++++++++
> 9 files changed, 321 insertions(+), 4 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/omap4/config.mk
> create mode 100644 tools/omapimage.c
> create mode 100644 tools/omapimage.h
Acked-by: Wolfgang Denk <wd at denx.de>
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Never call a man a fool. Borrow from him.
More information about the U-Boot
mailing list