audk/MdeModulePkg/Universal/Network/UefiPxeBcDxe
xdu2 dd29f3edb9 For network dynamic media support:
1. add library function NetLibDetectMedia to NetLib for media detection
2. update MnpDxe to periodically poll for media status update and check for media status before packet transmit
3. update Ip4Dxe to return ModeData using Mnp->GetModeData()
4. update IScsiDxe to check for media status before try to do DHCP and session login
5. update UefiPxeBcDxe to check for media status before PXE start

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9919 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-03 04:37:53 +00:00
..
ComponentName.c Replace references to RFC 3066 with RFC 4646. 2009-04-30 05:32:11 +00:00
PxeBcDhcp.c 1. add error handling in case DHCP success but boot request fail 2010-02-02 11:18:33 +00:00
PxeBcDhcp.h [Change summary]: 2009-11-04 08:18:34 +00:00
PxeBcDriver.c Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFTP, and take it as BlockSize to download. 2010-02-01 03:32:28 +00:00
PxeBcDriver.h Synced function header. 2009-02-06 05:11:15 +00:00
PxeBcImpl.c For network dynamic media support: 2010-02-03 04:37:53 +00:00
PxeBcImpl.h Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFTP, and take it as BlockSize to download. 2010-02-01 03:32:28 +00:00
PxeBcMtftp.c Update network drivers to use FreePool() instead of gBS->FreePool(). 2009-11-13 06:13:59 +00:00
PxeBcMtftp.h [Change summary]: 2009-11-04 08:18:34 +00:00
PxeBcSupport.c refine the code and add more security check. 2010-01-08 02:35:56 +00:00
PxeBcSupport.h add security check. 2009-07-08 09:42:16 +00:00
UefiPxeBcDxe.inf 1. add error handling in case DHCP success but boot request fail 2010-02-02 11:18:33 +00:00