vanjeff 
							
						 
					 
					
						
						
							
						
						434ce3feca 
					 
					
						
						
							
							sync tracker:PXE misused the parameter of second since boot in DHCP header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8496  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-08 02:13:36 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						a47b308ad4 
					 
					
						
						
							
							Enhance the RTC driver to not reserve the CMOS century register MSB.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8476  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-05 06:42:00 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						7076244ef4 
					 
					
						
						
							
							The StringIndex should be casted to UINT16* but not UINT8*.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8466  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-04 14:56:45 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						bcd7070d86 
					 
					
						
						
							
							fix the issue of Inadequate Memory Allocation in Variable Services  
						
						... 
						
						
						
						In UpdateVariableInfo(), the code incorrectly allocate a small memory, whose size equate with the number of Unicode name. 
Should change it to be equal to the byte length of this Unicode name.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8457  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-03 08:48:09 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						20621542f6 
					 
					
						
						
							
							The data length of a text request must not exceed the iSCSI target MaxRecvDataSegmentLength.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8448  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-03 02:25:48 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						35c218d7e6 
					 
					
						
						
							
							fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of finding right-most line break opportunity.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8446  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-03 01:43:47 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						071b7221a5 
					 
					
						
						
							
							Use DiskIo->WriteDisk() API to avoid alignment issue.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8445  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-02 23:51:18 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						3cc6e8eec9 
					 
					
						
						
							
							a typo of ISCSI string  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8422  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-01 08:33:55 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						3fc15d4c19 
					 
					
						
						
							
							fix the typo of ISCSI related string.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8421  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-01 08:32:28 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						2ef9435a77 
					 
					
						
						
							
							Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact it is UINT16 value.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8412  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-31 05:44:48 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						504dcb0a4e 
					 
					
						
						
							
							This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components.  The type VA_LIST is mapped onto the compiler specific implementation of varargs.  As a result, modules build with different compilers may not use the same VA_LIST structure.  The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules.  
						
						... 
						
						
						
						1) Update the Print2 Protocol to only use arguments of type BASE_LIST.  Since this is a change to the protocol definition, the GUID has also been updated.
2) Update the implementation of DxePrintLibPrint2Protocol for the update definition of the Print2 Protocol.  Since the PrintLib does contain APIs that use VA_LIST, this library must convert arguments of type VA_LIST to arguments of type BASE_LIST prior to calling the Print2 Protocol services.
3) Update the implementation of PrintDxe to match the updated Print2 Prootocol
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8405  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-30 23:49:35 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						d09651693b 
					 
					
						
						
							
							Fix the bug that build tool and PCD driver can not deal with byte array or ANSIC type value for dynamic PCD.  
						
						... 
						
						
						
						This patch including following change:
1) Build tools:
   a) StringTable in generated PCD database is changed to UINT8 array but not original UINT16, because it can also stored the ANSIC and byte array.
   b) The layout of string table in PCD database is changed. To make sure unicode string is in double byte aligned, the item in string table which hold unicode string value will be put ahead than other items. After unicode string item, the HII variable name item is immediate. The byte array item and ANSIC string array item will be put at tail of whole string table.
   c) Fix bug that build tools does not handle the size of unicode string, byte array and ANSIC string.
2) PCD PEI/DXE driver:
   The pointer of StringTable is changed to UINT8* but not original UINT16*.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8392  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-27 11:34:11 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						f324bf4dbe 
					 
					
						
						
							
							Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match should be used in HiiDatabase.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8384  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-26 03:48:50 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						91a306eee7 
					 
					
						
						
							
							Correct the check to the valid device path. The device path can't be less than the basic header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8381  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-26 01:49:53 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						53fafef5c6 
					 
					
						
						
							
							change ISO 639-2 language codes to RFC 4646 codes in .UNI files  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8380  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-25 09:57:27 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						20610fa85c 
					 
					
						
						
							
							Update module to show real dependencies on the MemoryAllocationLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8374  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-21 18:36:30 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						4772ce75e8 
					 
					
						
						
							
							refine the implementation of HiiStringToImage:  
						
						... 
						
						
						
						1. Remove the limitation of MAX_STRING_LENGTH and according to actual string length to store glyph info
