]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Change TPM MMIO range attribute
authorChao Zhang <chao.b.zhang@intel.com>
Tue, 28 Jul 2015 04:49:25 +0000 (04:49 +0000)
committerczhang46 <czhang46@Edk2>
Tue, 28 Jul 2015 04:49:25 +0000 (04:49 +0000)
For TCG spec compliance, Change TPM MMIO range attribute

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18089 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Tcg/TcgSmm/Tpm.asl
SecurityPkg/Tcg/TrEESmm/Tpm.asl

index 448ffecccfd862d32140ec2b81a584efca7591d4..087ff9f7929c87c0797dc05135f035b113d2c33a 100644 (file)
@@ -2,7 +2,7 @@
   The TPM definition block in ACPI table for physical presence  \r
   and MemoryClear.\r
 \r
-Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -41,7 +41,7 @@ DefinitionBlock (
       // Return the resource consumed by TPM device\r
       //\r
       Name (_CRS, ResourceTemplate () {\r
-        Memory32Fixed (ReadOnly, 0xfed40000, 0x5000)\r
+        Memory32Fixed (ReadWrite, 0xfed40000, 0x5000)\r
       })\r
 \r
       //\r
index 8f300fa041fe238bcfbfc7d740c2de73507c9d38..0f6b94a23d5fed2c9f0319967a2662f3bb0e0501 100644 (file)
@@ -2,7 +2,7 @@
   The TPM2 definition block in ACPI table for TrEE physical presence  \r
   and MemoryClear.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -40,7 +40,7 @@ DefinitionBlock (
       // Return the resource consumed by TPM device\r
       //\r
       Name (_CRS, ResourceTemplate () {\r
-        Memory32Fixed (ReadOnly, 0xfed40000, 0x5000)\r
+        Memory32Fixed (ReadWrite, 0xfed40000, 0x5000)\r
       })\r
 \r
       //\r