audk/NetworkPkg/UefiPxeBcDxe
Zhang Lubo 6104732999 NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.
if the instance of the EFI DHCP4 protocol driver is in the Dhcp4Bound status
that is DHCP configuration has completed, so the Dhcp4->Start FUNC in
the PxeBcDhcpDora() will return EFI_ALREADY_STARTED status which lead to
EfiPxeBcDhcp FUNC not in correspondence with UEFI spec.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
[lersek@redhat.com: updated copyright year as requested by Siyuan]
Signed-off-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18049 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-26 08:03:25 +00:00
..
ComponentName.c 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. 2012-12-13 06:47:06 +00:00
PxeBcBoot.c 1. Update PXE driver to support PXEv6 boot cross subnet. 2014-09-18 11:44:36 +00:00
PxeBcBoot.h Fix bugs in PXE driver when using option 43 for boot server list and boot menu prompt. 2012-08-24 08:25:42 +00:00
PxeBcDhcp4.c NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status. 2015-07-26 08:03:25 +00:00
PxeBcDhcp4.h Fix default VENDOR_CLASS in DHCP discover. 2014-04-25 06:54:56 +00:00
PxeBcDhcp6.c PXE driver bug fix. 2015-03-26 04:49:30 +00:00
PxeBcDhcp6.h 1. Update PXE driver to support PXEv6 boot cross subnet. 2014-09-18 11:44:36 +00:00
PxeBcDriver.c Add IPV6 support from UNDI 2015-04-30 02:57:10 +00:00
PxeBcDriver.h Update dual network stack drivers to produce multiple Driver Binding Protocol. 2013-04-25 01:33:43 +00:00
PxeBcImpl.c PXE driver bug fix. 2015-03-26 04:49:30 +00:00
PxeBcImpl.h Add IPV6 support from UNDI 2015-04-30 02:57:10 +00:00
PxeBcMtftp.c NetworkPkg:Replace unsafe string functions. 2015-07-08 12:17:11 +00:00
PxeBcMtftp.h NetworkPkg:Replace unsafe string functions. 2015-07-08 12:17:11 +00:00
PxeBcSupport.c NetworkPkg:Replace unsafe string functions. 2015-07-08 12:17:11 +00:00
PxeBcSupport.h NetworkPkg:Replace unsafe string functions. 2015-07-08 12:17:11 +00:00
UefiPxeBcDxe.inf NetworkPkg/UefiPxeBcDxe: Fix code style in INF file. 2015-05-20 06:24:23 +00:00
UefiPxeBcDxe.uni NetworkPkg: Convert non DOS format files to DOS format 2014-09-03 08:50:27 +00:00
UefiPxeBcDxeExtra.uni NetworkPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:26:24 +00:00