Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
klu2 db6efc11d3 EFI_CONSOLE_CONTROL_PROTOCOL provide the SetMode interface to switch mode between EfiConsoleControlScreenText and EfiConsoleControlScreenGraphics. And implementation of this interface is in EdkModlePkg\Universal\Console\ConSplitter\Dxe\ConSplitterGraphices.c ConSpliterConsoleControlSetMode().
In this function, it is better to judge current mode with wanted mode at first, if current mode is equal to wanted mode, then return and do nothing. Why need add judging:
	1) Missing judge will lead an issue that screen splash when pressing key in front page. It is caused by ui.c will switch to textmode when first in, but current mode has been in text mode.
	2) If switching to text mode, there are many works want to be done such as EnableCursor, ClearScreen. If original has been in text mode, judging will improve the performance of UI.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2345 6f19259b-4bc3-4df7-8a09-765794883524
2007-02-01 08:42:59 +00:00
EdkFatBinPkg Updated the Ipf/Fat.efi with a smaller version to save the image space and this efi binary is compiled with "O1" flag 2007-01-11 14:11:50 +00:00
EdkModulePkg EFI_CONSOLE_CONTROL_PROTOCOL provide the SetMode interface to switch mode between EfiConsoleControlScreenText and EfiConsoleControlScreenGraphics. And implementation of this interface is in EdkModlePkg\Universal\Console\ConSplitter\Dxe\ConSplitterGraphices.c ConSpliterConsoleControlSetMode(). 2007-02-01 08:42:59 +00:00
EdkNt32Pkg 1. PEI core needs to check image machine type 2007-01-31 07:18:41 +00:00
EdkShellBinPkg Fix capitalization issues. 2007-01-24 21:24:30 +00:00
EdkUnixPkg 1. PEI core needs to check image machine type 2007-01-31 07:18:41 +00:00
MdePkg 1. PEI core needs to check image machine type 2007-01-31 07:18:41 +00:00
Tools Optimize library instance selection algorithm. 2007-01-31 11:43:58 +00:00
BuildNotes.txt Added comment about using -emacs to turn off adding [cc] characters in error messages 2007-01-25 18:33:21 +00:00
build.xml - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed. 2007-01-25 01:25:02 +00:00
edksetup.bat Added support for xmlbeans-2.2.0 2007-01-10 02:15:11 +00:00
edksetup.sh Added support for xmlbeans-2.2.0 2007-01-10 02:15:11 +00:00