audk/MdeModulePkg/Universal
xdu2 74df5026b2 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.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10628 6f19259b-4bc3-4df7-8a09-765794883524
2010-07-05 02:03:20 +00:00
..
Acpi MdeModulePkg AcpiTableDxe: Fix GCC build warning 2010-05-20 21:12:27 +00:00
CapsuleRuntimeDxe Update QueryCapsuleCapabilities interface. 2010-05-19 02:31:41 +00:00
Console Remove some unnecessary clear screen from console drivers. 2010-06-18 09:19:29 +00:00
DebugPortDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
DebugSupportDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
DevicePathDxe Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. 2010-04-29 01:07:07 +00:00
Disk raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related modules, which prevent DriverBindingStop() from being invoked when DriverBindingStart() runs. 2010-05-05 05:21:38 +00:00
DriverSampleDxe Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. 2010-06-02 02:05:47 +00:00
EbcDxe Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. 2010-04-29 01:07:07 +00:00
FaultTolerantWriteDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
HiiDatabaseDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
HiiResourcesSampleDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
LegacyRegion2Dxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
MemoryTest/NullMemoryTestDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
Metronome Update the copyright notice format 2010-04-24 09:33:45 +00:00
MonotonicCounterRuntimeDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
Network 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. 2010-07-05 02:03:20 +00:00
PCD Update the copyright notice format 2010-04-24 09:33:45 +00:00
PcatSingleSegmentPciCfg2Pei Update the copyright notice format 2010-04-24 09:33:45 +00:00
PlatformDriOverrideDxe Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. 2010-06-02 02:05:47 +00:00
PrintDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
ReportStatusCodeRouter Update the copyright notice format 2010-04-24 09:33:45 +00:00
SecurityStubDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
SetupBrowserDxe Do the following fix up in SetupBrowser driver: 2010-06-04 01:29:03 +00:00
SmbiosDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
StatusCodeHandler Status code handler callback should be declared as EFIAPI 2010-05-25 06:17:51 +00:00
Variable fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K variable exists. 2010-05-20 09:12:12 +00:00
WatchdogTimerDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00