summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiDevicePathLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2017-08-142-0/+139
* MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2017-06-072-0/+72
* MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2017-05-312-32/+17
* MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsingJiaxin Wu2017-03-301-1/+8
* MdePkg/DevicePathLib: Fix FromText bug for multi-instance devicepathRuiyu Ni2017-03-231-0/+1
* MdePkg/UefiDevicePathLib: Fix the wrong MAC address lengthJiaxin Wu2017-03-151-0/+4
* MdePkg/UefiDevicePathLib: Use BaseLib string conversion servicesRuiyu Ni2017-02-281-204/+17
* MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failureRuiyu Ni2017-02-281-9/+9
* MdePkg: Fix spec mismatch in string representation of EMMC dev nodeFeng Tian2016-11-142-2/+2
* MdePkg UefiDevicePathLib: Validate before touch input buffer.Eric Dong2016-11-091-5/+21
* MdePkg UefiDevicePathLib: Rollback former change.Eric Dong2016-11-091-16/+6
* MdePkg UefiDevicePathLib: Validate buffer length before use buffer.Eric Dong2016-10-191-7/+18
* 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