From: Zhang, Chao B Date: Mon, 29 Feb 2016 01:17:03 +0000 (+0800) Subject: SecurityPkg: Tcg2Smm: Change TPM2.0 MMIO range attribute X-Git-Tag: edk2-stable201903~7773 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=447f73dbfeb015726d661ba2de251f3d543b6275 SecurityPkg: Tcg2Smm: Change TPM2.0 MMIO range attribute Change TPM2.0 MMIO resource attribute to ReadWrite according to TCG PC Client Platform Firmware Profile Spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Anbazhagan Baraneedharan Reviewed-by: Chao Zhang --- diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl index 776f43e972..ba316cfc22 100644 --- a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl +++ b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl @@ -3,6 +3,7 @@ and MemoryClear. Copyright (c) 2015, Intel Corporation. All rights reserved.
+(c)Copyright 2016 HP Development Company, L.P.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -40,7 +41,7 @@ DefinitionBlock ( // Return the resource consumed by TPM device // Name (_CRS, ResourceTemplate () { - Memory32Fixed (ReadOnly, 0xfed40000, 0x5000) + Memory32Fixed (ReadWrite, 0xfed40000, 0x5000) }) //