[U-Boot] [PATCH] Added a tftp command

Kumar Gala galak at kernel.crashing.org
Wed Apr 1 01:20:16 CEST 2009


On Mar 31, 2009, at 5:44 PM, kevin.morfitt at fearnside-systems.co.uk  
wrote:

> Adds a "tftp" command that gets a specified file from a TFTP Server  
> and
> stores it in RAM at a specified RAM address. Most of the code already
> exists in board-specific form (eg in board/hymod) but this patch
> extracts it and makes it available as a standard u-boot command.
>
> Signed-off-by: Kevin Morfitt <kevin.morfitt at fearnside-systems.co.uk>
> ---
> common/cmd_tftp.c            |   59
> ++++++++++++++++++++++++++++++++++++++++++
> doc/README.tftp              |   29 ++++++++++++++++++++
> include/config_cmd_all.h     |    1 +
> include/config_cmd_default.h |    1 +
> 4 files changed, 90 insertions(+), 0 deletions(-)
> create mode 100755 common/cmd_tftp.c
> create mode 100755 doc/README.tftp

I'm quite confused.  We already have support for this.  I'm pretty  
sure I use it almost daily.

- k


More information about the U-Boot mailing list