public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Thomas Abraham" <thomas.abraham@arm.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	Thomas Abraham <thomas.abraham@arm.com>,
	"kuqin12@gmail.com" <kuqin12@gmail.com>
Cc: 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>,
	Michael D Kinney <michael.d.kinney@intel.com>,
	Kelly Steele <kelly.steele@intel.com>,
	Zailiang Sun <zailiang.sun@intel.com>,
	Yi Qian <yi.qian@intel.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Leif Lindholm <leif@nuviainc.com>, nd <nd@arm.com>
Subject: Re: [edk2-devel] [edk2-staging][PATCH V1 0/5] Resolve dependency from MmUnblockMemoryLib
Date: Mon, 15 Mar 2021 04:52:34 +0000	[thread overview]
Message-ID: <VE1PR08MB49094923A7B1E78730F673B09D6C9@VE1PR08MB4909.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <166B34CD162567C8.6451@groups.io>

Hi Kun,

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Thomas
> Abraham via groups.io
> Sent: Thursday, March 11, 2021 11:39 AM
> To: devel@edk2.groups.io; kuqin12@gmail.com
> Cc: 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>; Michael D Kinney
> <michael.d.kinney@intel.com>; Kelly Steele <kelly.steele@intel.com>; Zailiang
> Sun <zailiang.sun@intel.com>; Yi Qian <yi.qian@intel.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>; Leif Lindholm <leif@nuviainc.com>; nd
> <nd@arm.com>
> Subject: Re: [edk2-devel] [edk2-staging][PATCH V1 0/5] Resolve dependency
> from MmUnblockMemoryLib
> 
> On 3/11/21 1:37 AM, Kun Qin via groups.io wrote:
> > The merging of commit range c5740f360636..59a3ccb09e7a on edk2 master
> has
> > separated Tcg2Smm driver into 2 functional componnents, Tcg2Acpi and Tcg2
> > MM driver. They also introduced dependency of MmUnblockMemoryLib on
> > VariableSmmRuntimeDxe as well as the new Tcg2Acpi driver.
> >
> > This patch series is sent to resolve the dependency mentioned above.
> >
> > Patch v1 branch: https://github.com/kuqin12/edk2-
> > platforms/tree/unblock_dependency_v1
> >
> > 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>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Kelly Steele <kelly.steele@intel.com>
> > Cc: Zailiang Sun <zailiang.sun@intel.com>
> > Cc: Yi Qian <yi.qian@intel.com>
> > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> > Cc: Leif Lindholm <leif@nuviainc.com>
> >
> > Kun Qin (5):
> >   MinPlatformPkg: CoreCommonLib: Added new library for
> >     VariableSmmRuntimeDxe
> >   MinPlatformPkg: Core Include Files: Added Tcg2Acpi driver after
> >     separation
> >   QuarkPlatformPkg: Quark DSC File: Added new library for
> >     VariableSmmRuntimeDxe
> >   Vlv2TbltDevicePkg: PlatformPkg DSC: Added library for
> >     VariableSmmRuntimeDxe
> >   Socionext: DeveloperBox DSC File: Added library for
> >     VariableSmmRuntimeDxe
> >
> >  Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc           | 1 +
> >  Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc          | 1 +
> >  Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf | 3
> ++-
> >  Platform/Intel/QuarkPlatformPkg/Quark.dsc                             | 1 +
> >  Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc                  | 1 +
> >  Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc                   | 1 +
> >  Platform/Socionext/DeveloperBox/DeveloperBox.dsc                      | 2 ++
> >  7 files changed, 9 insertions(+), 1 deletion(-)
> 
> Can this series be extended to resolve the dependency in Platform/Arm/SgiPkg
> as well? The change being applied in this patch series was tested with SgiPkg it
> does resolve the dependency.

This patch series need not be extended for Platform/Arm/SgiPkg. Sorry for the noise.

Thanks,
Thomas. 


      parent reply	other threads:[~2021-03-15  4:52 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   ` 回复: [edk2-devel] " gaoliming
2021-03-11  3:01     ` [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 [this message]

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=VE1PR08MB49094923A7B1E78730F673B09D6C9@VE1PR08MB4909.eurprd08.prod.outlook.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