[U-Boot] [PATCH V13 01/12] Add cmd_spl command

Tom Rini tom.rini at gmail.com
Fri Feb 10 19:48:59 CET 2012


On Sat, Feb 4, 2012 at 3:22 AM, Stefano Babic <sbabic at denx.de> wrote:
> From: Simon Schwarz <simonschwarzcor at googlemail.com>
>
> This adds a spl command to the u-boot.
>
> Related config:
> CONFIG_CMD_CPL
>        activate/deactivate the command
> CONFIG_CMD_SPL_NAND_OFS
>        Offset in NAND to use
>
> Signed-off-by: Simon Schwarz <simonschwarzcor at gmail.com>
> CC: Tom Rini <tom.rini at gmail.com>
> CC: Stefano Babic <sbabic at denx.de>
> CC: Wolfgang Denk <wd at denx.de>
> ---
>  common/Makefile         |    1 +
>  common/cmd_spl.c        |  229 +++++++++++++++++++++++++++++++++++++++++++++++
>  doc/README.commands.spl |   31 +++++++
>  include/cmd_spl.h       |   30 ++++++
>  include/image.h         |    2 +
>  5 files changed, 293 insertions(+), 0 deletions(-)
>  create mode 100644 common/cmd_spl.c
>  create mode 100644 doc/README.commands.spl
>  create mode 100644 include/cmd_spl.h

The include/image.h part seems unnecessary and breaks cam_enc_4xx so
I've dropped that from my tree.

-- 
Tom


More information about the U-Boot mailing list