From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: "Dong, Eric" <eric.dong@intel.com>,
"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [Patch 00/10] Enable BlockSid related PP actions.
Date: Mon, 21 Nov 2016 03:31:35 +0000 [thread overview]
Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386D7FAF@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1479276049-34308-1-git-send-email-eric.dong@intel.com>
Reviewed-by: jiewen.yao@intel.com
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> Eric Dong
> Sent: Wednesday, November 16, 2016 2:01 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [Patch 00/10] Enable BlockSid related PP actions.
>
> TCG physical presence defined storage related actions and Opal
> solution need to use these actions. This patch series enable
> these actions and used in the opal solution.
>
> Eric Dong (10):
> SecurityPkg: Add definition for Physical Presence storage flag.
> SecurityPkg: Add header file for TcgPhysicalPresenceStorageLib.
> SecurityPkg: Add DxeTcgPhysicalPresenceStorageLib.
> SecurityPkg: Add SmmTcgPhysicalPresenceStorageLib.
> SecurityPkg DxeTcg2PhysicalPresenceLib: Enable Storage actions.
> SecurityPkg DxeTcgPhysicalPresenceLib: Enable Storage actions.
> SecurityPkg SmmTcg2PhysicalPresenceLib: Enable Storage actions.
> SecurityPkg TcgSmm: Enable Storage actions.
> SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSID.
> SecurityPkg Tcg2Config: Remove the empty options.
>
> .../Include/Guid/TcgPhysicalPresenceStorageData.h | 35 ++
> .../Library/TcgPhysicalPresenceStorageLib.h | 152 +++++++
> .../DxeTcg2PhysicalPresenceLib.c | 25 +-
> .../DxeTcg2PhysicalPresenceLib.inf | 1 +
> .../DxeTcgPhysicalPresenceLib.c | 19 +-
> .../DxeTcgPhysicalPresenceLib.inf | 4 +-
> .../DxeTcg2PhysicalPresenceStorage.c | 504
> +++++++++++++++++++++
> .../DxeTcg2PhysicalPresenceStorage.h | 88 ++++
> .../DxeTcgPhysicalPresenceStorage.c | 501
> ++++++++++++++++++++
> .../DxeTcgPhysicalPresenceStorage.h | 88 ++++
> .../DxeTcgPhysicalPresenceStorageLib.c | 390
> ++++++++++++++++
> .../DxeTcgPhysicalPresenceStorageLib.inf | 67 +++
> .../DxeTcgPhysicalPresenceStorageLib.uni | 18 +
> .../DxeTcgPhysicalPresenceStorageLibInternal.h | 31 ++
> .../DxeTcgPhysicalPresenceStorageLibStrings.uni | 31 ++
> .../SmmTcg2PhysicalPresenceLib.c | 65 ++-
> .../SmmTcg2PhysicalPresenceLib.inf | 4 +-
> .../SmmTcgPhysicalPresenceStorageLib.c | 181 ++++++++
> .../SmmTcgPhysicalPresenceStorageLib.inf | 46 ++
> .../SmmTcgPhysicalPresenceStorageLib.uni | 18 +
> SecurityPkg/SecurityPkg.dec | 85 ++--
> SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c | 25 +-
> SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.h | 4 +-
> SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 143 ++++--
> .../Opal/OpalPasswordDxe/OpalHiiFormStrings.uni | 20 +-
> .../Tcg/Opal/OpalPasswordDxe/OpalHiiPrivate.h | 6 +-
> .../Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf | 1 +
> .../Tcg/Opal/OpalPasswordDxe/OpalPasswordForm.vfr | 25 +-
> SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr | 3 -
> SecurityPkg/Tcg/TcgSmm/TcgSmm.c | 23 +
> SecurityPkg/Tcg/TcgSmm/TcgSmm.h | 2 +
> SecurityPkg/Tcg/TcgSmm/TcgSmm.inf | 1 +
> 32 files changed, 2477 insertions(+), 129 deletions(-)
> create mode 100644
> SecurityPkg/Include/Guid/TcgPhysicalPresenceStorageData.h
> create mode 100644
> SecurityPkg/Include/Library/TcgPhysicalPresenceStorageLib.h
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcg2PhysicalPres
> enceStorage.c
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcg2PhysicalPres
> enceStorage.h
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorage.c
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorage.h
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorageLib.c
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorageLib.inf
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorageLib.uni
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorageLibInternal.h
> create mode 100644
> SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPrese
> nceStorageLibStrings.uni
> create mode 100644
> SecurityPkg/Library/SmmTcgPhysicalPresenceStorageLib/SmmTcgPhysicalPre
> senceStorageLib.c
> create mode 100644
> SecurityPkg/Library/SmmTcgPhysicalPresenceStorageLib/SmmTcgPhysicalPre
> senceStorageLib.inf
> create mode 100644
> SecurityPkg/Library/SmmTcgPhysicalPresenceStorageLib/SmmTcgPhysicalPre
> senceStorageLib.uni
>
> --
> 2.6.4.windows.1
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
next prev parent reply other threads:[~2016-11-21 3:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-16 6:00 [Patch 00/10] Enable BlockSid related PP actions Eric Dong
2016-11-16 6:00 ` [Patch 01/10] SecurityPkg: Add definition for Physical Presence storage flag Eric Dong
2016-11-16 6:00 ` [Patch 02/10] SecurityPkg: Add header file for TcgPhysicalPresenceStorageLib Eric Dong
2016-11-16 6:00 ` [Patch 03/10] SecurityPkg: Add DxeTcgPhysicalPresenceStorageLib Eric Dong
2016-11-17 5:49 ` Zhang, Chao B
2016-11-16 6:00 ` [Patch 04/10] SecurityPkg: Add SmmTcgPhysicalPresenceStorageLib Eric Dong
2016-11-16 6:00 ` [Patch 05/10] SecurityPkg DxeTcg2PhysicalPresenceLib: Enable Storage actions Eric Dong
2016-11-16 6:00 ` [Patch 06/10] SecurityPkg DxeTcgPhysicalPresenceLib: " Eric Dong
2016-11-16 6:00 ` [Patch 07/10] SecurityPkg SmmTcg2PhysicalPresenceLib: " Eric Dong
2016-11-17 5:58 ` Zhang, Chao B
2016-11-16 6:00 ` [Patch 08/10] SecurityPkg TcgSmm: " Eric Dong
2016-11-16 6:00 ` [Patch 09/10] SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSID Eric Dong
2016-11-16 6:00 ` [Patch 10/10] SecurityPkg Tcg2Config: Remove the empty options Eric Dong
2016-11-21 3:31 ` Yao, Jiewen [this message]
2016-11-23 8:12 ` [Patch 00/10] Enable BlockSid related PP actions Dong, Eric
2016-11-23 8:14 ` Yao, Jiewen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=74D8A39837DF1E4DA445A8C0B3885C50386D7FAF@shsmsx102.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox