[U-Boot] [PATCH v10 3/3] Adding wget
Simon Glass
sjg at chromium.org
Tue Apr 17 15:10:39 UTC 2018
Hi Duncan,
On 14 April 2018 at 17:43, <DH at synoia.com> wrote:
> From: Duncan Hare <DuncanCHare at yahoo.com>
>
> Why http and wget:
>
> HTTP is the most efficient file retrieval protocol in common
> use. The client send a single request, after TCP connection,
> to receive a file of any length.
>
> WGET is the application which implements http file transfer
> outside browsers as a file transfer protocol. Versions of
> wget exists on many operating systems.
> END
Why END?
>
> Signed-off-by: Duncan Hare <DuncanCHare at yahoo.com>
> ---
>
> Changes in v10: None
There is no change log here. Has nothing changed since v1?
This code looks OK to me, but please can you run it through patman? I
see what look like some style errors.
How can we create a test for this? Can we add something to test_net.py ?
Regards,
Simon
More information about the U-Boot
mailing list