summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni1-607/+76
2012-09-24Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu1-15/+99
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-79/+105
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-1/+1
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-09-08add modifier EFIAPI for library interfaces.vanjeff1-1/+10
2009-05-20Remove redundant #include statementsmdkinney1-2/+0
2009-02-24Remove the work-around in DevicePathLib to judge the end of device path node ...qhuang81-1/+1
2009-02-13Spec checkedjji41-3/+3
2009-02-06Fix IN OUT specifiersmdkinney1-3/+3
2009-02-06Fix ICC build breakqhuang81-3/+3
2009-02-06Convert macros in the DevicePathLib to functions.mdkinney1-0/+212
2009-01-23DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu21-1/+1
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-11-26Synchronize function comment in gikidy1-11/+24
2008-11-111, Move device path utility macros from protocol's header file to DevicePathL...klu21-12/+13
2008-10-30Rename the global variable to avoid possible symbol conflict.qwang121-3/+3
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-1/+1
2008-09-09Code cleanup for library instances in MdePkg.klu21-9/+7
2008-01-25Zero all the field so that caller does not need to be concerned about the res...qhuang81-1/+1
2007-09-25Make the module pass CYGWIN GCC buildqwang121-5/+7
2007-09-24Fix one minor comment issue in last check-inqhuang81-1/+2
2007-09-24Update DevicePathLib to reflect the update of UEFI device utility protocolqhuang81-6/+19
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang11-2/+15
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff1-0/+529
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-524/+0
2006-07-24Fix a bug in UefiDevicePathLibqhuang81-0/+1
2006-07-06 PciLib:qhuang81-10/+12
2006-07-05 DebugLib:qhuang81-111/+201
2006-05-11*BaseSmbusLib: (new version)qhuang81-25/+22
2006-04-21Initial import.bbahnsen1-0/+434