summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-140/+152
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2014-02-11Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupport...Tian, Feng1-8/+8
2014-01-11Fix GCC build failure.Ruiyu Ni1-1/+1
2014-01-10Fix a bug in DebugPort driver's Unload() that leaves the DriverBinding/Compon...Ruiyu Ni1-80/+97
2012-03-15MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin1-1/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-03-10Fix the bug in DebugPort on error reporting.xli241-26/+1
2008-12-301. Use Mde library for Debug Port Modulevanjeff1-17/+17
2008-12-171. add some comments.vanjeff1-2/+2
2008-11-21using the exact device path DEBUGPORT_DEVICE_PATH.vanjeff1-1/+1
2008-11-21Code scrub for DebugPortDxe.vanjeff1-115/+95
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-3/+3
2008-11-05ECC clean up.vanjeff1-1/+1
2008-11-04ECC clean up for DebugPort Module.vanjeff1-186/+144
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-1/+0
2008-04-10apply for doxgen format.vanjeff1-42/+32
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang81-1/+1
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang81-3/+2
2007-07-03Add DebugPort & DebugSupport driversqhuang81-0/+827