Remove SmiEn EOS bit set in TpmSsdt asl

EOS bit set issues are fixed in SBL. Removed the
work around done for setting EOS before SMI
is triggered.

Signed-off-by: lsubash <subashx.lakkimsetti@intel.com>
This commit is contained in:
Subash Lakkimsetti 2019-08-05 13:29:17 -07:00 committed by Maurice Ma
parent 5103615bfb
commit 9a77e00c63
1 changed files with 0 additions and 20 deletions

View File

@ -193,11 +193,6 @@ DefinitionBlock (
Store (DerefOf (Index (Arg2, 0x00)), PPRQ)
Store (0x02, PPIP)
//Set the SmiEn.EOS bit
Store(SMIE, Local0)
Or(Local0, 0x2, Local1)
Store(Local1, SMIE)
//
// Trigger the SMI interrupt
//
@ -237,11 +232,6 @@ DefinitionBlock (
Store (0x05, PPIP)
//Set the SmiEn.EOS bit
Store(SMIE, Local0)
Or(Local0, 0x2, Local1)
Store(Local1, SMIE)
//
// Triggle the SMI interrupt
//
@ -284,11 +274,6 @@ DefinitionBlock (
}
//Set the SmiEn.EOS bit
//Store(SMIE, Local0)
//Or(Local0, 0x2, Local1)
//Store(Local1, SMIE)
//
// Trigger the SMI interrupt
//
@ -312,11 +297,6 @@ DefinitionBlock (
Store (8, PPIP)
Store (DerefOf (Index (Arg2, 0x00)), PPRQ)
//Set the SmiEn.EOS bit
//Store(SMIE, Local0)
//Or(Local0, 0x2, Local1)
//Store(Local1, SMIE)
//
// Trigger the SMI interrupt
//