From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.336.1615426848596387740 for ; Wed, 10 Mar 2021 17:40:49 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 11 Mar 2021 09:40:44 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Chasel Chiu'" , "'Nate DeSimone'" , "'Eric Dong'" References: <20210310200738.1220-1-kuqin12@gmail.com> <20210310200738.1220-3-kuqin12@gmail.com> In-Reply-To: <20210310200738.1220-3-kuqin12@gmail.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW2VkazItc3RhZ2luZ11bUEFUQ0ggVjEgMi81XSBNaW5QbGF0Zm9ybVBrZzogQ29yZSBJbmNsdWRlIEZpbGVzOiBBZGRlZCBUY2cyQWNwaSBkcml2ZXIgYWZ0ZXIgc2VwYXJhdGlvbg==?= Date: Thu, 11 Mar 2021 09:40:46 +0800 Message-ID: <00d801d71617$8f125080$ad36f180$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHq1Ha2Ns6RmSRQnVTWADWi9798dAFfVdy7qkuLanA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao Besides, the subject should be edk2-platforms instead of edk2-staging.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA= =B1=ED Kun Qin > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA3=D4=C211=C8=D5 4:08 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Chasel Chiu ; Nate DeSimone > ; Liming Gao ; > Eric Dong > =D6=F7=CC=E2: [edk2-devel] [edk2-staging][PATCH V1 2/5] MinPlatformPkg: = Core > Include Files: Added Tcg2Acpi driver after separation >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3251 >=20 > This change follows the commit that separates the original Tcg2Smm drive= r > 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. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Cc: Eric Dong >=20 > Signed-off-by: Kun Qin > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > | 1 + > Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf |= 3 > ++- > 2 files changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.ds= c > 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 @@ >=20 > NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.i > nf > } > SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf > + SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf > SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf > !endif >=20 > 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 =3D=3D TRUE > INF SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf > INF SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf > -INF RuleOverride =3D DRIVER_ACPITABLE > SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf > +INF SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf > +INF RuleOverride =3D DRIVER_ACPITABLE > SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf > INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf > !endif > -- > 2.30.0.windows.1 >=20 >=20 >=20 >=20 >=20