u-boot/net/lwip
Jerome Forissier 13e13f5867 net: lwip: dhcp: support arguments for TFTP file download
The dhcp command is supposed to have the following syntax as per
"help dhcp":

  dhcp [loadAddress] [[hostIPaddr:]bootfilename]

In other words, any arguments should be passed to an implicit
tftpboot command after the DHCP exchange has occurred.

Add the missing code to the lwIP version of do_dhcp().

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
2024-11-22 14:51:26 -06:00
..
dhcp.c net: lwip: dhcp: support arguments for TFTP file download 2024-11-22 14:51:26 -06:00
dns.c net: lwip: add dns command 2024-10-16 11:11:56 -06:00
eth_internal.h lwip: fix code style issues 2024-11-14 18:14:05 -06:00
Kconfig Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT 2024-11-18 13:32:16 -06:00
Makefile net: lwip: add wget command 2024-10-16 11:11:56 -06:00
net-lwip.c net: lwip: fix get_udev_ipv4_info() 2024-11-22 14:37:49 -06:00
ping.c lwip: fix code style issues 2024-11-14 18:14:05 -06:00
tftp.c lwip: fix code style issues 2024-11-14 18:14:05 -06:00
wget.c net: lwip: provide entropy to MBed TLS in one go 2024-11-22 14:40:53 -06:00