* [PATCH] SecurityPkg: TcgPei: Sync TCG PP lifetime lock state
@ 2017-01-06 1:33 Zhang, Chao B
2017-01-06 1:51 ` Long, Qin
0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Chao B @ 2017-01-06 1:33 UTC (permalink / raw)
To: edk2-devel; +Cc: qin.long, Chao Zhang
Sync TCG lifetime lock state after performing PP command.
Later logic checks such state.
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
---
SecurityPkg/Tcg/TcgPei/TcgPei.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.c b/SecurityPkg/Tcg/TcgPei/TcgPei.c
index 25724a6..63807f4 100644
--- a/SecurityPkg/Tcg/TcgPei/TcgPei.c
+++ b/SecurityPkg/Tcg/TcgPei/TcgPei.c
@@ -1,7 +1,7 @@
/** @file
Initialize TPM device and measure FVs before handing off control to DXE.
-Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>
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
@@ -591,6 +591,7 @@ PhysicalPresencePpiNotifyCallback (
// Lock TPM LifetimeLock is required, and LifetimeLock is not locked yet.
//
PhysicalPresenceValue = TPM_PHYSICAL_PRESENCE_LIFETIME_LOCK;
+ TpmPermanentFlags.physicalPresenceLifetimeLock = TRUE;
if (PcdGetBool (PcdPhysicalPresenceCmdEnable)) {
PhysicalPresenceValue |= TPM_PHYSICAL_PRESENCE_CMD_ENABLE;
--
1.9.5.msysgit.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] SecurityPkg: TcgPei: Sync TCG PP lifetime lock state
2017-01-06 1:33 [PATCH] SecurityPkg: TcgPei: Sync TCG PP lifetime lock state Zhang, Chao B
@ 2017-01-06 1:51 ` Long, Qin
0 siblings, 0 replies; 2+ messages in thread
From: Long, Qin @ 2017-01-06 1:51 UTC (permalink / raw)
To: Zhang, Chao B, edk2-devel@lists.01.org
Reviewed-by: Qin Long <qin.long@intel.com>
> -----Original Message-----
> From: Zhang, Chao B
> Sent: Friday, January 06, 2017 9:33 AM
> To: edk2-devel@lists.01.org
> Cc: Long, Qin; Zhang, Chao B
> Subject: [PATCH] SecurityPkg: TcgPei: Sync TCG PP lifetime lock state
>
> Sync TCG lifetime lock state after performing PP command.
> Later logic checks such state.
>
> Cc: Long Qin <qin.long@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
> ---
> SecurityPkg/Tcg/TcgPei/TcgPei.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.c
> b/SecurityPkg/Tcg/TcgPei/TcgPei.c index 25724a6..63807f4 100644
> --- a/SecurityPkg/Tcg/TcgPei/TcgPei.c
> +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.c
> @@ -1,7 +1,7 @@
> /** @file
> Initialize TPM device and measure FVs before handing off control to DXE.
>
> -Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>
> +Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>
> 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
> @@ -591,6 +591,7 @@ PhysicalPresencePpiNotifyCallback (
> // Lock TPM LifetimeLock is required, and LifetimeLock is not locked yet.
> //
> PhysicalPresenceValue = TPM_PHYSICAL_PRESENCE_LIFETIME_LOCK;
> + TpmPermanentFlags.physicalPresenceLifetimeLock = TRUE;
>
> if (PcdGetBool (PcdPhysicalPresenceCmdEnable)) {
> PhysicalPresenceValue |= TPM_PHYSICAL_PRESENCE_CMD_ENABLE;
> --
> 1.9.5.msysgit.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-06 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-06 1:33 [PATCH] SecurityPkg: TcgPei: Sync TCG PP lifetime lock state Zhang, Chao B
2017-01-06 1:51 ` Long, Qin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox