diff options
author | Simon Glass <sjg@chromium.org> | 2011-10-24 18:00:07 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-26 21:36:22 +0200 |
commit | 1fb7cd498e6a5a7e14e1ac5518262a35ed293f3e (patch) | |
tree | 39bb7db58e2d99c2472a3368c9f32df7d79f6a22 /README | |
parent | 1aec244acf9daf0d4dad80fe86b2c2b7404251d6 (diff) | |
download | u-boot-imx-1fb7cd498e6a5a7e14e1ac5518262a35ed293f3e.zip u-boot-imx-1fb7cd498e6a5a7e14e1ac5518262a35ed293f3e.tar.gz u-boot-imx-1fb7cd498e6a5a7e14e1ac5518262a35ed293f3e.tar.bz2 |
net: tftpput: implement tftp logic
This adds logic to tftp.c to implement the tftp 'put' command, and
updates the README.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -788,6 +788,7 @@ The following options need to be configured: CONFIG_CMD_SOURCE "source" command Support CONFIG_CMD_SPI * SPI serial bus support CONFIG_CMD_TFTPSRV * TFTP transfer in server mode + CONFIG_CMD_TFTPPUT * TFTP put command (upload) CONFIG_CMD_TIME * run command and report execution time CONFIG_CMD_USB * USB support CONFIG_CMD_CDP * Cisco Discover Protocol support @@ -3344,6 +3345,7 @@ bootp - boot image via network using BootP/TFTP protocol tftpboot- boot image via network using TFTP protocol and env variables "ipaddr" and "serverip" (and eventually "gatewayip") +tftpput - upload a file via network using TFTP protocol rarpboot- boot image via network using RARP/TFTP protocol diskboot- boot from IDE devicebootd - boot default, i.e., run 'bootcmd' loads - load S-Record file over serial line |