summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni1-3210/+0
2013-04-12Fix build failure by adding UINT16 type cast.niruiyu1-4/+4
2013-04-11Fix several bugs in the implementation of converting SAS/SASEX device path no...niruiyu1-23/+77
2012-08-17Add missing break and add comment to non-necessary break.li-elvin1-1/+2
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-2/+84
2011-09-05Support new format of IPv4 device path node, FibreEx and PcieRoot device path...niruiyu1-0/+64
2011-04-07Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNodeniruiyu1-1/+1
2011-03-30Fix ICC compilation failure. No functionality impact.niruiyu1-3/+5
2011-03-29Add DevicePathFromText support for ACPI _ADR node.niruiyu1-1/+47
2010-09-15Refine soma code to make code run safely.ydong101-33/+33
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-01-25Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect th...qhuang81-3/+29
2009-11-121. Add UEFI 2.2 VLAN device path definition to MdePkgxdu21-1/+30
2009-08-19Do not use WriteUnaligned64() in BaseLib since StartingOffset and EndingOffse...qhuang81-8/+2
2009-06-30Refine the member name.klu21-1/+1
2009-04-03Apply WriteUnaligned64() to write DevicePath structure.qhuang81-13/+17
2009-04-03Add function DevPathFromTextRelativeOffsetRange ().gikidy1-0/+34
2009-04-02SATA Device path updated.gikidy1-1/+1
2009-04-02Fix some typos.gikidy1-10/+10
2009-02-06Coding style checkedjji41-2/+2
2009-01-19Add some ASSERT()s.gikidy1-0/+3
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-2/+2
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao41-40/+38
2008-07-16Code scrub for DevicePathDxe driver.qhuang81-318/+749
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang121-128/+0
2008-04-09Update all files to follow doxygen style file header.qhuang81-17/+10
2008-02-21Fix an issue that the Target Name is supposed to an Ascii string.qhuang81-1/+1
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-4/+4
2007-10-30MdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c:jljusten1-0/+4
2007-09-24Update DevicePath driver to reflect several device path update in UEFI spec: ...qhuang81-139/+342
2007-09-19Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang11-6/+6
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH1-5/+0
2007-07-05Check in following modules,xgu31-0/+2375