audk/MdeModulePkg/Universal
Elvin Li d81c462d61 MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole.
UEFI spec mentioned that the color mask can be set even when the device is in an invalid text mode. But the current code add text mode check. Removed the check now.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com>
Reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15721 6f19259b-4bc3-4df7-8a09-765794883524
2014-07-31 03:21:39 +00:00
..
Acpi Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
CapsulePei Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid rubbish data in high 32 bits. 2014-07-24 05:58:50 +00:00
CapsuleRuntimeDxe MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule by PcdGet32 in EntryPoint. 2013-12-16 01:34:01 +00:00
Console MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole. 2014-07-31 03:21:39 +00:00
DebugPortDxe Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupported(). 2014-02-11 08:00:13 +00:00
DebugSupportDxe Fix CRLF format 2014-01-22 08:38:50 +00:00
DevicePathDxe Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath. 2013-07-26 03:00:21 +00:00
Disk MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum' 2014-02-12 11:37:57 +00:00
DisplayEngineDxe Update the code to follow UEFI spec, process date/time/ref value type as buffer type when in an expression. 2014-07-28 07:10:22 +00:00
DriverSampleDxe Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
EbcDxe Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
FaultTolerantWriteDxe Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
FaultTolerantWritePei MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report. 2013-07-11 01:40:10 +00:00
HiiDatabaseDxe Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
HiiResourcesSampleDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
LegacyRegion2Dxe
LockBox/SmmLockBox MdeModulePkg: SmmLockBox: remove wrong DepEx 2013-12-04 08:19:02 +00:00
MemoryTest
Metronome
MonotonicCounterRuntimeDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
Network Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
PCD MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch. 2014-03-21 01:16:07 +00:00
PcatSingleSegmentPciCfg2Pei
PlatformDriOverrideDxe Refine code to make it more safely. 2014-06-26 03:24:25 +00:00
PrintDxe
ReportStatusCodeRouter MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModulePkg on PcdLib 2012-11-01 06:59:25 +00:00
ResetSystemRuntimeDxe Add missing status code in several modules. 2012-10-30 04:23:40 +00:00
SecurityStubDxe Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 both. 2013-02-01 05:34:19 +00:00
SetupBrowserDxe Refine code to make it more safely. 2014-07-30 01:19:21 +00:00
SmbiosDxe Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. 2013-12-05 05:30:27 +00:00
StatusCodeHandler Print the CodeType and Value of status code with fixed length. 2014-07-28 01:59:02 +00:00
TimestampDxe Add the definition for Timestamp Protocol and a new driver base on TimerLib to produce Timestamp protocol. 2013-09-29 05:51:12 +00:00
Variable Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
WatchdogTimerDxe