summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-943/+961
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Handle AcpiExp device path when optional para is not specifiedDandan Bi2018-10-241-1/+10
* MdePkg: Handle USBxxx device path when optional para is not specifiedDandan Bi2018-10-241-5/+25
* MdePkg: Handle Sata device path when optional para is not specifiedDandan Bi2018-10-241-1/+9
* MdePkg: Use VENDOR_DEVICE_PATH structure for Debug Port device pathDandan Bi2018-10-121-3/+3
* MdePkg: Clean up source filesLiming Gao2018-06-281-6/+6
* MdePkg/DevicePathFromText: Fix byte orders of iSCSI.LunRuiyu Ni2018-03-031-1/+3
* MdePkg/DevicePathFromText: Fix bug when converting iSCSI nodeRuiyu Ni2018-03-031-2/+2
* MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2017-08-141-0/+93
* MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2017-06-071-0/+34
* MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2017-05-311-26/+11
* 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-141-1/+1
* MdePkg: Replace UnicodeStrToAsciiStr() with UnicodeStrToAsciiStrS()Star Zeng2016-06-211-2/+2
* MdePkg/DevicePath: Add EMMC device path definitionFeng Tian2016-03-301-0/+29
* MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2015-08-281-3/+12
* MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2015-08-281-1/+1
* MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2015-08-281-1/+1
* MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2015-08-281-4/+5
* MdePkg: Add BMC device path definition and its node/text conversionHao Wu2015-07-151-0/+35
* MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian2015-07-081-0/+205
* 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-201-0/+31
* MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path DefinitionsFeng Tian2015-05-081-0/+29
* MdePkg: Add ToText/FromText support for URI device path nodeRuiyu Ni2015-05-081-0/+33
* MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin2015-05-061-2/+47
* MdePkg: Add UFS (Universal Flash Storage) related definitionsFeng Tian2015-04-291-0/+32
* Add device path node/text conversion for NVMe device path node.Ruiyu Ni2014-05-051-0/+39
* 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-151-1/+150
* Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni2013-11-071-48/+64
* Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni2013-07-261-0/+3032