audk/SourceLevelDebugPkg/Library
Jeff Fan 2befbc82cc SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as early
InitializeApicTimer() will enable Local APIC timer interrupt. Even though we
disable CPU interrupt at the beginning and enable CPU Interrupt after debug
agent initialized completely, some Boot Service may invoke RestoreTpl () which
may enable CPU interrupt.
We should disable Local APIC timer in InitializeDebugTimer () to avoid Debug
Timer interrupt happens during debug port and debug agent initialization phase.
And enable Debug Timer interrupt after debug agent is initialized.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17572 6f19259b-4bc3-4df7-8a09-765794883524
2015-06-08 06:36:41 +00:00
..
DebugAgent SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as early 2015-06-08 06:36:41 +00:00
DebugCommunicationLibSerialPort SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout. 2015-04-01 07:51:15 +00:00
DebugCommunicationLibUsb SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout. 2015-04-01 07:51:15 +00:00
DebugCommunicationLibUsb3 SourceLevelDebugPkg/DebugCommunicationLibUsb3: Fix the completed transfer length 2015-04-27 05:18:42 +00:00
PeCoffExtraActionLibDebug SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Support IA32 processors without debug extensions 2015-04-27 19:51:46 +00:00