diff options
author | David Wei <david.wei@intel.com> | 2015-02-13 02:13:03 +0000 |
---|---|---|
committer | zwei4 <zwei4@Edk2> | 2015-02-13 02:13:03 +0000 |
commit | c7d161de9a8dcca89df7ec2fef45a370252d3b5d (patch) | |
tree | 5c348ae40065d76d3e4ab7466110706a66779ac4 /Vlv2TbltDevicePkg/Library/PlatformBdsLib | |
parent | 1c54ceb7052557460291b53bd433e1e602d819a5 (diff) | |
download | edk2-platforms-c7d161de9a8dcca89df7ec2fef45a370252d3b5d.tar.xz |
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.wei@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16846 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Vlv2TbltDevicePkg/Library/PlatformBdsLib')
-rw-r--r-- | Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c index e7e4a91925..03b85c1f6f 100644 --- a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c @@ -1813,6 +1813,8 @@ ShowProgressHotKey ( 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"));
|