From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] TFTP: add host ip addr support
Date: Mon, 24 Dec 2007 11:40:26 -0500 [thread overview]
Message-ID: <476FE0FA.8050803@ge.com> (raw)
In-Reply-To: <1198511738-16934-1-git-send-email-plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>
> diff --git a/common/cmd_net.c b/common/cmd_net.c
> index 21682c0..2fb0e7c 100644
> --- a/common/cmd_net.c
> +++ b/common/cmd_net.c
> @@ -51,7 +51,7 @@ int do_tftpb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
> U_BOOT_CMD(
> tftpboot, 3, 1, do_tftpb,
> "tftpboot- boot image via network using TFTP protocol\n",
> - "[loadAddress] [bootfilename]\n"
> + "[loadAddress] [host ip addr:bootfilename]\n"
Hi Jean-Christophe,
Interesting. I can see how that would be useful rather than having to
modify the dhcp server configuration when you want to use an alternate
server.
Critique: the help is misleading: "host ip addr:" is optional so it
needs another set of [] around it. Having spaces in "host ip addr" is
more readable, but makes it look like it is three things or perhaps a
keyword.
I would suggest the following, but there may be a better way...
"[loadAddress] [[hostIPaddr:]bootfilename]\n"
Best regards,
gvb
next prev parent reply other threads:[~2007-12-24 16:40 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-24 15:55 [U-Boot-Users] [PATCH] TFTP: add host ip addr support Jean-Christophe PLAGNIOL-VILLARD
2007-12-24 16:40 ` Jerry Van Baren [this message]
2008-01-09 21:31 ` [U-Boot-Users] [PATCH 0/1] " Jean-Christophe PLAGNIOL-VILLARD
2008-01-09 21:31 ` [U-Boot-Users] [PATCH 1/1] Fix nfs command help to reflect that the serverip is optional Jean-Christophe PLAGNIOL-VILLARD
2008-01-09 22:26 ` Ben Warren
2008-01-09 22:53 ` Wolfgang Denk
2008-01-10 23:01 ` [U-Boot-Users] [PATCH 0/1] TFTP: add host ip addr support Jean-Christophe PLAGNIOL-VILLARD
2008-01-10 23:01 ` [U-Boot-Users] [PATCH 1/1] Fix nfs command help to reflect that the serverip is optional Jean-Christophe PLAGNIOL-VILLARD
2008-01-10 23:33 ` [U-Boot-Users] [PATCH 0/1] TFTP: add host ip addr support Andre Renaud
2008-01-11 0:12 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-09 22:35 ` [U-Boot-Users] [PATCH 1/1] Fix nfs command help to reflect that the serverip is optional Wolfgang Denk
2008-01-09 22:39 ` [U-Boot-Users] [PATCH 0/1] TFTP: add host ip addr support Wolfgang Denk
2008-01-10 9:46 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-10 9:46 ` [U-Boot-Users] [PATCH 1/1] Fix nfs command help to reflect that the serverip is optional Jean-Christophe PLAGNIOL-VILLARD
2008-01-10 22:44 ` Wolfgang Denk
2008-01-10 22:43 ` [U-Boot-Users] [PATCH 0/1] TFTP: add host ip addr support Wolfgang Denk
2008-01-11 22:46 ` Ben Warren
2007-12-26 20:42 ` [U-Boot-Users] [PATCH] " Haavard Skinnemoen
2007-12-26 23:09 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-01-11 23:43 Jean-Christophe PLAGNIOL-VILLARD
2008-01-15 13:50 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-16 3:19 ` Ben Warren
2008-01-16 7:19 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-16 15:49 ` Ben Warren
2008-01-16 17:33 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-16 20:27 ` Ben Warren
2008-01-16 20:40 ` Wolfgang Denk
2008-01-16 20:47 ` Ben Warren
2008-01-16 20:56 ` McMullan, Jason
2008-01-16 21:26 ` Wolfgang Denk
2008-01-16 22:27 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-16 23:09 ` Wolfgang Denk
2008-01-16 23:33 ` Ben Warren
2008-01-16 21:23 ` Wolfgang Denk
2008-01-16 21:38 ` Ben Warren
2008-01-17 23:51 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-18 0:14 ` Jean-Christophe PLAGNIOL-VILLARD
2008-02-04 23:42 ` Wolfgang Denk
2008-01-18 0:23 ` Ben Warren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=476FE0FA.8050803@ge.com \
--to=gerald.vanbaren@ge.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.