public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "Gao, Liming" <gaoliming@byosoft.com.cn>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"quic_llindhol@quicinc.com" <quic_llindhol@quicinc.com>
Cc: 'Andrew Fish' <afish@apple.com>,
	"Aktas, Erdem" <erdemaktas@google.com>,
	"Yao, Jiewen" <jiewen.yao@intel.com>,
	"Xu, Min M" <min.m.xu@intel.com>,
	"'Tom Lendacky'" <thomas.lendacky@amd.com>,
	'Michael Roth' <michael.roth@amd.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [Patch 1/1] Maintainers.txt: Remove unused OvmfPkg Confidential Computing path
Date: Thu, 9 Nov 2023 20:25:11 +0000	[thread overview]
Message-ID: <CO1PR11MB49291346E49A331054D60D15D2AFA@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <011a01da1312$c51c5b80$4f551280$@byosoft.com.cn>

Merged: 
https://github.com/tianocore/edk2/pull/5027
https://github.com/tianocore/edk2/commit/35c0c63edbab6a37d6c019d613a4b06529941a80

Mike

> -----Original Message-----
> From: gaoliming <gaoliming@byosoft.com.cn>
> Sent: Thursday, November 9, 2023 5:44 AM
> To: devel@edk2.groups.io; quic_llindhol@quicinc.com; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Cc: 'Andrew Fish' <afish@apple.com>; Aktas, Erdem
> <erdemaktas@google.com>; Yao, Jiewen <jiewen.yao@intel.com>; Xu, Min M
> <min.m.xu@intel.com>; 'Tom Lendacky' <thomas.lendacky@amd.com>;
> 'Michael Roth' <michael.roth@amd.com>
> Subject: 回复: [edk2-devel] [Patch 1/1] Maintainers.txt: Remove unused
> OvmfPkg Confidential Computing path
> 
> I agree to merge it for this stable tag.
> 
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Leif Lindholm
> > 发送时间: 2023年11月9日 17:51
> > 收件人: Michael D Kinney <michael.d.kinney@intel.com>;
> > devel@edk2.groups.io
> > 抄送: Andrew Fish <afish@apple.com>; Erdem Aktas
> > <erdemaktas@google.com>; Jiewen Yao <jiewen.yao@intel.com>; Min Xu
> > <min.m.xu@intel.com>; Tom Lendacky <thomas.lendacky@amd.com>;
> > Michael Roth <michael.roth@amd.com>
> > 主题: Re: [edk2-devel] [Patch 1/1] Maintainers.txt: Remove unused
> OvmfPkg
> > Confidential Computing path
> >
> > Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
> >
> > I see no issues with this going in during soft freeze.
> >
> > /
> >      Leif
> >
> > On 2023-11-08 03:49, Michael D Kinney wrote:
> > > The following commit removed PlatformBootManagerLibGub from
> > > OvmfPkg.  Update Maintainers.txt to remove reference to
> > > deleted directory.
> > >
> > >
> > https://github.com/tianocore/edk2/commit/6fb2760dc8939b16a906b8e6bb2
> > 24764907168f3
> > >
> > > Cc: Andrew Fish <afish@apple.com>
> > > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > > Cc: Erdem Aktas <erdemaktas@google.com>
> > > Cc: Jiewen Yao <jiewen.yao@intel.com>
> > > Cc: Min Xu <min.m.xu@intel.com>
> > > Cc: Tom Lendacky <thomas.lendacky@amd.com>
> > > Cc: Michael Roth <michael.roth@amd.com>
> > > Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> > > ---
> > >   Maintainers.txt | 1 -
> > >   1 file changed, 1 deletion(-)
> > >
> > > diff --git a/Maintainers.txt b/Maintainers.txt
> > > index cfbde42f2e04..7c0b4cb58cfd 100644
> > > --- a/Maintainers.txt
> > > +++ b/Maintainers.txt
> > > @@ -497,7 +497,6 @@ F:
> > OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
> > >   F: OvmfPkg/Include/Library/MemEncryptSevLib.h
> > >   F: OvmfPkg/IoMmuDxe/CcIoMmu.*
> > >   F: OvmfPkg/Library/BaseMemEncryptSevLib/
> > > -F: OvmfPkg/Library/PlatformBootManagerLibGrub/
> > >   F: OvmfPkg/Library/CcExitLib/
> > >   F: OvmfPkg/PlatformPei/AmdSev.c
> > >   F: OvmfPkg/ResetVector/
> >
> >
> >
> > 
> >
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110998): https://edk2.groups.io/g/devel/message/110998
Mute This Topic: https://groups.io/mt/102493816/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



      reply	other threads:[~2023-11-09 20:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-08  3:49 [edk2-devel] [Patch 1/1] Maintainers.txt: Remove unused OvmfPkg Confidential Computing path Michael D Kinney
2023-11-08  4:04 ` Yao, Jiewen
2023-11-08  7:43 ` Gerd Hoffmann
2023-11-09  9:50 ` Leif Lindholm
2023-11-09 13:43   ` 回复: " gaoliming via groups.io
2023-11-09 20:25     ` Michael D Kinney [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=CO1PR11MB49291346E49A331054D60D15D2AFA@CO1PR11MB4929.namprd11.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