audk/ShellPkg/Library/UefiShellLevel3CommandsLib
Jaben Carsey 17e59b3346 ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bits
As the shell inverts foreground and background it needs to be sure that it properly masks off the reserved bits and this is important since the foreground and background are not the same numbers of bits.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <Jaben.carsey@intel.com>
Reviewed-by: Tapan Shah <tapandshah@hp.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15681 6f19259b-4bc3-4df7-8a09-765794883524
2014-07-25 18:46:23 +00:00
..
Alias.c Verify memory allocations were successful. 2010-10-04 16:30:40 +00:00
Cls.c ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bits 2014-07-25 18:46:23 +00:00
Echo.c ShellPkg: Update 'echo' command to print everything at once. this allows for format color coding on the output. 2012-01-30 22:48:33 +00:00
GetMtc.c Update Code to pass EBC compiler. 2013-05-13 02:36:09 +00:00
Help.c ShellPkg: Fixed build error 'variable set but not used' 2013-05-07 17:57:58 +00:00
Pause.c ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. 2011-09-15 20:10:39 +00:00
Touch.c ShellPkg: Update behavior for GetTime() errors. 2013-05-09 16:18:58 +00:00
Type.c ShellPkg: Fixes for the ‘type’ command: 2013-10-18 20:53:06 +00:00
UefiShellLevel3CommandsLib.c Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellLevel3CommandsLib.h Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
UefiShellLevel3CommandsLib.inf ShellPkg: Fixes for shell application launch, argument handling, and version output: 2013-10-18 15:49:23 +00:00
UefiShellLevel3CommandsLib.uni ShellPkg: Fixes for shell application launch, argument handling, and version output: 2013-10-18 15:49:23 +00:00
Ver.c ShellPkg: Fixes for shell application launch, argument handling, and version output: 2013-10-18 15:49:23 +00:00