Ruiyu Ni 
							
						 
					 
					
						
						
							
						
						4d0a30a494 
					 
					
						
						
							
							Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath.  
						
						... 
						
						
						
						Add a new instance of DevicePathLib which tries to locate the protocol and if it's not found, it uses the internal functions.
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14504  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-07-26 03:00:21 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						2d34b53ec3 
					 
					
						
						
							
							Fix build failure by adding UINT16 type cast.  
						
						... 
						
						
						
						Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14259  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-04-12 07:16:42 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						562fce0bf7 
					 
					
						
						
							
							Fix several bugs in the implementation of converting SAS/SASEX device path node from/to text.  
						
						... 
						
						
						
						Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com >
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14256  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-04-11 01:39:39 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						bd07919cc8 
					 
					
						
						
							
							Add missing break and add comment to non-necessary break.  
						
						... 
						
						
						
						Signed-off-by: Li Elvin <elvin.li@intel.com >
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com >
Reviewed-by: Dong Eric <eric.dong@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13642  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-08-17 04:01:48 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						665e08a0ca 
					 
					
						
						
							
							Remove the redundancy commas when converting the SASEx device path node to text.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: jjin9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12888  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-20 05:01:05 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						501793fad4 
					 
					
						
						
							
							Adopt new IPv4/IPv6 device path for network modules.  
						
						... 
						
						
						
						Signed-off-by: tye
Reviewed-by: niruiyu
Adopt SasEx and new IPv6 device path for DevicePathDxe driver.
Signed-off-by: niruiyu
Reviewed-by: erictian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12574  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-26 09:29:46 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						9d4af8fce2 
					 
					
						
						
							
							Return empty string when END device path is passed in to align the original behavior in order to keep backward compatibility.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: erictian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12402  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-22 02:56:38 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						e9b3cd557f 
					 
					
						
						
							
							Support new format of IPv4 device path node, FibreEx and PcieRoot device path node in DevicepathDxe driver.  
						
						... 
						
						
						
						Meanwhile, unnecessary (UINTN) typecast is removed and a buffer truncating bug is fixed. The buffer truncating bug may cause DevicePathToText generates wrong text representation if a input device path is too long.
Signed-off-by: niruiyu
Reviewed-by: tye
Reviewed-by: jjin9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12276  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-05 04:51:51 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						cf40a2bf8b 
					 
					
						
						
							
							Fix DevPathToTextIPv6(): no comma between protocol and type string.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11931  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-06-30 02:20:07 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						e7cc9dcc37 
					 
					
						
						
							
							Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNode  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11508  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-04-07 02:01:22 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						b36653bc16 
					 
					
						
						
							
							Fix ICC compilation failure. No functionality impact.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11456  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-30 04:37:59 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						5b84091f3b 
					 
					
						
						
							
							Add DevicePathFromText support for ACPI _ADR node.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11445  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-29 08:24:21 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						639710791a 
					 
					
						
						
							
							Enhance inf and dec file to follow specs.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11392  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-14 08:43:59 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						c161dce561 
					 
					
						
						
							
							Correct comments in DevicePathDxe.inf.  
						
						... 
						
						
						
						gEfiDevicePathUtilitiesProtocolGuid should be produced by this module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11310  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-02-12 01:53:24 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						c9325700d0 
					 
					
						
						
							
							Refine soma code to make code run safely.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10877  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-09-15 07:48:11 +00:00 
						 
				 
			
				
					
						
							
							
								geekboy15a 
							
						 
					 
					
						
						
							
						
						8091267c02 
					 
					
						
						
							
							Forcing functions with variable argument lists to use the same calling convention (EFIAPI).  This solves issues when using compilers where the default calling convention is not EFIAPI.  
						
						... 
						
						
						
						This fixes boot issues when using GCC 4.4 in X64 modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10442  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-29 01:07:07 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						e5eed7d364 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-24 09:33:45 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						6bfbb5f0e0 
					 
					
						
						
							
							1. Correct File header to ## @file  
						
						... 
						
						
						
						2. Remove unnecessary .common] postfix on section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-24 00:21:16 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						4140a6635b 
					 
					
						
						
							
							Coding style fix and minor improvements.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9977  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-11 02:33:16 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						052019e1fa 
					 
					
						
						
							
							Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect the RFC1700 real value: In RFC1700, UDP value is 17 while TCP value is 6.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9804  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 03:40:18 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						1ccdbf2a3e 
					 
					
						
						
							
							Improve coding style in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9793  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-19 06:42:21 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						7748eb28e1 
					 
					
						
						
							
							Add '0x' prefix to indicate hex number  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9565  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-15 09:12:45 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						8f97f91154 
					 
					
						
						
							
							1. Add UEFI 2.2 VLAN device path definition to MdePkg  
						
						... 
						
						
						
						2. Update DevicePathDxe to support VLAN device path node
