summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiDpLib/DpUtilities.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/dp: Convert from NULL class library to Dynamic CommandRuiyu Ni2017-11-281-404/+0
* ShellPkg UefiDpLib: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-1/+1
* ShellPkg UefiDpLib: Remove TimerLib dependencyStar Zeng2017-02-231-2/+1
* ShellPkg/UefiDpLib: Fix the error message "Timer library instance error!"Cinnamon Shia2016-05-031-1/+5
* ShellPkg UefiDpLib: Use Image->FilePath to get name for SMM driversStar Zeng2016-01-191-3/+11
* ShellPkg UefiDpLib: Use correct string length for the input UnicodeBufferStar Zeng2015-11-041-2/+2
* ShellPkg: Rename some functions in Dp to avoid build errors.Samer El-Haj-Mahmoud2015-09-151-3/+4
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-091-4/+4
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-7/+7
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-291-3/+3
* Refine the select language logic.Eric Dong2013-09-051-1/+2
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-261-15/+6
* ShellPkg: Add "dp" command library to ShellPkg.jcarsey2013-03-041-0/+400