summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
AgeCommit message (Expand)Author
2017-04-27MdeModulePkg: Move to new locationGuo Mang
2016-01-11MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni
2014-07-31MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li
2014-07-25MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey
2013-04-02Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng14
2013-03-15Add debug message to output video resolution used by GraphicsConsole.li-elvin
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin
2012-05-07Fix memory leak issues.ydong10
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin
2011-05-271. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff
2011-03-23MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten
2010-09-16Refine code to make code run safely.ydong10
2010-07-12remove duplicated code.vanjeff
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin
2010-04-24Update the copyright notice formathhtian
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2009-07-03fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on ...eric_tian
2009-05-20rename array name to avoid naming collision.vanjeff
2009-04-14HII Library Class interface refine.rsun3
2009-03-25Move registration of Font into driver entry point.xli24
2009-01-22remove klocwork issue.vanjeff
2009-01-15Performance and size optimised.gikidy
2009-01-08ECC clean up.vanjeff
2009-01-04Code scrub for GraphicConsoleDxe Module.gikidy
2008-12-30Check comments, format and fix some typo.gikidy
2008-12-26Check Library usage.gikidy
2008-12-17Code scrub for Universal\Console\GraphicsConsoleDxe.gikidy
2008-12-03Global variables have been moved backward ahead of functions.jji4
2008-11-18Refine MdeModulePkg to pass GCC build.xli24
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang12
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji4
2008-07-22code scrub for check list.vanjeff
2008-07-071. added functions header for GraphicsConsoleDxe module.vanjeff
2008-07-01Clean codes per ECC for GraphicsConsoleDxe module.vanjeff
2008-06-27Change the ASSERT condition from “ASSERT (RowInfoArraySize == 1);” to “...qwang12
2008-04-28Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...qwang12
2008-03-19add some error check and return.vanjeff
2008-03-19add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...vanjeff
2008-03-15[Description]:qwang12
2008-02-201) Enable GraphicsConsole module to support a legacy platform which only prod...qwang12
2008-02-04Check the handle for font package before remove it.qwang12
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang12
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang12
2008-01-211. Sync the tracker for supporting the ModeNumber larger than 2.vanjeff
2008-01-171. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind...vanjeff