audk/MdeModulePkg/Universal/Network/UefiPxeBcDxe
sfu5 75dce34062 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option on the different IP stack is selected.
2. Retrieve the IP information after iSCSI TCPv6 connection established and fill it into iBFT table.
3. Generate a random IAID for each NIC port to require different IPv6 address in PXE driver.
4. Update function EfiMtftp6Configure() and Mtftp6RrqHandleOack() to allocate at most one UdpIo.
5. Fix a typo from “destory” to “destroy” in network code.

Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13859 6f19259b-4bc3-4df7-8a09-765794883524
2012-10-17 08:23:41 +00:00
..
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
PxeBcDhcp.c 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option on the different IP stack is selected. 2012-10-17 08:23:41 +00:00
PxeBcDhcp.h 1. Refine the error handling for PXE-v4 driver. 2011-08-24 08:48:23 +00:00
PxeBcDriver.c 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unnecessary re-configure Udp4Read operation. 2011-06-09 09:25:02 +00:00
PxeBcDriver.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
PxeBcImpl.c Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and Mtftp process. 2011-12-16 09:00:47 +00:00
PxeBcImpl.h Improve PXE Over IPv4 performance: 2010-09-09 09:30:19 +00:00
PxeBcMtftp.c Update the copyright notice format 2010-04-24 09:33:45 +00:00
PxeBcMtftp.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
PxeBcSupport.c 1. Define a netlib library function NetLibGetSystemGuid() 2011-07-14 11:27:05 +00:00
PxeBcSupport.h 1. Define a netlib library function NetLibGetSystemGuid() 2011-07-14 11:27:05 +00:00
UefiPxeBcDxe.inf 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. 2010-08-18 00:47:26 +00:00