summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDevicePathLib
AgeCommit message (Expand)AuthorFilesLines
2026-07-17MdePkg/UefiDevicePathLib: Check allocated buffer before useQihang Gao1-0/+4
2026-07-17MdePkg/UefiDevicePathLib: Fix the potential memory leak issueQihang Gao1-0/+5
2026-05-08MdePkg: Fix Spelling Errors in CommentsOliver Smith-Denny5-6/+6
2026-02-24MdePkg: Replace include guards with #pragma onceMichael Kubacki1-4/+2
2025-10-30MdePkg: Remove DXE_SAL_DRIVERSathya Ravichandran1-1/+1
2025-08-06MdePkg/Library: Remove MM_STANDALONE LibraryClass in UefiDevicePathLib.infGowtham M1-1/+1
2025-08-06MdePkg/Library: Remove UefiDevicePathLibStandaloneMm.infGowtham M1-78/+0
2025-04-22MdePkg/Library: Remove unused gEfiDevicePathProtocolGuidJiaxin Wu1-1/+0
2024-12-25MdePkg: UefiDevicePathLib: Add Display Only format for Hard Drive.Huang Yuqi1-4/+8
2024-11-01MdePkg: CodeQL Fixes.Michael Kubacki2-152/+336
2024-09-03MdePkg: Fix a buffer overread.John Baldwin1-1/+2
2024-08-01MdePkg: Fix some spelling mistakes found by cspellRebecca Cran1-2/+2
2023-10-19MdePkg/UefiDevicePathLib: Fix AcpiEx print logicMateusz Albecki1-27/+45
2022-08-11MdePkg/Library/UefiDevicePathLib: Add back StandaloneMm INF fileMichael D Kinney1-0/+78
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