audk/MdeModulePkg/Universal
Eric Dong 275ea01efd Refine the fix for the bug that cause assert when do the reconnect in the callback function.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15914 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-27 03:29:01 +00:00
..
Acpi 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
CapsulePei Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid rubbish data in high 32 bits. 2014-07-24 05:58:50 +00:00
CapsuleRuntimeDxe 1. CapsuleLongModeBuffer variable should not have EFI_VARIABLE_RUNTIME_ACCESS attribute. 2014-08-26 12:26:32 +00:00
Console MdeModulePkg: Fix wrong check for SetAttribute in Consplitter 2014-08-01 05:08:40 +00:00
DebugPortDxe Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupported(). 2014-02-11 08:00:13 +00:00
DebugSupportDxe Fix CRLF format 2014-01-22 08:38:50 +00:00
DevicePathDxe Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath. 2013-07-26 03:00:21 +00:00
Disk MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSupported(). 2014-08-19 05:37:28 +00:00
DisplayEngineDxe The original code does not initialize the global width constants before creating menu options. That caused an issue when long strings are used in the first HII form, but only when displayed for the first time. 2014-08-26 07:16:29 +00:00
DriverSampleDxe Clean up the framework style code. 2014-08-26 07:46:38 +00:00
EbcDxe 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
FaultTolerantWriteDxe Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
FaultTolerantWritePei MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report. 2013-07-11 01:40:10 +00:00
HiiDatabaseDxe 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
HiiResourcesSampleDxe
LegacyRegion2Dxe
LockBox/SmmLockBox MdeModulePkg: SmmLockBox: remove wrong DepEx 2013-12-04 08:19:02 +00:00
MemoryTest
Metronome
MonotonicCounterRuntimeDxe
Network Append the terminating null character at the end of the string to avoid buffer overflow. 2014-08-25 08:04:52 +00:00
PCD MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch. 2014-03-21 01:16:07 +00:00
PcatSingleSegmentPciCfg2Pei
PlatformDriOverrideDxe Refine the code logic, use dynamic allocate buffer instead of static array to fix potential buffer overflow. 2014-08-19 07:20:19 +00:00
PrintDxe
ReportStatusCodeRouter
ResetSystemRuntimeDxe
SectionExtractionDxe Refine the comments for the function header. 2014-08-19 02:44:24 +00:00
SectionExtractionPei Refine the comments for the function header. 2014-08-19 02:44:24 +00:00
SecurityStubDxe
SetupBrowserDxe Refine the fix for the bug that cause assert when do the reconnect in the callback function. 2014-08-27 03:29:01 +00:00
SmbiosDxe MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). 2014-08-14 05:55:08 +00:00
StatusCodeHandler Print the CodeType and Value of status code with fixed length. 2014-07-28 01:59:02 +00:00
TimestampDxe Add the definition for Timestamp Protocol and a new driver base on TimerLib to produce Timestamp protocol. 2013-09-29 05:51:12 +00:00
Variable 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
WatchdogTimerDxe