u-boot/net
Jerome Forissier 3c656c928b net: lwip: add wget command
Add support for the wget command with NET_LWIP. The command normally
expects a URL: wget [loadaddr] url, but it also accepts the legacy
syntax: wget [loadaddr] [server:]file.
The server IP may alternatively be supplied via ${httpserverip} which
has higher priority than ${serverip}.

Based on code initially developed by Maxim U.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Co-developed-by: Maxim Uvarov <muvarov@gmail.com>
Cc: Maxim Uvarov <muvarov@gmail.com>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2024-10-16 11:11:56 -06:00
..
lwip net: lwip: add wget command 2024-10-16 11:11:56 -06:00
arp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
arp.h global: Drop common.h inclusion 2023-12-21 08:54:37 -05:00
bootp.c global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
bootp.h net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
cdp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cdp.h
dhcpv6.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
dhcpv6.h
dns.c net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
dns.h
dsa-uclass.c
eth-uclass.c net: eth-uclass: add function eth_start_udev() 2024-10-16 11:11:56 -06:00
eth_bootdev.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
eth_common.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
eth_internal.h net: remove duplicate eth_env_set_enetaddr_by_index() declaration 2024-07-31 17:55:08 -06:00
fastboot_tcp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
fastboot_udp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig net: introduce alternative implementation as net/lwip/ 2024-10-16 11:11:56 -06:00
link_local.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
link_local.h global: Drop common.h inclusion 2023-12-21 08:54:37 -05:00
Makefile net: lwip: add DHCP support and dhcp commmand 2024-10-16 11:11:56 -06:00
mdio-mux-uclass.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
mdio-uclass.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ndisc.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
net-common.c net: split net into net{,-common,-legacy,-lwip} 2024-10-16 11:11:56 -06:00
net.c net: split net into net{,-common,-legacy,-lwip} 2024-10-16 11:11:56 -06:00
net6.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
net_rand.h rng: Introduce SPL_DM_RNG 2024-05-05 11:21:39 -03:00
nfs.c net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
nfs.h net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
pcap.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ping.c
ping.h global: Drop common.h inclusion 2023-12-21 08:54:37 -05:00
ping6.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
rarp.c net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
rarp.h
sntp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
tcp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
tftp.c tftp: implement support for LED activity 2024-10-10 16:02:20 -06:00
udp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
wget.c net: correct wget_connected debug messages 2024-10-15 11:38:44 -06:00
wol.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
wol.h