]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/ShellPkg.dsc
ShellPkg/DynamicCommand: add HttpDynamicCommand
authorVladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
Thu, 24 Sep 2020 20:40:56 +0000 (04:40 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 30 Sep 2020 01:28:51 +0000 (01:28 +0000)
commitd8ab884fe9b4dd148980bf0d8673187f8fb25887
treea7a76854ae60610e22796ee2554fa6fa40e04c8e
parent52dbaaeace647961bae61634c4be49ea2ca3d5cd
ShellPkg/DynamicCommand: add HttpDynamicCommand

Introduce an http client utilizing EDK2 HTTP protocol, to
allow fast image downloading from http/https servers.
HTTP download speed is usually faster than tftp.
The client is based on the same approach as tftp dynamic command, and
uses the same UEFI Shell command line parameters. This makes it easy
integrating http into existing UEFI Shell scripts.
Note that to enable HTTP download, feature Pcd
gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections must
be set to TRUE.
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2860

Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Nd <nd@arm.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
ShellPkg/DynamicCommand/HttpDynamicCommand/Http.c [new file with mode: 0644]
ShellPkg/DynamicCommand/HttpDynamicCommand/Http.h [new file with mode: 0644]
ShellPkg/DynamicCommand/HttpDynamicCommand/Http.uni [new file with mode: 0644]
ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c [new file with mode: 0644]
ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.inf [new file with mode: 0644]
ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c [new file with mode: 0644]
ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf [new file with mode: 0644]
ShellPkg/Include/Guid/ShellLibHiiGuid.h
ShellPkg/ShellPkg.dec
ShellPkg/ShellPkg.dsc