]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c
ShellPkg: Add optional 'tftp' EFI Shell command
authorRonald Cron <Ronald.Cron@arm.com>
Wed, 15 Jul 2015 15:39:53 +0000 (15:39 +0000)
committeroliviermartin <oliviermartin@Edk2>
Wed, 15 Jul 2015 15:39:53 +0000 (15:39 +0000)
commit680742607132a7733880407453b5f792699d7143
tree916c370716f2f5e1cb24a9b9652285dd9685676c
parent8f7b315b1c3996a76ec03066533539b32e1a9edc
ShellPkg: Add optional 'tftp' EFI Shell command

This 'tftp' command allows to download a file from a TFTP server.
A specific network interface can be chosen in case there are multiple
interfaces.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <Ronald.Cron@arm.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18015 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Include/Guid/ShellLibHiiGuid.h
ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c [new file with mode: 0644]
ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.c [new file with mode: 0644]
ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h [new file with mode: 0644]
ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf [new file with mode: 0644]
ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni [new file with mode: 0644]
ShellPkg/ShellPkg.dec
ShellPkg/ShellPkg.dsc