summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DevicePathDxe/DevicePathToText.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Remove the redundancy commas when converting the SASEx device path node to text.niruiyu1-4/+4
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-2/+99
2011-09-22Return empty string when END device path is passed in to align the original b...niruiyu1-1/+6
2011-09-05Support new format of IPv4 device path node, FibreEx and PcieRoot device path...niruiyu1-158/+197
2011-06-30Fix DevPathToTextIPv6(): no comma between protocol and type string.niruiyu1-2/+2
2010-04-29Forcing functions with variable argument lists to use the same calling conven...geekboy15a1-0/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-11Coding style fix and minor improvements.rsun31-1/+1
2010-01-25Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect th...qhuang81-7/+47
2009-12-15Add '0x' prefix to indicate hex numberqhuang81-1/+1
2009-11-121. Add UEFI 2.2 VLAN device path definition to MdePkgxdu21-1/+29
2009-08-19Add a missing worker function to convert MEDIA_RELATIVE_OFFSET_RANGE_DP to textqhuang81-0/+33
2009-06-30Refine the member name.klu21-1/+1
2009-04-02SATA Device path updated.gikidy1-127/+135
2009-04-02Fix some typos.gikidy1-1/+1
2009-02-06Coding style checkedjji41-7/+7
2009-01-19Add some ASSERT()s.gikidy1-0/+1
2008-12-23Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang81-72/+72
2008-11-22Update to use ReallocatePool() from BaseMemoryLibmdkinney1-39/+4
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-84/+7
2008-07-16Code scrub for DevicePathDxe driver.qhuang81-224/+604
2008-04-18Use const qualify for Src pointer.klu21-2/+2
2008-04-09Update all files to follow doxygen style file header.qhuang81-17/+10
2008-01-25Fix two issues:qhuang81-2/+2
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-3/+3
2007-09-24Update DevicePath driver to reflect several device path update in UEFI spec: ...qhuang81-264/+318
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH1-5/+0
2007-07-05Check in following modules,xgu31-0/+1503