3. Update GenericBdsLib function DevicePathToStr() to support VLAN device path node
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9421  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-12 10:40:58 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						792a153467 
					 
					
						
						
							
							Do not use WriteUnaligned64() in BaseLib since StartingOffset and EndingOffset field in MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH structure has been correctly to ensure of natural alignment.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9140  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-19 13:45:38 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						09e156131d 
					 
					
						
						
							
							Add a missing worker function to convert MEDIA_RELATIVE_OFFSET_RANGE_DP to text  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9139  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-19 13:43:13 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						184f7d83d7 
					 
					
						
						
							
							Refine the member name.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8683  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-30 01:55:22 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						395ed063d9 
					 
					
						
						
							
							Apply WriteUnaligned64() to write DevicePath structure.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8027  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-03 11:18:19 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						192b057b07 
					 
					
						
						
							
							Add function DevPathFromTextRelativeOffsetRange ().  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8023  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-03 08:14:36 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						186ca8b0cd 
					 
					
						
						
							
							SATA Device path updated.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8010  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-02 08:34:03 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						5755841f2a 
					 
					
						
						
							
							Fix some typos.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8005  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-02 01:58:19 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						7ae9c1ce8f 
					 
					
						
						
							
							Coding style checked  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7458  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-06 05:48:16 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						364a232c4a 
					 
					
						
						
							
							Meta-data reviewed and verified.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-21 07:08:57 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						16a747ed5e 
					 
					
						
						
							
							Add some info for some PCD controlled GUIDs and Protocols.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7318  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-20 05:13:35 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						32e24669c2 
					 
					
						
						
							
							Meta-data review.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7317  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-20 04:57:29 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						3069bc1944 
					 
					
						
						
							
							Add some ASSERT()s.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7299  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-19 01:55:14 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						48557c6550 
					 
					
						
						
							
							Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English, EBC.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7105  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-23 16:20:43 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						cfc8865f17 
					 
					
						
						
							
							Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6818  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-03 09:08:05 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						ac7e320cb8 
					 
					
						
						
							
							Remove NibbleToHexChar() function from BaseLib  
						
						... 
						
						
						
						Move IsHexDigit, BufToHexString, HexStringToBuf from BaseLib to MdeModulePkg IfrSupportLib. The reason is:
1) IsHexDigit function provides the logic to check Hex Digit and convert it to Decimal value, which is required by IScsi LUN and HII user input. But this logic is not provided by any functions in MdeLib. So, it can't be deleted. It is moved to IfrSupportLib.
2) BufToHexString function converts a array of buffers to hex string. If the buffer length is less than sizeof (UINT64), it can be directly replaced by UnicodeValueToString(). But HII modules may use BufToHexString to convert the buffers whose length > sizeof (UINT64). For example:
.\MdeModulePkg\Universal\HiiDatabaseDxe\ConfigRouting.c line 201, 1148
.\Universal\SetupBrowserDxe\Setup.c line line 1457, 1503
Like this case, it is not easy to use UnicodeValueToString to replace BufToHexString. So, BufToHexString is still kept. Because such usages are in HII modules, this function is moved to IfrSupportLib. 
3) HexStringToBuf is moved to IfrSupportLib. The reason is similar to BufToHexString.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6782  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-01 02:32:12 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						c46484952a 
					 
					
						
						
							
							Update to use ReallocatePool() from BaseMemoryLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6678  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-22 00:52:53 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						1232b21473 
					 
					
						
						
							
							1, Add <Library/DevicePathLib.h> for all source that use device path utility macros  
						
						... 
						
						
						
						2, Add DevicePathLib library class to module's INF that use device path utility macros
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6456  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-11 15:42:40 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						60c93673b3 
					 
					
						
						
							
							The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5758  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-30 14:09:38 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						e872988180 
					 
					
						
						
							
							remove the unused msa files in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5726  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-25 05:03:29 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						b3bc6cd9e3 
					 
					
						
						
							
							Add TRUE to the depex.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5668  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-18 08:22:05 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						572f5d8a7b 
					 
					
						
						
							
							Code scrub for DevicePathDxe driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5479  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-16 01:10:45 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						36fe40c2ea 
					 
					
						
						
							
							1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.  
						
						... 
						
						
						
						2) Remove the duplicated functions implementation  from the modules that reference these APIs 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5283  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-05-23 05:30:08 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						9ef1a3ca7d 
					 
					
						
						
							
							Use const qualify for Src pointer.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5092  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-18 04:21:49 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						13d40eddeb 
					 
					
						
						
							
							Update all files to follow doxygen style file header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5025  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 05:50:10 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						047c644982 
					 
					
						
						
							
							Fix an issue that the Target Name is supposed to an Ascii string.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4742  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-21 08:53:18 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						372285d1fc 
					 
					
						
						
							
							Fix two issues:  
						
						... 
						
						
						
						1. The default with of hex value is 0 according to MdeLib spec. If we expect it to be 16, we need to state it in the format string explicitly.
2. For UnicodeSPrint, the output buffer size of 0 will not print anything to the buffer according to MdeLib spec. We need to specify the maximum possible buffer size.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4635  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-25 03:14:35 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						93e3992d1e 
					 
					
						
						
							
							UEFI HII: Merge UEFI HII support changes from branch.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4599  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-21 14:39:56 +00:00