summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiDevicePathLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/UefiDevicePathLib: Fix AcpiEx print logicMateusz Albecki2023-10-191-27/+45
* MdePkg/Library/UefiDevicePathLib: Add back StandaloneMm INF fileMichael D Kinney2022-08-101-0/+78
* MdePkg/UefiDevicePathLib: Add support for PEIMsMateusz Albecki2022-07-232-3/+3
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-078-1503/+1549
* MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-074-15/+13
* MdePkg: UefiDevicePathLib: Support UefiDevicePathLib under StandaloneMmKun Qin2021-02-016-33/+168
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0910-66/+10
* MdePkg/UefiDevicePathLib: Add sanity check for FilePath device pathJian J Wang2019-02-211-0/+9
* MdePkg/UefiDevicePathLib: Add a checking stepMike Turner2019-01-311-9/+8
* MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modulesArd Biesheuvel2019-01-211-1/+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-242-8/+26
* 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: 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: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-252-5/+5
* MdePkg: Clean up source filesLiming Gao2018-06-287-307/+307
* MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issueRuiyu Ni2018-05-021-6/+8
* 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-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