audk/MdeModulePkg/Universal
ydong10 e8ef42833f Correct definition to follow spec.
Signed-off-by: ydong10
Reviewed-by: lgao4

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12929 6f19259b-4bc3-4df7-8a09-765794883524
2012-01-12 13:03:56 +00:00
..
Acpi InstallAcpiTable() - Do not update the checksum in the passed in buffer – the buffer is an IN buffer and should be treated as such. 2011-12-15 05:34:57 +00:00
CapsulePei Add PCD for 1G page table 2011-09-21 03:45:35 +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 Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are current text mode during boot, not console device capability. 2011-11-30 06:01:22 +00:00
DebugPortDxe Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +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 Remove the redundancy commas when converting the SASEx device path node to text. 2011-12-20 05:01:05 +00:00
Disk 1. Remove the unnecessary check of the existing of BlockIo2 in PartitionDriverBindingSupported(). 2011-12-01 05:10:41 +00:00
DriverSampleDxe Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return value of ActionRequest will be ignored, but on CallBack action EFI_BROWSER_ACTION_CHANGED, the return value of ActionRequest will be used. 2011-12-15 02:54:49 +00:00
EbcDxe Re-org the EBC thunk code for better code maintenance. 2011-11-23 13:23:34 +00:00
FaultTolerantWriteDxe Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
HiiDatabaseDxe Patch includes: 2011-11-24 08:47:57 +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 RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data from Lockbox. Fix this issue. 2011-08-25 08:25:13 +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 Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and Mtftp process. 2011-12-16 09:00:47 +00:00
PCD Update PcdSetPtr() API to set the output buffer size to the max buffer size when the input buffer size is larger than the max buffer size. This behavior follows API description. 2011-12-15 06:56:57 +00:00
PcatSingleSegmentPciCfg2Pei Update the copyright notice format 2010-04-24 09:33:45 +00:00
PlatformDriOverrideDxe Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return value of ActionRequest will be ignored, but on CallBack action EFI_BROWSER_ACTION_CHANGED, the return value of ActionRequest will be used. 2011-12-15 02:54:49 +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 MdeModulePkg: Add ResetSystemRuntimeDxe driver 2011-07-01 00:40:46 +00:00
SecurityStubDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
SetupBrowserDxe Correct definition to follow spec. 2012-01-12 13:03:56 +00:00
SmbiosDxe According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. 2011-11-21 08:50:41 +00:00
StatusCodeHandler AsciiSPrint returns The number of ASCII characters in the produced output buffer not including the Null-terminator, but SerialStatusCodeWorker has bug which overwrites the last character, which causes there is a missing character in serial log output. The fix is to resolve this issue. 2011-10-11 03:45:24 +00:00
Variable Missing declaration of the GUID gEfiSystemNvDataFvGuid. 2011-12-13 06:00:27 +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