summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-395/+422
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: check Length para before use in DevPathToTextUsbWWIDDandan Bi2018-11-211-1/+1
* MdePkg: Fix incorrect check for DisplayOnly text format in AcpiExDandan Bi2018-11-111-1/+1
* MdePkg: Handle AcpiExp device path when optional para is not specifiedDandan Bi2018-10-241-7/+16
* MdePkg: Add PciRoot/PcieRoot text for ACPI Expanded Device PathDandan Bi2018-10-091-0/+21
* MdePkg: Correct condition check for AcpiExp text formatDandan Bi2018-10-091-1/+1
* MdePkg: Correct the string order of ACPI Expanded Device PathDandan Bi2018-10-091-6/+6
* MdePkg: Correct the string expression of UTF8 vendor device pathDandan Bi2018-10-091-1/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-6/+6
* MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issueRuiyu Ni2018-05-021-6/+8
* MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2017-08-141-0/+46
* MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2017-06-071-0/+38
* MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2017-05-311-6/+6
* MdePkg: Fix spec mismatch in string representation of EMMC dev nodeFeng Tian2016-11-141-1/+1
* MdePkg: Reinitialize twice-iterated VA_LIST in variadic function UefiDevicePa...Zenith4322016-05-181-0/+2
* MdePkg/DevicePath: Add EMMC device path definitionFeng Tian2016-03-301-0/+32
* MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2015-08-281-1/+6
* 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-1/+1
* 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-151-0/+33
* MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian2015-07-081-0/+70
* MdePkg: Add WiFi device path definition and its node/text conversionHao Wu2015-05-201-0/+28
* MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path DefinitionsFeng Tian2015-05-081-0/+32
* MdePkg: Add ToText/FromText support for URI device path nodeRuiyu Ni2015-05-081-0/+40
* MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin2015-05-061-1/+38
* MdePkg: Add UFS (Universal Flash Storage) related definitionsFeng Tian2015-04-291-0/+28
* Add device path node/text conversion for NVMe device path node.Ruiyu Ni2014-05-051-0/+36
* Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni2014-01-151-14/+54
* Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni2013-11-071-16/+7
* Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4Laszlo Ersek2013-08-151-0/+1
* Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni2013-07-261-0/+1969