audk/MdeModulePkg/Universal/Console
Star Zeng 47b612db90 MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACK
Current implementation executes key notify function in TimerHandler
at TPL_NOTIFY. The code change is to make key notify function
executed at TPL_CALLBACK to reduce the time occupied at TPL_NOTIFY.

The code will signal KeyNotify process event if the key pressed
matches any key registered and insert the KeyData to the EFI Key
queue for notify, then the KeyNotify process handler will invoke
key notify functions at TPL_CALLBACK.

Cc: Ruiyu Ni <Ruiyu.ni@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
2016-12-26 18:16:59 +08:00
..
ConPlatformDxe MdeModulePkg/Universal: Fix typos in comments 2016-10-27 09:11:19 +08:00
ConSplitterDxe MdeModulePkg ConSplitterDxe: Support toggle state sync 2016-12-26 18:16:58 +08:00
GraphicsConsoleDxe MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issue 2016-01-11 02:29:09 +00:00
GraphicsOutputDxe MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages 2016-10-25 10:52:44 +08:00
TerminalDxe MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACK 2016-12-26 18:16:59 +08:00