Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-30 Thread Mike Frysinger
On Saturday 22 October 2011 04:21:18 Albert ARIBAUD wrote: > Many U-Boot environments use 'tftp' as a shorthand to tftpboot. Did you > verify that this is not broken by the introduction of 'tftpput'? those boards are broken. we can't sanely maintain support for people relying on autocompleted co

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-24 Thread Albert ARIBAUD
Hi Simon, Le 25/10/2011 06:13, Simon Glass a écrit : Many U-Boot environments use 'tftp' as a shorthand to tftpboot. Did you verify that this is not broken by the introduction of 'tftpput'? > > I forgot to answer this. No this will break 'tftp' as 'tftpserver' > does. I vaguely remember

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-24 Thread Simon Glass
Hi Albert, On Sun, Oct 23, 2011 at 9:28 PM, Simon Glass wrote: > Hi Albert, > > On Sat, Oct 22, 2011 at 9:15 AM, Simon Glass wrote: >> Hi Albert, >> >> On Sat, Oct 22, 2011 at 1:21 AM, Albert ARIBAUD >> wrote: >>> Le 22/10/2011 06:51, Simon Glass a écrit : The tftpboot command permits

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-23 Thread Simon Glass
Hi Albert, On Sat, Oct 22, 2011 at 9:15 AM, Simon Glass wrote: > Hi Albert, > > On Sat, Oct 22, 2011 at 1:21 AM, Albert ARIBAUD > wrote: >> Le 22/10/2011 06:51, Simon Glass a écrit : >>> >>> The tftpboot command permits reading of files over a network interface >>> using the Trivial FTP protocol

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-22 Thread Simon Glass
Hi Albert, On Sat, Oct 22, 2011 at 1:21 AM, Albert ARIBAUD wrote: > Le 22/10/2011 06:51, Simon Glass a écrit : >> >> The tftpboot command permits reading of files over a network interface >> using the Trivial FTP protocol. This patch series adds the ability to >> transfer files the other way. >>

Re: [U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-22 Thread Albert ARIBAUD
Le 22/10/2011 06:51, Simon Glass a écrit : > The tftpboot command permits reading of files over a network interface > using the Trivial FTP protocol. This patch series adds the ability to > transfer files the other way. > > Why is this useful? > > - Uploading boot time data to a server > - Uploadin

[U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network

2011-10-21 Thread Simon Glass
The tftpboot command permits reading of files over a network interface using the Trivial FTP protocol. This patch series adds the ability to transfer files the other way. Why is this useful? - Uploading boot time data to a server - Uploading profiling information - Uploading large mounts of data