.. |
BdsDxe
|
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code.
|
2008-10-30 07:32:46 +00:00 |
CapsuleRuntimeDxe
|
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.
|
2008-08-30 14:09:38 +00:00 |
Console
|
Use #include "XXX.h" for module internal header files.
|
2008-10-31 04:38:10 +00:00 |
DebugPortDxe
|
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
|
2008-10-30 06:05:06 +00:00 |
DebugSupportDxe
|
Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h.
|
2008-10-31 02:04:40 +00:00 |
DevicePathDxe
|
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.
|
2008-08-30 14:09:38 +00:00 |
Disk
|
re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description.
|
2008-10-27 06:51:17 +00:00 |
DriverSampleDxe
|
Update to use DOS format
|
2008-10-31 04:36:53 +00:00 |
EbcDxe
|
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.
|
2008-08-30 14:09:38 +00:00 |
FirmwareVolume/FaultTolerantWriteDxe
|
Use #include "XXX.h" for module internal header files.
|
2008-10-31 04:37:47 +00:00 |
HiiDatabaseDxe
|
Update to use DOS format
|
2008-10-31 04:38:54 +00:00 |
MemoryTest
|
Use #include "XXX.h" for module internal header files.
|
2008-10-31 04:43:59 +00:00 |
Metronome
|
add Metronome.inf into MdeModulePkg.dsc.
|
2008-10-29 01:00:34 +00:00 |
MonotonicCounterRuntimeDxe
|
clean up the un-suitable ';' location when declaring the functions.
|
2008-09-04 09:37:28 +00:00 |
Network
|
Update to use DOS format
|
2008-10-31 04:40:51 +00:00 |
PCD
|
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
|
2008-10-30 06:05:06 +00:00 |
PcatRealTimeClockRuntimeDxe
|
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
|
2008-10-30 06:05:06 +00:00 |
PcatSingleSegmentPciCfg2Pei
|
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
|
2008-10-30 06:05:06 +00:00 |
PlatformDriverOverride
|
Update to use DOS format
|
2008-10-31 04:42:53 +00:00 |
SecurityStubDxe
|
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.
|
2008-08-30 14:09:38 +00:00 |
SetupBrowserDxe
|
Update to use DOS format
|
2008-10-31 04:41:33 +00:00 |
Variable
|
Use #include "XXX.h" for module internal header files.
|
2008-10-31 04:42:07 +00:00 |
WatchdogTimerDxe
|
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.
|
2008-08-30 14:09:38 +00:00 |