.. |
Acpi
|
Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3.
|
2012-08-16 04:36:24 +00:00 |
CapsulePei
|
Add comment for modules which have external input.
|
2012-06-12 08:28:43 +00:00 |
CapsuleRuntimeDxe
|
Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data.
|
2011-09-02 11:34:35 +00:00 |
Console
|
Fix the issue that consplitter should not touch ConIn variable & do ConIn connection
|
2012-08-17 07:43:09 +00:00 |
DebugPortDxe
|
MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL entries
|
2012-03-15 15:27:18 +00:00 |
DebugSupportDxe
|
A complement fix for revision 11664 to update GCC assembly files : clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention.
|
2011-05-17 08:35:20 +00:00 |
DevicePathDxe
|
Add missing break and add comment to non-necessary break.
|
2012-08-17 04:01:48 +00:00 |
Disk
|
Add comment for modules which have external input.
|
2012-06-12 08:28:43 +00:00 |
DriverSampleDxe
|
Refine the logic to handle the device path info get from string token.
|
2012-08-14 09:52:25 +00:00 |
EbcDxe
|
Add Missing invocations to VA_END() for VA_START().
|
2012-02-01 06:06:08 +00:00 |
FaultTolerantWriteDxe
|
Add SMRAM range check to fault tolerant write SMM SMI handler.
|
2012-07-10 08:09:09 +00:00 |
HiiDatabaseDxe
|
Check whether has storage for date/time opcode, if it has storage, also generate the offset/width info for it.
|
2012-06-26 08:42:50 +00:00 |
HiiResourcesSampleDxe
|
Clean up the private GUID definition in module Level.
|
2011-09-18 12:21:01 +00:00 |
LegacyRegion2Dxe
|
Enhance inf and dec file to follow specs.
|
2011-03-14 08:43:59 +00:00 |
LockBox/SmmLockBox
|
Add more security check for CommBuffer+CommBufferSize.
|
2012-07-23 00:59:26 +00:00 |
MemoryTest
|
MdeModulePkg: Add GenericMemoryTestDxe driver
|
2011-07-01 00:40:26 +00:00 |
Metronome
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
MonotonicCounterRuntimeDxe
|
Clean up the private GUID definition in module Level.
|
2011-09-18 12:21:01 +00:00 |
Network
|
Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard action useless.
|
2012-07-03 07:56:02 +00:00 |
PCD
|
Update string offset and default offset from UINT16 to STRING_HEAD to match the generated PCD database.
|
2012-03-06 08:47:29 +00:00 |
PcatSingleSegmentPciCfg2Pei
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
PlatformDriOverrideDxe
|
Fixed build failed.
|
2012-05-31 08:35:48 +00:00 |
PrintDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
ReportStatusCodeRouter
|
The handler dispatcher in PEI statuscode router driver should check if handler is NULL, if it is not NULL, then handler can be called.
|
2011-11-15 06:36:37 +00:00 |
ResetSystemRuntimeDxe
|
Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c.
|
2012-07-13 03:20:28 +00:00 |
SecurityStubDxe
|
Update the copyright notice format
|
2010-04-24 09:33:45 +00:00 |
SetupBrowserDxe
|
Add missing break and add comment to non-necessary break.
|
2012-08-17 04:01:48 +00:00 |
SmbiosDxe
|
Enhance SmbiosDxe driver:
|
2012-05-08 01:33:23 +00:00 |
StatusCodeHandler
|
EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO structure. Seemly, it is not suitable to be used in SerialStatusCodeHandler, so update SerialStatusCodeHandler to use MAX_DEBUG_MESSAGE_LENGTH (0x100) as the max printed string size to align with other DebugLib’s behavior.
|
2012-06-12 04:52:23 +00:00 |
Variable
|
LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails.
|
2012-08-06 03:20:10 +00:00 |
WatchdogTimerDxe
|
Add debug print that the system is about to be reset. I was seeing watchtog timeouts in UnixPkg and they were hard to debug as gdb was exiting. This debug print should be useful in general.
|
2010-07-30 16:01:09 +00:00 |