ydong10 
							
						 
					 
					
						
						
							
						
						7c9fbd79d1 
					 
					
						
						
							
							Fix memory leak issues.  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Li Elvin <elvin.li@intel.com >
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13288  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-05-07 08:51:42 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						fe33965140 
					 
					
						
						
							
							Keep StdErr same logic initialization with ConOut, e.g. initialize gST->StandardErrorHandle and gST->StdErr in Consplitter entrypoint.  
						
						... 
						
						
						
						Signed-off-by: Li Elvin <elvin.li@intel.com >
Reviewed-by: Sun Rui <rui.sun@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13190  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-04-12 02:16:47 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						be759f774f 
					 
					
						
						
							
							GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is changed to "Graphics Console Driver" in Component Name Protocol.  
						
						... 
						
						
						
						Signed-off-by: li-elvin
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13027  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-02-24 02:10:28 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						9381365cf1 
					 
					
						
						
							
							Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are current text mode during boot, not console device capability.  
						
						... 
						
						
						
						Signed-off-by: li-elvin
Reviewed-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12803  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-11-30 06:01:22 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						79d07c66d9 
					 
					
						
						
							
							Updated GraphicsConsole and Terminal driver text mode initialization routine for easy mode extension in future.  
						
						... 
						
						
						
						Signed-off-by: li-elvin
Reviewed-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12787  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-11-25 08:35:00 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						b9b5e3078d 
					 
					
						
						
							
							Remove hard code video resolution in C code and use PCD PcdVideoHorizontalResolution/PcdVideoVerticalResolution for customization. And when PcdConOutRow/PcdConOutColumn and PcdVideoHorizontalResolution/PcdVideoVerticalResolution are all set to 0, the console will be max video resolution and max text mode.  
						
						... 
						
						
						
						Signed-off-by: li-elvin
Reviewed-by: niruiyu, hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12595  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-28 08:23:37 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						59d88f42ca 
					 
					
						
						
							
							Check the serial buffer empty status before performing the serial IO reading operation.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12581  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-27 05:38:42 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						4bc6ad3935 
					 
					
						
						
							
							MdeModulePkg: TerminalDxe driver code clean up  
						
						... 
						
						
						
						Roll back the EOL change wrongly made by last patch.
Adjust the space to align to the EDKII coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12513  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-08 02:44:59 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						02b7bcf9ce 
					 
					
						
						
							
							MdeModulePkg: Fix TerminalDxe FIFO Data Loss  
						
						... 
						
						
						
						Fixes a Terminal FIFO full issue that caused data to be lost. The Unicode and EFI Key FIFOs are now checked to make sure they have spaces before pushing another entry.
Signed-off-by: eugenecohen
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12512  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-08 02:09:50 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						284ee2e829 
					 
					
						
						
							
							Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11987  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-07-06 03:55:36 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						9de33db48b 
					 
					
						
						
							
							Fix the issue that the GOP produced by ConSplitter requires SetMode before GetMode, otherwise EFI_NOT_STARTED is returned from GetMode.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: xdu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11815  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-06-13 05:16:02 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						63e78d5254 
					 
					
						
						
							
							Fix X64 clang warnings.  
						
						... 
						
						
						
						Reviewed by: Rui Sun
Approved by: Rui Sun
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11753  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-06-04 22:27:37 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						f44e8c16f8 
					 
					
						
						
							
							1. Setting cursor position to (0, 0) and flushing cursor directly instead of calling GraphicConSoleConOutSetPosition().  
						
						... 
						
						
						
						2. Rename the internal function name EraseCursor() to FlushCursor() to remove the confusion on this function name. And add detailed function description for it.
Signed-off-by: vanjeff
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11710  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-05-27 05:30:30 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						f0368006b0 
					 
					
						
						
							
							Fix the terminal driver to call hotkey callback even no one is calling ReadKeyStroke  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11562  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-04-19 06:51:44 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						9875a3e33e 
					 
					
						
						
							
							MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row  
						
						... 
						
						
						
						Add a new text mode with a resolution of PcdConOutColumn x PcdConOutRow.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11416  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-23 02:11:31 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						b1aab293ea 
					 
					
						
						
							
							MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Row  
						
						... 
						
						
						
						Add a new text mode with a resolution of PcdConOutColumn x PcdConOutRow.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11415  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-23 02:11:14 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						abef1c7a09 
					 
					
						
						
							
							Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEVICE_PATH by building child device path before using any of the Serial I/O Protocol services.  
						
						... 
						
						
						
						This guarantees that child device path is valid even if an error is returned from one of Serial I/O Protocol services in Start().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11210  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-12-30 22:29:54 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						5469967137 
					 
					
						
						
							
							The CurrentNumberOfxxxxx should be based on the device going away, and not the next (or empty) device in the list.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11000  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-11-03 05:46:11 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						f0384583af 
					 
					
						
						
							
							Use the correct length to copy KeyData.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10966  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-10-21 01:49:28 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						5b7183efb1 
					 
					
						
						
							
							Update ConPlatform driver to support GOP driver which creates multiple children.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10936  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-10-14 04:49:31 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						815119f3d9 
					 
					
						
						
							
							DuetPkg, MdeModulePkg: Fix several enum comparions  
						
						... 
						
						
						
						These comparisons were not comparing an enum variable
