summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDevicePathLib
AgeCommit message (Expand)AuthorFilesLines
2022-07-23MdePkg/UefiDevicePathLib: Add support for PEIMsMateusz Albecki2-3/+3
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki8-1503/+1549
2021-12-07MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney4-15/+13
2021-02-01MdePkg: UefiDevicePathLib: Support UefiDevicePathLib under StandaloneMmKun Qin6-33/+168
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney10-66/+10
2019-02-21MdePkg/UefiDevicePathLib: Add sanity check for FilePath device pathJian J Wang1-0/+9
2019-01-31MdePkg/UefiDevicePathLib: Add a checking stepMike Turner1-9/+8
2019-01-21MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modulesArd Biesheuvel1-1/+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 Bi2-8/+26
2018-10-24MdePkg: Handle USBxxx device path when optional para is not specifiedDandan Bi1-5/+25
2018-10-24MdePkg: Handle Sata device path when optional para is not specifiedDandan Bi1-1/+9
2018-10-12MdePkg: Use VENDOR_DEVICE_PATH structure for Debug Port device pathDandan Bi1-3/+3
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-09-25MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2-5/+5
2018-06-28MdePkg: Clean up source filesLiming Gao7-307/+307
2018-05-02MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issueRuiyu Ni1-6/+8
2018-03-03MdePkg/DevicePathFromText: Fix byte orders of iSCSI.LunRuiyu Ni1-1/+3
2018-03-03MdePkg/DevicePathFromText: Fix bug when converting iSCSI nodeRuiyu Ni1-2/+2
2017-08-14MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2-0/+139
2017-06-07MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2-0/+72
2017-05-31MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2-32/+17
2017-03-30MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsingJiaxin Wu1-1/+8
2017-03-23MdePkg/DevicePathLib: Fix FromText bug for multi-instance devicepathRuiyu Ni1-0/+1
2017-03-15MdePkg/UefiDevicePathLib: Fix the wrong MAC address lengthJiaxin Wu1-0/+4
2017-02-28MdePkg/UefiDevicePathLib: Use BaseLib string conversion servicesRuiyu Ni1-204/+17
2017-02-28MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failureRuiyu Ni1-9/+9
2016-11-14MdePkg: Fix spec mismatch in string representation of EMMC dev nodeFeng Tian2-2/+2
2016-11-09MdePkg UefiDevicePathLib: Validate before touch input buffer.Eric Dong1-5/+21
2016-11-09MdePkg UefiDevicePathLib: Rollback former change.Eric Dong1-16/+6
2016-10-19MdePkg UefiDevicePathLib: Validate buffer length before use buffer.Eric Dong1-7/+18
2016-06-21MdePkg: Replace UnicodeStrToAsciiStr() with UnicodeStrToAsciiStrS()Star Zeng1-2/+2
2016-05-18MdePkg: Reinitialize twice-iterated VA_LIST in variadic function UefiDevicePa...Zenith4321-0/+2
2016-03-30MdePkg/DevicePath: Add EMMC device path definitionFeng Tian2-0/+61
2015-12-15MdePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-08-28MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2-4/+18
2015-08-28MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2-2/+2
2015-08-28MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2-2/+2
2015-08-28MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2-5/+6
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 Wu2-0/+68
2015-07-09MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian1-0/+8
2015-07-08MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian3-0/+283
2015-06-30MdePkg UefiDevicePathLib: Remove unsafe string functionsHao Wu1-4/+13
2015-05-21MdePkg: Resolve type mismatch in node/text conversion for Wifi deviceHao Wu1-1/+1
2015-05-20MdePkg: Add WiFi device path definition and its node/text conversionHao Wu2-0/+59