Searched hist:f5fb734672f3fc78f63ed6a14cbdca2251ba3415 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/net/ |
H A D | Kconfig | f5fb734672f3fc78f63ed6a14cbdca2251ba3415 Sun Oct 11 17:02:57 CDT 2015 Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> net: TFTP: variables cleanup and addition
TFTP source and destination port variable names are 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' and 'tftpdstport' in the README file. Fix the README.
Add environment variable 'tftptimeoutcountmax'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcountmax is nonnegative.
Introduce configuration option CONFIG_NET_TFTP_VARS, which controls whether environment variables tftpblocksize, tftptimeout, and tftptimoueoutcountmax are read by the TFTP client code. CONFIG_NET_TFTP_VARS defaults to y but can be set to n by targets with to tight size contraints.
Make bf527-ezkit set CONFIG_NET_TFTP_VARS to n to keep the target size below limit.
|
H A D | tftp.c | f5fb734672f3fc78f63ed6a14cbdca2251ba3415 Sun Oct 11 17:02:57 CDT 2015 Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> net: TFTP: variables cleanup and addition
TFTP source and destination port variable names are 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' and 'tftpdstport' in the README file. Fix the README.
Add environment variable 'tftptimeoutcountmax'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcountmax is nonnegative.
Introduce configuration option CONFIG_NET_TFTP_VARS, which controls whether environment variables tftpblocksize, tftptimeout, and tftptimoueoutcountmax are read by the TFTP client code. CONFIG_NET_TFTP_VARS defaults to y but can be set to n by targets with to tight size contraints.
Make bf527-ezkit set CONFIG_NET_TFTP_VARS to n to keep the target size below limit.
|
/openbmc/u-boot/ |
H A D | README | f5fb734672f3fc78f63ed6a14cbdca2251ba3415 Sun Oct 11 17:02:57 CDT 2015 Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> net: TFTP: variables cleanup and addition
TFTP source and destination port variable names are 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport' and 'tftpdstport' in the README file. Fix the README.
Add environment variable 'tftptimeoutcountmax'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcountmax is nonnegative.
Introduce configuration option CONFIG_NET_TFTP_VARS, which controls whether environment variables tftpblocksize, tftptimeout, and tftptimoueoutcountmax are read by the TFTP client code. CONFIG_NET_TFTP_VARS defaults to y but can be set to n by targets with to tight size contraints.
Make bf527-ezkit set CONFIG_NET_TFTP_VARS to n to keep the target size below limit.
|