with a member of the same enum type.
GCC 4.5 generated a warning for these comparison
operations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10932  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-10-13 07:08:29 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						cd7bfc2c63 
					 
					
						
						
							
							Refine code to make code run safely.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10880  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-09-16 04:51:25 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						f184c104af 
					 
					
						
						
							
							remove CpuBreakpoint ().  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10801  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-08-17 08:29:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						db724ff9c1 
					 
					
						
						
							
							Fixed one bug which may lead standard error handle could not be set into system table correctly since default return status is set to error by default.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10800  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-08-17 08:27:12 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						78c0686bde 
					 
					
						
						
							
							remove duplicated code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10643  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-07-12 06:21:42 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						46f0e2a9ee 
					 
					
						
						
							
							Remove some unnecessary clear screen from console drivers.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10590  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-06-18 09:19:29 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						f0c855b263 
					 
					
						
						
							
							Small code refinement in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10492  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-05-17 08:32:05 +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 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						76649bf4d8 
					 
					
						
						
							
							1.Fixed the bug when retrieved component name by child handle.  It should used gEfiConsoleInDeviceGuid, gEfiConsoleOutDeviceGuid instead of gEfiSimpleTextInProtocolGuid and gEfiSimpleTextOutProtocolGuid.  
						
						... 
						
						
						
						2.Fixed one bug when creating Console Standard error handle.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10350  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-09 06:04:30 +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 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						97c74782a6 
					 
					
						
						
							
							GraphicsOutputBlt() need judge parameter  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9985  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-11 05:53:06 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						188e4e8444 
					 
					
						
						
							
							Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections.  These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays.  
						
						... 
						
						
						
						Do some minor clean ups to INF files
 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9868  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-29 23:39:48 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						e3dcffcc48 
					 
					
						
						
							
							Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and Simple Text output protocol, if the device path to the handle is not present in the ConIn and ConOut/ConErr environment variables.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9852  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-28 12:29:25 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						f9876ecf8a 
					 
					
						
						
							
							Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9833  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-27 04:00:58 +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 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						aa75dfeccd 
					 
					
						
						
							
							Fix some coding style issues in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9774  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-15 08:03:23 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						af4a63857c 
					 
					
						
						
							
							updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3.  
						
						... 
						
						
						
						The others changes include:
1. Check RemainingDevicePath at beginning of Supported(), make sure it has been verified before Start() is called.
2. Check IO protocol firstly rather than EfiDevicePathProtocolGuid, reduce the times entering into Start() function because EfiDevicePathProtocolGuid existed on most of handle.
3. If no any child device is created on last time, and RemainingDevicePath is valid Uart Devcie path, go on creating child device handle based on this RemainingDevicePath.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9262  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-09-14 08:55:03 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						c97b567227 
					 
					
						
						
							
							refine the code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9203  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-27 01:50:35 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
							
						
						b7f76514ec 
					 
					
						
						
							
							Minor bugs fixes from testing on Xcode 3.2  and with the iPhone SDK 3.0 compiler.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9202  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-26 21:09:37 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						10b48963c8 
					 
					
						
						
							
							Update the comments avoid making confuse.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9169  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-21 02:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						2f6e236c2e 
					 
					
						
						
							
							Roll back R8811 check in for it will get a double carriage return.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8922  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-13 08:10:12 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						51797e6dd5 
					 
					
						
						
							
							Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8811  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-08 07:31:30 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						5e0b1e3f82 
					 
					
						
						
							
							fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion.  
						
						... 
						
						
						
						I add EFI_HII_IGNORE_LINE_BREAK flag to force HiiStringToImage ignore the force line break character.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8736  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-03 09:18:30 +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 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						cb7d01c0c9 
					 
					
						
						
							
							HII Library Class interface refine.  
						
						... 
						
						
						
						The "HiiLib" prefix for all HII Library API function names changed to "Hii".
Remove: 
  HiiLibPreparePackageList(), replaced by HiiAddPackages()
  HiiLibNewString(), replaced by HiiSetString()
  HiiLibGetStringFromHandle(), replaced by HiiGetString()
  HiiLibGetStringFromToken(), replaced by HiiGetPackageString()
  HiiLibExtractGuidFromHiiHandle()
  HiiLibDevicePathToHiiHandle()
  HiiLibGetSupportedSecondaryLanguages()
  HiiLibGetSupportedLanguageNumber()
  HiiLibExportPackageLists()
  HiiLibListPackageLists()
  
Interface change:
  HiiAddPackages()
  HiiSetString()
  HiiGetString()
  HiiGetHiiHandles()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8083  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-14 10:47:19 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						406ddad31b 
					 
					
						
						
							
							1. Update the CRC32 in the EFI System Table header in BdsConsole.c  
						
						... 
						
						
						
						2. Removed duplicated installation for Simple Text Output protocol on ErrHandle.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8031  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-07 08:42:15 +00:00