2. fix a issue when print multi-lines, the next line will overlaps the above line. The original implementation doesn't recalculate the start point of X/Y axis.
3. refine the flow to avoid the meaningless recursive call.
4. modify the usage of "Index" to force them 1/1 mapping between glyphbuf and string. So the RowInfoArray and ColumnInfoArray can reflect the actual situation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8371  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-21 09:41:59 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						de482998ed 
					 
					
						
						
							
							Update DriverSample and PlatDriOverrideDxe driver to correct the return value for ConfigAccess ExtractConfig interface.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8365  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-21 05:05:59 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						cfb1461b3a 
					 
					
						
						
							
							Update modules to show real dependencies on the BaseMemoryLib and MemoryAllocationLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8360  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 23:15:47 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						f3989f41b4 
					 
					
						
						
							
							Update MNP driver to declare its dependency on the BaseLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8354  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 20:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						0877891224 
					 
					
						
						
							
							Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8352  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 18:57:51 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						ae79d2f9ec 
					 
					
						
						
							
							Update HiiDataBase to fix the SCT hang issues by the invalid device path.  
						
						... 
						
						
						
						Update the driver config access protocol extractconfig and routeconfig interface to check the input parameters. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8349  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 12:05:45 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						132f41f0a9 
					 
					
						
						
							
							Replace .globl with ASM_GLOBAL  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8346  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 10:22:09 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						d5172f911d 
					 
					
						
						
							
							1. Remove .extern from GCC assembly.  
						
						... 
						
						
						
						2. Define macro for .global/.globl in GCC assembly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8344  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 09:42:59 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						f618b2fa0a 
					 
					
						
						
							
							rename array name to avoid naming collision.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8340  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 02:12:26 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						391a0724f2 
					 
					
						
						
							
							1.fixed some issue to pass HII sct  
						
						... 
						
						
						
						2.supported more route table accessed by HII service.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8338  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-19 09:36:44 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						6e3f5b2aa9 
					 
					
						
						
							
							Fix K8 and Sct failure.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8337  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-19 09:30:21 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						08654acba5 
					 
					
						
						
							
							don't set all bytes in TargetID as zero. This change is made due to keep consistent with GetNextTargetLun and GetTargetLun  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8336  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-19 09:19:19 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						f035af2e40 
					 
					
						
						
							
							update the check condition of PASS THRU interface to pass Uefi sct test.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8326  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-19 01:24:08 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						8567300ae4 
					 
					
						
						
							
							Fix K8 issues in HiiDataBase  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8325  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-18 12:12:56 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						04da0b4a11 
					 
					
						
						
							
							Correct DriverSample to produce the ConfigAccess protocol  
						
						... 
						
						
						
						And fix the bug in HiiDataBase to incorrectly free pool. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8321  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-18 05:03:45 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						d6e11f2230 
					 
					
						
						
							
							1. remove duplicated set operation on UGA device.  
						
						... 
						
						
						
						2. update some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8320  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-18 03:40:29 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						1f1cb2f216 
					 
					
						
						
							
							Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8319  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-18 03:26:54 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						b347c1bceb 
					 
					
						
						
							
							Add check for NULL pointer.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8318  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-15 03:39:01 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						76c2425177 
					 
					
						
						
							
							Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8314  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-14 12:37:02 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						84f9a9ec8f 
					 
					
						
						
							
							1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs.  
						
						... 
						
						
						
						1) ConfigRouting Protocol ExtractConfig interface must return the default values built in IFR that were not returned by ConfigAccess.ExtractConfig.
  2) The parameters of ConfigRouting Protocol interfaces are clarified to the specific configuration string syntax.
2. Implement the last two HiiLib interfaces: HiiSetToDefaults and HiiValidateSettings.
3. Update DriverSample driver to use these two APIs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8313  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-14 07:06:06 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						c40a155690 
					 
					
						
						
							
							fixed typo.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8310  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-13 09:34:23 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						638868496c 
					 
					
						
						
							
							1. retired NicIp4ConfigProtocolGuid  
						
						... 
						
						
						
						2. moved NicIp4ConfigVariableGuid to Include/Guid/NicIp4ConfigNvData.h
3. updated Ip4ConfigDxe module to publish one setup page to Get/Set network parameters. Also, Ip4ConfgiDxe installed EFI HII Config Access protocol for each network devices. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8309  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-13 09:29:44 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						945e3aed0f 
					 
					
						
						
							
							Add a check for CreateQuestion may be return NULL.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8308  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-13 09:24:25 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						e1f1fb1658 
					 
					
						
						
							
							fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8299  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-12 05:39:31 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						326c6b7130 
					 
					
						
						
							
							ConfigRouting should get driver handle by device path in all drivers database in system, not only in Hii Package list database.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8284  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-11 02:26:26 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						1ea1d3c8e6 
					 
					
						
						
							
							SetMode() should clear screen per UEFI spec.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8264  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-08 07:46:27 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						0e8e994db3 
					 
					
						
						
							
							Update SetupBrowserDxe and BdsDxe to use an internal string for prompting string missing instead of ASSERT if it fails to get a string for separate module's forms.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8263  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-08 05:55:25 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						844390f7d5 
					 
					
						
						
							
							Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 languages.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8262  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-08 05:39:24 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						90e0655656 
					 
					
						
						
							
							Synchronize PCD_Infrastructure 0.55 with source code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8249  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-06 06:18:49 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						6672d625fe 
					 
					
						
						
							
							correct the minor format.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8244  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-06 03:21:24 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						a1373617d6 
					 
					
						
						
							
							Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8232  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-04 05:55:56 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						1d4826aeeb 
					 
					
						
						
							
							Correct HiiGetBrowserData API usage.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8224  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-30 09:08:37 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						718a15c618 
					 
					
						
						
							
							Replace references to RFC 3066 with RFC 4646.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8219  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-30 06:50:16 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						0254efc01e 
					 
					
						
						
							
							Replace references to RFC 3066 with RFC 4646.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8212  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-30 05:32:11 +00:00