summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiDevicePathLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace UnicodeStrToAsciiStr() with UnicodeStrToAsciiStrS()Star Zeng2016-06-211-2/+2
* MdePkg: Reinitialize twice-iterated VA_LIST in variadic function UefiDevicePa...Zenith4322016-05-181-0/+2
* MdePkg/DevicePath: Add EMMC device path definitionFeng Tian2016-03-302-0/+61
* MdePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2015-08-282-4/+18
* MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2015-08-282-2/+2
* MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2015-08-282-2/+2
* MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2015-08-282-5/+6
* MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text IssueTapan Shah2015-08-041-10/+11
* MdePkg: Add BMC device path definition and its node/text conversionHao Wu2015-07-152-0/+68
* MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian2015-07-091-0/+8
* MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian2015-07-083-0/+283
* MdePkg UefiDevicePathLib: Remove unsafe string functionsHao Wu2015-06-301-4/+13
* MdePkg: Resolve type mismatch in node/text conversion for Wifi deviceHao Wu2015-05-211-1/+1
* MdePkg: Add WiFi device path definition and its node/text conversionHao Wu2015-05-202-0/+59
* MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path DefinitionsFeng Tian2015-05-082-0/+61
* MdePkg: Add ToText/FromText support for URI device path nodeRuiyu Ni2015-05-082-0/+73
* MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin2015-05-063-4/+87
* MdePkg: Add UFS (Universal Flash Storage) related definitionsFeng Tian2015-04-292-0/+60
* MdePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-032-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-272-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-272-11/+27
* Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build.Ruiyu Ni2014-05-221-6/+2
* Add device path node/text conversion for NVMe device path node.Ruiyu Ni2014-05-052-0/+75
* Optimize the code to not call StrToBuf when DataLength is 0.Ruiyu Ni2014-01-211-1/+3
* Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni2014-01-153-16/+210
* Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni2013-11-072-64/+71
* Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4Laszlo Ersek2013-08-151-0/+1
* Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni2013-07-268-610/+6982
* Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu2012-09-242-17/+103
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-79/+105
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-252-2/+2
* Update the copyright notice formathhtian2010-04-232-4/+4
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* PI 1.1 SMM Feature Check-indavidhuang2009-12-231-2/+2
* add modifier EFIAPI for library interfaces.vanjeff2009-09-081-1/+10
* Remove redundant #include statementsmdkinney2009-05-201-2/+0
* Remove the work-around in DevicePathLib to judge the end of device path node ...qhuang82009-02-241-1/+1
* Spec checkedjji42009-02-131-3/+3
* Fix IN OUT specifiersmdkinney2009-02-061-3/+3
* Fix ICC build breakqhuang82009-02-061-3/+3
* Convert macros in the DevicePathLib to functions.mdkinney2009-02-061-0/+212
* DuplicateDevicePath() function use wrong comment same as AppendDevicePath() f...klu22009-01-231-1/+1
* INF extension reviewedjji42009-01-091-1/+1
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* Synchronize function comment in gikidy2008-11-261-11/+24
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-251-1/+0
* 1, Move device path utility macros from protocol's header file to DevicePathL...klu22008-11-111-12/+13
* Rename the global variable to avoid possible symbol conflict.qwang122008-10-301-3/+3
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-1/+1