public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] SecurityPkg:Tcg2Smm: Update Interrupt resource name
@ 2017-12-12  7:40 Zhang, Chao B
  2017-12-12  8:40 ` Long, Qin
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Chao B @ 2017-12-12  7:40 UTC (permalink / raw)
  To: edk2-devel; +Cc: Long Qin, Jiewen Yao, Chao Zhang

Update TPM interrupt resource descriptor name for better compatibility to
old ASL compiler.

Cc: Long Qin <qin.long@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
---
 SecurityPkg/Tcg/Tcg2Smm/Tpm.asl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl
index 76a8a13..f528305 100644
--- a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl
+++ b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl
@@ -97,7 +97,7 @@ DefinitionBlock (
 
       Name(RESO, ResourceTemplate () {
         Memory32Fixed (ReadWrite, 0xfed40000, 0x5000, REGS)
-        Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , , IRQ) {12}
+        Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , , INTR) {12}
       })
 
       //
@@ -120,16 +120,16 @@ DefinitionBlock (
         // Use the field name to identify the offsets in the argument
         // buffer and RESO buffer.
         //
-        CreateDWordField(Arg0, ^IRQ._INT, IRQ0)
-        CreateDWordField(RESO, ^IRQ._INT, LIRQ)
+        CreateDWordField(Arg0, ^INTR._INT, IRQ0)
+        CreateDWordField(RESO, ^INTR._INT, LIRQ)
         Store(IRQ0, LIRQ)
 
-        CreateBitField(Arg0, ^IRQ._HE, ITRG)
-        CreateBitField(RESO, ^IRQ._HE, LTRG)
+        CreateBitField(Arg0, ^INTR._HE, ITRG)
+        CreateBitField(RESO, ^INTR._HE, LTRG)
         Store(ITRG, LTRG)
 
-        CreateBitField(Arg0, ^IRQ._LL, ILVL)
-        CreateBitField(RESO, ^IRQ._LL, LLVL)
+        CreateBitField(Arg0, ^INTR._LL, ILVL)
+        CreateBitField(RESO, ^INTR._LL, LLVL)
         Store(ILVL, LLVL)
 
         //
-- 
1.9.5.msysgit.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-12  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12  7:40 [PATCH] SecurityPkg:Tcg2Smm: Update Interrupt resource name Zhang, Chao B
2017-12-12  8:40 ` Long, Qin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox