index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
Console
/
GraphicsConsoleDxe
/
GraphicsConsole.c
Age
Commit message (
Expand
)
Author
2009-04-14
HII Library Class interface refine.
rsun3
2009-03-25
Move registration of Font into driver entry point.
xli24
2009-01-22
remove klocwork issue.
vanjeff
2009-01-15
Performance and size optimised.
gikidy
2009-01-08
ECC clean up.
vanjeff
2009-01-04
Code scrub for GraphicConsoleDxe Module.
gikidy
2008-12-30
Check comments, format and fix some typo.
gikidy
2008-12-26
Check Library usage.
gikidy
2008-12-17
Code scrub for Universal\Console\GraphicsConsoleDxe.
gikidy
2008-12-03
Global variables have been moved backward ahead of functions.
jji4
2008-11-18
Refine MdeModulePkg to pass GCC build.
xli24
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-07-22
code scrub for check list.
vanjeff
2008-07-07
1. added functions header for GraphicsConsoleDxe module.
vanjeff
2008-07-01
Clean codes per ECC for GraphicsConsoleDxe module.
vanjeff
2008-06-27
Change the ASSERT condition from “ASSERT (RowInfoArraySize == 1);” to “...
qwang12
2008-04-28
Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...
qwang12
2008-03-19
add some error check and return.
vanjeff
2008-03-19
add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...
vanjeff
2008-03-15
[Description]:
qwang12
2008-02-20
1) Enable GraphicsConsole module to support a legacy platform which only prod...
qwang12
2008-02-04
Check the handle for font package before remove it.
qwang12
2008-02-02
1) Cleanup HiiLib, IfrSupportLib.
qwang12
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12
2008-01-21
1. Sync the tracker for supporting the ModeNumber larger than 2.
vanjeff
2008-01-17
1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind...
vanjeff
2007-11-22
Clean up: update "EFI" to "UEFI" if applicable.
qhuang8
2007-09-30
Update to support to produce Component Name and & Component Name 2 protocol ...
qhuang8
2007-07-09
Updated modules to not depend on the IntelFrameworkPkg.
AJFISH
2007-07-05
Check in following modules,
xgu3