[U-Boot] [PATCH V6 2/6] Add cmd_spl command
Wolfgang Denk
wd at denx.de
Sat Oct 22 00:01:01 CEST 2011
Dear Simon Schwarz,
In message <1317284033-16188-3-git-send-email-simonschwarzcor at gmail.com> you wrote:
> 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>
> ---
>
> V2 changes:
> CHG corrected bootm call. Now bootm is called with five parameters including
> Address of FDT in RAM. This fixes the hang on savebp fdt call.
> ADD debug output of the actual bootm parameter call
> CHG help message
>
> V3 changes:
> FIX added missing brackets
>
> V4 changes:
> CHG Corrected argument number in comments
> CHG added check for CONFIG_OF_LIBFDT
> CHG squashed the README to this commit
> DEL define description from commit message - unused in this patch
> CHG renamed to spl now with subcommand export, very different now
> ADD New call style with subcommands.
> CHG added printf where the image is located
> CHG Patched README to reflect changes
> CHG parameter count
> CHG usage message
> ---
> common/Makefile | 1 +
> common/cmd_spl.c | 214 ++++++++++++++++++++++++++++++++++++++++++
> doc/README.commands.spl | 31 ++++++
> include/cmd_spl.h | 30 ++++++
> include/configs/devkit8000.h | 7 ++
> 5 files changed, 283 insertions(+), 0 deletions(-)
> create mode 100644 common/cmd_spl.c
> create mode 100644 doc/README.commands.spl
> create mode 100644 include/cmd_spl.h
Applied, thanks.
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
Build a system that even a fool can use and only a fool will want to
use it.
More information about the U-Boot
mailing list