]> git.proxmox.com Git - mirror_edk2.git/commit
Removed SetMode in GraphicsConsole Start() in release BIOS to improve performance...
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Aug 2012 09:32:46 +0000 (09:32 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Aug 2012 09:32:46 +0000 (09:32 +0000)
commitd0d0c1b37038d51c2de3a498e952e2047f98660b
tree1c40f8971f287fc87b240f68f5b2248cf8a9a479
parent60fde8aac8de7e21d98f0141a23e74db1327674b
Removed SetMode in GraphicsConsole Start() in release BIOS to improve performance. Initialize current text mode number to 0xFF as invalid text mode per UEFI spec. Add current mode check in text out protocol interface to avoid invalid text mode.

Signed-off-by: Li Elvin <elvin.li@intel.com>
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com>, Tian Hot (hot.tian@intel.com)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13599 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c