]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / DevicePathFromText.c
2021-12-07 Michael KubackiMdePkg: Apply uncrustify changes
2019-04-09 Michael D KinneyMdePkg: Replace BSD License with BSD+Patent License
2018-10-24 Dandan BiMdePkg: Handle AcpiExp device path when optional para...
2018-10-24 Dandan BiMdePkg: Handle USBxxx device path when optional para...
2018-10-24 Dandan BiMdePkg: Handle Sata device path when optional para...
2018-10-12 Dandan BiMdePkg: Use VENDOR_DEVICE_PATH structure for Debug...
2018-06-28 Liming GaoMdePkg: Clean up source files
2018-03-03 Ruiyu NiMdePkg/DevicePathFromText: Fix byte orders of iSCSI.Lun
2018-03-03 Ruiyu NiMdePkg/DevicePathFromText: Fix bug when converting...
2017-08-14 Jiaxin WuMdePkg/UefiDevicePathLib: Add DevPathFromTextDns and...
2017-06-07 Ruiyu NiMdePkg/DevicePath: Add BluetoothLe device path node...
2017-05-31 Hao WuMdePkg/DevicePathLib: Reverse the byte order of BD_ADDR...
2017-03-30 Jiaxin WuMdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSC...
2017-03-23 Ruiyu NiMdePkg/DevicePathLib: Fix FromText bug for multi-instan...
2017-03-15 Jiaxin WuMdePkg/UefiDevicePathLib: Fix the wrong MAC address...
2017-02-28 Ruiyu NiMdePkg/UefiDevicePathLib: Use BaseLib string conversion...
2017-02-28 Ruiyu NiMdePkg/UefiDevicePathLib: Rename StrToGuid to avoid...
2016-11-14 Feng TianMdePkg: Fix spec mismatch in string representation...
2016-06-21 Star ZengMdePkg: Replace UnicodeStrToAsciiStr() with UnicodeStrT...
2016-03-30 Feng TianMdePkg/DevicePath: Add EMMC device path definition
2015-08-28 Hao WuMdePkg UefiDevicePathLib: Fix possible memory read...
2015-08-28 Hao WuMdePkg: Modify string expression of Wi-Fi device path...
2015-08-28 Hao WuMdePkg: Modify string expression of BMC device path...
2015-08-28 Qiu ShuminMdePkg: Refine the device path text format for Bluetoot...
2015-07-15 Hao WuMdePkg: Add BMC device path definition and its node...
2015-07-08 Feng TianMdePkg: Add UEFI2.5 Ramdisk device path definition
2015-06-30 Hao WuMdePkg UefiDevicePathLib: Remove unsafe string functions
2015-05-21 Hao WuMdePkg: Resolve type mismatch in node/text conversion...
2015-05-20 Hao WuMdePkg: Add WiFi device path definition and its node...
2015-05-08 Feng TianMdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path...
2015-05-08 Ruiyu NiMdePkg: Add ToText/FromText support for URI device...
2015-05-06 Qiu ShuminMdePkg: Add bluetooth devicepath handling in device...
2015-04-29 Feng TianMdePkg: Add UFS (Universal Flash Storage) related defin...
2014-05-05 Ruiyu NiAdd device path node/text conversion for NVMe device...
2014-01-21 Ruiyu NiOptimize the code to not call StrToBuf when DataLength...
2014-01-15 Ruiyu NiFollow UEFI spec to convert unrecognized device path...
2013-11-07 Ruiyu NiFix several bugs in DevicePathLib implementation regard...
2013-07-26 Ruiyu NiAdd 4 APIs to DevicePathLib: ConvertDeviceNodeToText...