u-boot/net
Tero Kristo 2509493cc1 net: convert TFTP_TSIZE to proper Kconfig option
TFTP transfer size can be used to re-size the TFTP progress bar on
single line based on the server reported file size. The support for
this has been around from 2019, but it was never converted to proper
Kconfig.

While adding this new Kconfig, enable it by default for OMAP2+ and K3
devices also.

Signed-off-by: Tero Kristo <kristo@kernel.org>
2021-06-08 21:38:51 -04:00
..
arp.c
arp.h
bootp.c Adds basic support for ProxyDHCP 2020-12-01 10:33:37 -05:00
bootp.h
cdp.c
cdp.h
dns.c
dns.h
dsa-uclass.c net: dsa: remove master santiy check 2021-03-05 10:25:42 +05:30
eth-uclass.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
eth_common.c
eth_internal.h
eth_legacy.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
fastboot.c fastboot: Add support for 'reboot fastboot' command 2020-09-01 14:47:43 +02:00
Kconfig net: convert TFTP_TSIZE to proper Kconfig option 2021-06-08 21:38:51 -04:00
link_local.c
link_local.h
Makefile net: Introduce DSA class for Ethernet switches 2021-02-16 11:48:20 -05:00
mdio-mux-uclass.c dm: core: Access device ofnode through functions 2021-01-05 12:24:41 -07:00
mdio-uclass.c net: phy: fixed: Be compatible with live OF tree 2021-04-15 14:22:17 +05:30
net.c net: fix ping in netconsole 2021-01-27 08:25:31 -05:00
net_rand.h net: Use NDRNG device in srand_mac() 2021-01-19 09:15:02 -05:00
nfs.c
nfs.h
pcap.c
ping.c net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP address 2021-01-19 09:15:02 -05:00
ping.h
rarp.c
rarp.h
sntp.c net: sntp: remove CONFIG_TIMESTAMP constraint 2020-12-01 14:12:28 -05:00
tftp.c net: tftp: Avoid sending extra ack on completion 2021-02-18 08:20:34 -05:00
udp.c net: add a generic udp protocol 2020-09-30 16:55:03 -04:00
wol.c
wol.h