summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DevicePathDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-094-28/+4
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-283-7/+7
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-5/+9
* Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni2013-07-266-5990/+25
* Fix build failure by adding UINT16 type cast.niruiyu2013-04-121-4/+4
* Fix several bugs in the implementation of converting SAS/SASEX device path no...niruiyu2013-04-112-38/+98
* Add missing break and add comment to non-necessary break.li-elvin2012-08-171-1/+2
* Remove the redundancy commas when converting the SASEx device path node to text.niruiyu2011-12-201-4/+4
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-262-4/+183
* Return empty string when END device path is passed in to align the original b...niruiyu2011-09-221-1/+6
* Support new format of IPv4 device path node, FibreEx and PcieRoot device path...niruiyu2011-09-053-164/+264
* Fix DevPathToTextIPv6(): no comma between protocol and type string.niruiyu2011-06-301-2/+2
* Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNodeniruiyu2011-04-071-1/+1
* Fix ICC compilation failure. No functionality impact.niruiyu2011-03-301-3/+5
* Add DevicePathFromText support for ACPI _ADR node.niruiyu2011-03-291-1/+47
* Enhance inf and dec file to follow specs.ydong102011-03-141-11/+11
* Correct comments in DevicePathDxe.inf.lgao42011-02-121-2/+2
* Refine soma code to make code run safely.ydong102010-09-152-38/+38
* Forcing functions with variable argument lists to use the same calling conven...geekboy15a2010-04-291-0/+1
* Update the copyright notice formathhtian2010-04-246-12/+12
* 1. Correct File header to ## @filelgao42010-02-241-5/+5
* Coding style fix and minor improvements.rsun32010-02-111-1/+1
* Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect th...qhuang82010-01-253-10/+79
* Improve coding style in MdeModulePkg.rsun32010-01-191-7/+16
* Add '0x' prefix to indicate hex numberqhuang82009-12-151-1/+1
* 1. Add UEFI 2.2 VLAN device path definition to MdePkgxdu22009-11-122-2/+59
* Do not use WriteUnaligned64() in BaseLib since StartingOffset and EndingOffse...qhuang82009-08-191-8/+2
* Add a missing worker function to convert MEDIA_RELATIVE_OFFSET_RANGE_DP to textqhuang82009-08-191-0/+33
* Refine the member name.klu22009-06-303-3/+3
* Apply WriteUnaligned64() to write DevicePath structure.qhuang82009-04-031-13/+17
* Add function DevPathFromTextRelativeOffsetRange ().gikidy2009-04-031-0/+34
* SATA Device path updated.gikidy2009-04-022-128/+136
* Fix some typos.gikidy2009-04-024-13/+13
* Coding style checkedjji42009-02-062-9/+9
* Meta-data reviewed and verified.gikidy2009-01-211-3/+3
* Add some info for some PCD controlled GUIDs and Protocols.gikidy2009-01-201-10/+10
* Meta-data review.gikidy2009-01-201-12/+12
* Add some ASSERT()s.gikidy2009-01-192-0/+4
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-235-91/+85
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-3/+0
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-40/+38
* Update to use ReallocatePool() from BaseMemoryLibmdkinney2008-11-221-39/+4
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-84/+7
* The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42008-08-301-1/+1
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-117/+0
* Add TRUE to the depex.qwang122008-08-181-0/+3