]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpBootDxe/HttpBootImpl.c
NetworkPkg: Add URI configuration form to HTTP boot driver.
authorFu Siyuan <siyuan.fu@intel.com>
Mon, 15 Feb 2016 05:55:11 +0000 (13:55 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Mon, 7 Mar 2016 01:12:14 +0000 (09:12 +0800)
commitfa848a4048943251fc057fe8d6c5a82e01d2ffb6
tree0ffe9aa44385b2bd9e49c974f3ed52345579e61e
parent9353c60cea6eeedbbe4b336aea02646e2bf25f47
NetworkPkg: Add URI configuration form to HTTP boot driver.

This patch updates the HTTP boot driver to produce a setup page for the boot
file URI configuration. A new boot option will be created for the manual
configured URI address. This change is made to support the HTTP boot usage
in home environment.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
17 files changed:
NetworkPkg/HttpBootDxe/HttpBootClient.c
NetworkPkg/HttpBootDxe/HttpBootConfig.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootConfig.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootConfigNVDataStruc.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootConfigStrings.uni [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootConfigVfr.vfr [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDhcp4.c
NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
NetworkPkg/HttpBootDxe/HttpBootDhcp6.c
NetworkPkg/HttpBootDxe/HttpBootDxe.c
NetworkPkg/HttpBootDxe/HttpBootDxe.h
NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg/HttpBootDxe/HttpBootImpl.c
NetworkPkg/HttpBootDxe/HttpBootSupport.c
NetworkPkg/HttpBootDxe/HttpBootSupport.h
NetworkPkg/Include/Guid/HttpBootConfigHii.h [new file with mode: 0644]
NetworkPkg/NetworkPkg.dec