edk2/MdeModulePkg/Library
vanjeff 4886a0a937 sync patch r10180, r10191, r10628, r10720, r10772 from main trunk.
1. Update to use 1 EFI Variable per NIC (instead of converge all NIC configuration into
   one EFI Variable), this remove the limitation that max NIC configuration will depend
   on PcdMaxVariableSize.
2. Remove unnecessary Unload function EfiIp4ConfigUnload (use default Unload function
   NetLibDefaultUnload instead), remove global array for NIC handle tracking since it's
   driver model driver.
3. Add Ip4Config Variable reclaim to HiiConfigAccess.RouteConfig() to remove variable for
   NIC which has been removed from the system.
4. Update HiiConfigAccess.ExtractConfig interface produced by the following drivers to
   support NULL request string and ConfigHdr request string without any request element
   according to the latest UEFI specification.
5. Update the title Network Configuration to IPv4 Network Configuration.
6. Fix one issue: Some last IP settings may be lost when IP setting was re-set.
7. Fix a typo in Ip4ConfigDriverBindingStart(): it should be 
   gEfiManagedNetworkServiceBindingProtocolGuid instead of gEfiManagedNetworkProtocolGuid.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2008@11072 6f19259b-4bc3-4df7-8a09-765794883524
2010-11-17 03:39:19 +00:00
..
BaseResetSystemLibNull Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs. 2009-07-01 00:03:38 +00:00
DxeCapsuleLibNull Code scrub for the following drivers and librarys. 2009-01-04 03:20:55 +00:00
DxeCoreMemoryAllocationLib Minor update the function interface for three re-allocate pool APIs to check the conformance of OldBuffer only when the memory allocation succeeds. In this way the assert condition is covered by CopyMem () API in BaseMemoryLib. 2009-05-12 02:29:22 +00:00
DxeCorePerformanceLib Update Performance library instances to adapt to the update in Performance infrastructure. 2009-02-23 03:02:50 +00:00
DxeCrc32GuidedSectionExtractLib Refine comments 2009-02-25 11:45:20 +00:00
DxeDpcLib Enhance the file header description. 2009-04-02 03:13:20 +00:00
DxeIpIoLib Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. 2009-07-11 22:51:51 +00:00
DxeNetLib sync patch r10180, r10191, r10628, r10720, r10772 from main trunk. 2010-11-17 03:39:19 +00:00
DxePerformanceLib Update Performance library instances to adapt to the update in Performance infrastructure. 2009-02-23 03:02:50 +00:00
DxePrintLibPrint2Protocol Make sure BASE_LIST is always aligned on a 64-bit boundary 2009-06-03 03:47:55 +00:00
DxeUdpIoLib Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. 2009-07-11 22:51:51 +00:00
PeiPerformanceLib Update Performance library instances to adapt to the update in Performance infrastructure. 2009-02-23 03:02:50 +00:00
PeiRecoveryLibNull Code scrub for the following drivers and librarys. 2009-01-04 03:20:55 +00:00
PeiS3LibNull Code scrub for the following drivers and librarys. 2009-01-04 03:20:55 +00:00
UefiHiiLib Sync patch r9452 from main trunk. 2010-07-30 08:57:14 +00:00
UefiHiiServicesLib Remove unused IfrSupportLib and ExtendedIfrSupportLib 2009-04-17 05:45:32 +00:00