public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <kuqin12@gmail.com>
Cc: "'Chasel Chiu'" <chasel.chiu@intel.com>,
	"'Nate DeSimone'" <nathaniel.l.desimone@intel.com>,
	"'Eric Dong'" <eric.dong@intel.com>
Subject: 回复: [edk2-devel] [edk2-staging][PATCH V1 2/5] MinPlatformPkg: Core Include Files: Added Tcg2Acpi driver after separation
Date: Thu, 11 Mar 2021 09:40:46 +0800	[thread overview]
Message-ID: <00d801d71617$8f125080$ad36f180$@byosoft.com.cn> (raw)
In-Reply-To: <20210310200738.1220-3-kuqin12@gmail.com>

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

Besides, the subject should be edk2-platforms instead of edk2-staging. 

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Kun Qin
> 发送时间: 2021年3月11日 4:08
> 收件人: devel@edk2.groups.io
> 抄送: Chasel Chiu <chasel.chiu@intel.com>; Nate DeSimone
> <nathaniel.l.desimone@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Eric Dong <eric.dong@intel.com>
> 主题: [edk2-devel] [edk2-staging][PATCH V1 2/5] MinPlatformPkg: Core
> Include Files: Added Tcg2Acpi driver after separation
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3251
> 
> This change follows the commit that separates the original Tcg2Smm driver
> into Tcg2Acpi and Tcg2 MM based on functionality in DXE and MM. The new
> Tcg2Acpi driver now will be responsible for patching and publishing ACPI
> table from DXE, and Tcg2 MM driver will be handling runtime MMI requests
> from ACPI calls.
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> 
> Signed-off-by: Kun Qin <kuqin12@gmail.com>
> ---
>  Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> | 1 +
>  Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf | 3
> ++-
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> index a76a9bf5fdf9..c2ade240f314 100644
> --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc
> @@ -155,6 +155,7 @@
> 
> NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.i
> nf
>    }
>    SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> +  SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf
>    SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
>  !endif
> 
> diff --git
> a/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf
> b/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf
> index 45dda7ea0a91..3edc878e173b 100644
> ---
a/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf
> +++
> b/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf
> @@ -14,6 +14,7 @@
>  !if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable == TRUE
>  INF  SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
>  INF  SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
> -INF  RuleOverride = DRIVER_ACPITABLE
> SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> +INF  SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> +INF  RuleOverride = DRIVER_ACPITABLE
> SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf
>  INF  SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
>  !endif
> --
> 2.30.0.windows.1
> 
> 
> 
> 
> 




  reply	other threads:[~2021-03-11  1:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10 20:07 [edk2-staging][PATCH V1 0/5] Resolve dependency from MmUnblockMemoryLib Kun Qin
2021-03-10 20:07 ` [edk2-staging][PATCH V1 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe Kun Qin
2021-03-11  1:40   ` 回复: [edk2-devel] " gaoliming
2021-03-10 20:07 ` [edk2-staging][PATCH V1 2/5] MinPlatformPkg: Core Include Files: Added Tcg2Acpi driver after separation Kun Qin
2021-03-11  1:40   ` gaoliming [this message]
2021-03-11  3:01     ` [edk2-devel] 回复: [edk2-devel] " kuqin12
2021-03-10 20:07 ` [edk2-staging][PATCH V1 3/5] QuarkPlatformPkg: Quark DSC File: Added new library for VariableSmmRuntimeDxe Kun Qin
2021-03-10 21:37   ` Steele, Kelly
2021-03-10 20:07 ` [edk2-staging][PATCH V1 4/5] Vlv2TbltDevicePkg: PlatformPkg DSC: Added " Kun Qin
2021-03-15 19:22   ` kuqin12
2021-03-10 20:07 ` [edk2-staging][PATCH V1 5/5] Socionext: DeveloperBox DSC File: " Kun Qin
2021-03-15 19:23   ` Kun Qin
2021-03-11  6:08 ` [edk2-devel] [edk2-staging][PATCH V1 0/5] Resolve dependency from MmUnblockMemoryLib Thomas Abraham
     [not found] ` <166B34CD162567C8.6451@groups.io>
2021-03-15  4:52   ` Thomas Abraham

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='00d801d71617$8f125080$ad36f180$@byosoft.com.cn' \
    --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