Revision: 16833 http://sourceforge.net/p/edk2/code/16833 Author: zwei4 Date: 2015-02-11 09:28:22 +0000 (Wed, 11 Feb 2015) Log Message: ----------- Remove override to ConSplitter
Remove override to ConSplitter; Set console background to be black and front ground to be gray light. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: David Wei <david....@intel.com> Reviewed-by: David Wei <david....@intel.com> Modified Paths: -------------- branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgX64.dsc Removed Paths: ------------- branches/UDK2014.SP1/Vlv2TbltDevicePkg/Override/MdeModulePkg/ Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c =================================================================== --- branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c 2015-02-11 08:26:36 UTC (rev 16832) +++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c 2015-02-11 09:28:22 UTC (rev 16833) @@ -1822,6 +1822,8 @@ return EFI_TIMEOUT; } + gST->ConOut->SetAttribute(gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK)); + if (DebugAssertEnabled()) { DEBUG ((EFI_D_INFO, "\n\nStart showing progress bar... Press any key to stop it, or press <F2> or <DEL> to enter setup page! ...Zzz....\n")); Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf =================================================================== --- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf 2015-02-11 08:26:36 UTC (rev 16832) +++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf 2015-02-11 09:28:22 UTC (rev 16833) @@ -625,7 +625,7 @@ # Console # INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf -INF Vlv2TbltDevicePkg/Override/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf +INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf =================================================================== --- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf 2015-02-11 08:26:36 UTC (rev 16832) +++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf 2015-02-11 09:28:22 UTC (rev 16833) @@ -556,7 +556,7 @@ # Console # INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf -INF Vlv2TbltDevicePkg/Override/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf +INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc =================================================================== --- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc 2015-02-11 08:26:36 UTC (rev 16832) +++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc 2015-02-11 09:28:22 UTC (rev 16833) @@ -1213,7 +1213,7 @@ # Console # MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf - Vlv2TbltDevicePkg/Override/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf + MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc =================================================================== --- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc 2015-02-11 08:26:36 UTC (rev 16832) +++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc 2015-02-11 09:28:22 UTC (rev 16833) @@ -1201,7 +1201,7 @@ # Console # MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf - Vlv2TbltDevicePkg/Override/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf + MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgX64.dsc =================================================================== --- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgX64.dsc 2015-02-11 08:26:36 UTC (rev 16832) +++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgX64.dsc 2015-02-11 09:28:22 UTC (rev 16833) @@ -1201,7 +1201,7 @@ # Console # MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf - Vlv2TbltDevicePkg/Override/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf + MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits