| 
							
							
								 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 | 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 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 gikidy | 00bfdbe10a | 1.Review the comments; 2.Modify the extension comment for INF file. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7207 6f19259b-4bc3-4df7-8a09-765794883524 | 2009-01-08 07:25:05 +00:00 |  | 
			
				
					| 
							
							
								 gikidy | 878670eaa6 | Code scrub for Universal\Console\GraphicsConsoleDxe. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7061 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-12-17 06:23:23 +00:00 |  | 
			
				
					| 
							
							
								 jji4 | d354ab7ff9 | 1)Global variables have been moved backward ahead of functions. 2)INF comments have been reviewed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6839 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-12-04 07:12:25 +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 |  | 
			
				
					| 
							
							
								 vanjeff | b31547205f | 1.Removed PrintXY from Graphics Library. 2.Added PrintXY and AsciiPrintXY in Uefi Library
3.Moved PcdUgaConsumeSupport from MdeModulePkg to MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6642 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-11-20 03:08:28 +00:00 |  | 
			
				
					| 
							
							
								 qhuang8 | d3f1611730 | Update some module INF files in MdeModulePkg to "UEFI_DRIVER" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5676 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-08-18 09:18:44 +00:00 |  | 
			
				
					| 
							
							
								 vanjeff | 8595bdaf58 | code scrub for check list. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5549 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-07-22 07:26:57 +00:00 |  | 
			
				
					| 
							
							
								 vanjeff | 8541adab27 | add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consuming, it could save size by changing PCD's value to FALSE. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4911 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-03-19 05:22:06 +00:00 |  | 
			
				
					| 
							
							
								 qwang12 | d42d853ee0 | 1) Enable GraphicsConsole module to support a legacy platform which only produce UGA protocol. Under such system, HiiFont->StringToImage is used to draw the string to blt buffer first. Then, UGA->Blt is used to draw to the physical devices. 2) Remove all references to EFI_SPECIFICATION_VERSION in *.c file as module in MdeModulePkg only support UEFI 2.1.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4739 6f19259b-4bc3-4df7-8a09-765794883524 | 2008-02-20 10:50:15 +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 |  | 
			
				
					| 
							
							
								 klu2 | 8e5b17b25e | Update following library class/Protocol for puting 'Framework' as prefix FrameworkHii
FrameworkFormBrowser
FrameworkFormCallback
FrameworkIfrSupportLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4196 6f19259b-4bc3-4df7-8a09-765794883524 | 2007-10-22 09:36:00 +00:00 |  | 
			
				
					| 
							
							
								 vanjeff | 71ac8e8380 | 1. remove un-necessary instances reference 2. sync inf file with source code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3419 6f19259b-4bc3-4df7-8a09-765794883524 | 2007-07-24 09:08:27 +00:00 |  | 
			
				
					| 
							
							
								 qhuang8 | 51d5c5d7d7 | Adjust directory structures. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3326 6f19259b-4bc3-4df7-8a09-765794883524 | 2007-07-18 14:35:45 +00:00 |  |