]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: renesas: Enable wget command and TCP on all R-Car systems
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 29 Jan 2026 00:44:28 +0000 (01:44 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 6 Feb 2026 19:23:12 +0000 (20:23 +0100)
commit0cd81619bb25b0bcb768b9e30a603d37170476e6
tree5a3408894717bdb25d28b05f466781676189a104
parenta54d613baf742a95b6deb7a016ef6262737d1918
arm: renesas: Enable wget command and TCP on all R-Car systems

Enable the 'wget' command and TCP protocol support on all Renesas R-Car
systems. This allows users to download content from local HTTP server,
which may sometimes be more accessible than TFTP server. Enable TCP SACK
support to improve download performance.

The usage is similar to the TFTP command. To download file from server
http://192.ser.ver.ip/file/path/on/local/server , invoke wget as follows:
"
=> wget $loadaddr 192.ser.ver.ip:/file/path/on/local/server
"

In case the HTTP server listens on port other than default port 80,
set the 'httpdstp' environment variable to download file from server
http://192.ser.ver.ip:8088/file/path/on/local/server
"
=> env set httpdstp 8088
=> wget $loadaddr 192.ser.ver.ip:/file/path/on/local/server
"

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/renesas_rcar.config