REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2443
Add PPFunction to extend the EFI_TCG2_PHYSICAL_PRESENCE. It refers to Physical Presence Function Index. Cc: Jiewen Yao <[email protected]> Cc: Jian J Wang <[email protected]> Cc: Chao Zhang <[email protected]> Signed-off-by: Zhichao Gao <[email protected]> --- SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h b/SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h index 382b487649..b962e81788 100644 --- a/SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h +++ b/SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h @@ -4,7 +4,7 @@ cleared after it is processed in the next boot cycle. The TPM2 response is saved to variable. -Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved. <BR> +Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -20,6 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #define TCG2_PHYSICAL_PRESENCE_VARIABLE L"Tcg2PhysicalPresence" typedef struct { + UINT8 PPFunction; ///< Physical Presence Function Index UINT8 PPRequest; ///< Physical Presence request command. UINT32 PPRequestParameter; ///< Physical Presence request Parameter. UINT8 LastPPRequest; -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#52716): https://edk2.groups.io/g/devel/message/52716 Mute This Topic: https://groups.io/mt/69392336/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
