]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
NetworkPkg: Add UEFI HTTP boot driver.
authorFu Siyuan <siyuan.fu@intel.com>
Tue, 7 Jul 2015 09:29:28 +0000 (09:29 +0000)
committersfu5 <sfu5@Edk2>
Tue, 7 Jul 2015 09:29:28 +0000 (09:29 +0000)
commitc4545d769fc26d6bb70c4236eab26df498ed784e
treecab080611aece0aff6587bdb1a4d740d0a9b7169
parenteb4d0b5e85f0c2657e1fbb1156a4ec9bbeb0ed27
NetworkPkg: Add UEFI HTTP boot driver.

This patch add the implementation for UEFI HTTP boot driver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17857 6f19259b-4bc3-4df7-8a09-765794883524
15 files changed:
NetworkPkg/HttpBootDxe/HttpBootClient.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootClient.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootComponentName.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootComponentName.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDhcp4.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDhcp4.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDxe.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDxe.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDxe.inf [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDxe.uni [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootImpl.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootImpl.h [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootSupport.c [new file with mode: 0644]
NetworkPkg/HttpBootDxe/HttpBootSupport.h [new file with mode: 0644]