summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney2020-08-191-1/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupport...Tian, Feng2014-02-111-8/+8
* Fix GCC build failure.Ruiyu Ni2014-01-111-1/+1
* Fix a bug in DebugPort driver's Unload() that leaves the DriverBinding/Compon...Ruiyu Ni2014-01-101-80/+97
* MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin2012-03-151-1/+1
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix the bug in DebugPort on error reporting.xli242009-03-101-26/+1
* 1. Use Mde library for Debug Port Modulevanjeff2008-12-301-17/+17
* 1. add some comments.vanjeff2008-12-171-2/+2
* using the exact device path DEBUGPORT_DEVICE_PATH.vanjeff2008-11-211-1/+1
* Code scrub for DebugPortDxe.vanjeff2008-11-211-115/+95
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-3/+3
* ECC clean up.vanjeff2008-11-051-1/+1
* ECC clean up for DebugPort Module.vanjeff2008-11-041-186/+144
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-1/+0
* apply for doxgen format.vanjeff2008-04-101-42/+32
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-3/+2
* Add DebugPort & DebugSupport driversqhuang82007-07-031-0/+827