summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19MdePkg/UefiDevicePathLib: Fix AcpiEx print logicMateusz Albecki1-27/+45
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-395/+422
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-11-21MdePkg: check Length para before use in DevPathToTextUsbWWIDDandan Bi1-1/+1
2018-11-11MdePkg: Fix incorrect check for DisplayOnly text format in AcpiExDandan Bi1-1/+1
2018-10-24MdePkg: Handle AcpiExp device path when optional para is not specifiedDandan Bi1-7/+16
2018-10-09MdePkg: Add PciRoot/PcieRoot text for ACPI Expanded Device PathDandan Bi1-0/+21
2018-10-09MdePkg: Correct condition check for AcpiExp text formatDandan Bi1-1/+1
2018-10-09MdePkg: Correct the string order of ACPI Expanded Device PathDandan Bi1-6/+6
2018-10-09MdePkg: Correct the string expression of UTF8 vendor device pathDandan Bi1-1/+1
2018-06-28MdePkg: Clean up source filesLiming Gao1-6/+6
2018-05-02MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issueRuiyu Ni1-6/+8
2017-08-14MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu1-0/+46
2017-06-07MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni1-0/+38
2017-05-31MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu1-6/+6
2016-11-14MdePkg: Fix spec mismatch in string representation of EMMC dev nodeFeng Tian1-1/+1
2016-05-18MdePkg: Reinitialize twice-iterated VA_LIST in variadic function UefiDevicePa...Zenith4321-0/+2
2016-03-30MdePkg/DevicePath: Add EMMC device path definitionFeng Tian1-0/+32
2015-08-28MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu1-1/+6
2015-08-28MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu1-1/+1
2015-08-28MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu1-1/+1
2015-08-28MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin1-1/+1
2015-08-04MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text IssueTapan Shah1-10/+11
2015-07-15MdePkg: Add BMC device path definition and its node/text conversionHao Wu1-0/+33
2015-07-08MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian1-0/+70
2015-05-20MdePkg: Add WiFi device path definition and its node/text conversionHao Wu1-0/+28
2015-05-08MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path DefinitionsFeng Tian1-0/+32
2015-05-08MdePkg: Add ToText/FromText support for URI device path nodeRuiyu Ni1-0/+40
2015-05-06MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin1-1/+38
2015-04-29MdePkg: Add UFS (Universal Flash Storage) related definitionsFeng Tian1-0/+28
2014-05-05Add device path node/text conversion for NVMe device path node.Ruiyu Ni1-0/+36
2014-01-15Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni1-14/+54
2013-11-07Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni1-16/+7
2013-08-15Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4Laszlo Ersek1-0/+1
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni1-0/+1969