]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
Optimize the code to not call StrToBuf when DataLength is 0.
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / DevicePathFromText.c
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...