回复: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to support new resource attributes

2024-05-27 Thread gaoliming via groups.io
Jiewen:
  If the patch is urgent to be merged, I will help add push label to merge
it with current process. 
  
  If the patch is not urgent, it can be merged after TianoCore Code Review
is switched from email to GitHub Pull Requests on US Tuesday.

Thanks
Liming
> -邮件原件-
> 发件人: devel@edk2.groups.io  代表 Yao, Jiewen
> 发送时间: 2024年5月27日 14:43
> 收件人: Lin, Du ; devel@edk2.groups.io
> 抄送: Ard Biesheuvel ; Gerd Hoffmann
> 
> 主题: Re: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
support
> new resource attributes
> 
> I have approved it.
> 
> What is the process to merge? There is no COMMIT button or PUSH label.
> 
> 
> > -Original Message-
> > From: Lin, Du 
> > Sent: Monday, May 27, 2024 2:23 PM
> > To: devel@edk2.groups.io
> > Cc: Ard Biesheuvel ; Gerd Hoffmann
> > ; Yao, Jiewen ; Lin, Du
> > 
> > Subject: RE: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> > support new resource attributes
> >
> > Thanks for the review and approval. Could you please help merge this
patch to
> > the upstream? A pull request has been created for this patch:
> > https://github.com/tianocore/edk2/pull/5644. Thanks.
> >
> > BRs,
> > Lin, Du
> >
> > -Original Message-
> > From: Yao, Jiewen 
> > Sent: Thursday, May 16, 2024 5:37 PM
> > To: devel@edk2.groups.io; Lin, Du 
> > Cc: Ard Biesheuvel ; Gerd Hoffmann
> > 
> > Subject: RE: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> > support new resource attributes
> >
> > Reviewed-by: Jiewen Yao 
> >
> > > -Original Message-
> > > From: devel@edk2.groups.io  On Behalf Of Lin, Du
> > > Sent: Thursday, May 9, 2024 1:27 PM
> > > To: devel@edk2.groups.io
> > > Cc: Lin, Du ; Ard Biesheuvel
> > > ; Gerd Hoffmann ; Yao,
> > > Jiewen 
> > > Subject: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> > > support new resource attributes
> > >
> > > Encrypted and Special Purpose resource attributes are introduced in PI
> > > 1.8 Specification. This patch is to update VMM Hob list integrity
> > > check to recognise these resource attributes.
> > >
> > > Cc: Ard Biesheuvel 
> > > Cc: Gerd Hoffmann 
> > > Cc: Jiewen Yao 
> > > Signed-off-by: Du Lin 
> > > ---
> > >  OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > b/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > index b6085eab44..19e9b1bf54 100644
> > > --- a/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > +++ b/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > @@ -643,6 +643,8 @@ ValidateHobList (
> > >
> > > EFI_RESOURCE_ATTRIBUTE_PERSISTABLE |
> > >
> > > EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTED |
> > >
> > > EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTABLE |
> > > +
> > > + EFI_RESOURCE_ATTRIBUTE_ENCRYPTED|
> > > +
> > > EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE |
> > >
> > > EFI_RESOURCE_ATTRIBUTE_MORE_RELIABLE))) != 0)
> > >  {
> > >DEBUG ((DEBUG_ERROR, "HOB: Unknow ResourceDescriptor
> > > ResourceAttribute type. Type: 0x%08x\n", Hob.ResourceDescriptor-
> > > >ResourceAttribute));
> > > --
> > > 2.44.0.windows.1
> > >
> > >
> > >
> > >
> > >
> 
> 
> 
> 
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119277): https://edk2.groups.io/g/devel/message/119277
Mute This Topic: https://groups.io/mt/106326539/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to support new resource attributes

2024-05-27 Thread Yao, Jiewen
Thanks. Not urgent. Let’s wait.


> -Original Message-
> From: gaoliming 
> Sent: Monday, May 27, 2024 3:12 PM
> To: devel@edk2.groups.io; Yao, Jiewen ; Lin, Du
> 
> Cc: 'Ard Biesheuvel' ; 'Gerd Hoffmann'
> 
> Subject: 回复: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> support new resource attributes
> 
> Jiewen:
>   If the patch is urgent to be merged, I will help add push label to merge
> it with current process.
> 
>   If the patch is not urgent, it can be merged after TianoCore Code Review
> is switched from email to GitHub Pull Requests on US Tuesday.
> 
> Thanks
> Liming
> > -邮件原件-
> > 发件人: devel@edk2.groups.io  代表 Yao, Jiewen
> > 发送时间: 2024年5月27日 14:43
> > 收件人: Lin, Du ; devel@edk2.groups.io
> > 抄送: Ard Biesheuvel ; Gerd Hoffmann
> > 
> > 主题: Re: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> support
> > new resource attributes
> >
> > I have approved it.
> >
> > What is the process to merge? There is no COMMIT button or PUSH label.
> >
> >
> > > -Original Message-
> > > From: Lin, Du 
> > > Sent: Monday, May 27, 2024 2:23 PM
> > > To: devel@edk2.groups.io
> > > Cc: Ard Biesheuvel ; Gerd Hoffmann
> > > ; Yao, Jiewen ; Lin, Du
> > > 
> > > Subject: RE: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> > > support new resource attributes
> > >
> > > Thanks for the review and approval. Could you please help merge this
> patch to
> > > the upstream? A pull request has been created for this patch:
> > > https://github.com/tianocore/edk2/pull/5644. Thanks.
> > >
> > > BRs,
> > > Lin, Du
> > >
> > > -Original Message-
> > > From: Yao, Jiewen 
> > > Sent: Thursday, May 16, 2024 5:37 PM
> > > To: devel@edk2.groups.io; Lin, Du 
> > > Cc: Ard Biesheuvel ; Gerd Hoffmann
> > > 
> > > Subject: RE: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> > > support new resource attributes
> > >
> > > Reviewed-by: Jiewen Yao 
> > >
> > > > -Original Message-
> > > > From: devel@edk2.groups.io  On Behalf Of Lin, Du
> > > > Sent: Thursday, May 9, 2024 1:27 PM
> > > > To: devel@edk2.groups.io
> > > > Cc: Lin, Du ; Ard Biesheuvel
> > > > ; Gerd Hoffmann ; Yao,
> > > > Jiewen 
> > > > Subject: [edk2-devel] [PATCH] OvmfPkg: Update VMM Hob list check to
> > > > support new resource attributes
> > > >
> > > > Encrypted and Special Purpose resource attributes are introduced in PI
> > > > 1.8 Specification. This patch is to update VMM Hob list integrity
> > > > check to recognise these resource attributes.
> > > >
> > > > Cc: Ard Biesheuvel 
> > > > Cc: Gerd Hoffmann 
> > > > Cc: Jiewen Yao 
> > > > Signed-off-by: Du Lin 
> > > > ---
> > > >  OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c | 2 ++
> > > >  1 file changed, 2 insertions(+)
> > > >
> > > > diff --git a/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > > b/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > > index b6085eab44..19e9b1bf54 100644
> > > > --- a/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > > +++ b/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
> > > > @@ -643,6 +643,8 @@ ValidateHobList (
> > > >
> > > > EFI_RESOURCE_ATTRIBUTE_PERSISTABLE |
> > > >
> > > > EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTED |
> > > >
> > > > EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTABLE |
> > > > +
> > > > + EFI_RESOURCE_ATTRIBUTE_ENCRYPTED|
> > > > +
> > > > EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE |
> > > >
> > > > EFI_RESOURCE_ATTRIBUTE_MORE_RELIABLE))) != 0)
> > > >  {
> > > >DEBUG ((DEBUG_ERROR, "HOB: Unknow ResourceDescriptor
> > > > ResourceAttribute type. Type: 0x%08x\n", Hob.ResourceDescriptor-
> > > > >ResourceAttribute));
> > > > --
> > > > 2.44.0.windows.1
> > > >
> > > >
> > > >
> > > >
> > > >
> >
> >
> >
> > 
> >
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119278): https://edk2.groups.io/g/devel/message/119278
Mute This Topic: https://groups.io/mt/106326545/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

2024-05-27 Thread gaoliming via groups.io
Wenxing:

  If this patch is required to be merged immediately, I will help add push 
label.  

 

Thanks

Liming

发件人: devel@edk2.groups.io  代表 Wenxing Hou
发送时间: 2024年5月27日 12:24
收件人: gaoliming ; devel@edk2.groups.io; Kinney, 
Michael D ; 'Andrew Fish' ; 'Leif 
Lindholm' 
抄送: 'Ard Biesheuvel' ; sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John ; Li, Yi1 
; Yao, Jiewen 
主题: Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Hi Liming,

 

 

Our PR: https://github.com/tianocore/edk2/pull/5645 need to be merged too.

And the CryptoPkg maintainer Li Yi  can not add the Push label.

 

Could you please merge this PR?

 

Thanks,

Wenxing

 

 

From: gaoliming mailto:gaolim...@byosoft.com.cn> > 
Sent: Tuesday, May 21, 2024 10:21 PM
To: devel@edk2.groups.io  ; Hou, Wenxing 
mailto:wenxing@intel.com> >; Kinney, Michael D 
mailto:michael.d.kin...@intel.com> >; 'Andrew 
Fish' mailto:af...@apple.com> >; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com> >
Cc: 'Ard Biesheuvel' mailto:a...@kernel.org> >; 
sam.kay...@arm.com  ; dougfl...@microsoft.com 
 ; Mathews, John mailto:john.math...@intel.com> >; Li, Yi1 mailto:yi1...@intel.com> >; Yao, Jiewen mailto:jiewen@intel.com> >
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Wenxing:

  We are in hard feature freeze phase. In this phase, only bug fixes will be 
accepted 
(https://github.com/tianocore/tianocore.github.io/wiki/HardFeatureFreeze). 

 

So, this patch set may be merged after the stable tag is created. 

 

Thanks

Liming

发件人:   devel@edk2.groups.io < 
 devel@edk2.groups.io> 代表 Wenxing Hou
发送时间: 2024年5月17日 23:10
收件人: gaoliming <  gaolim...@byosoft.com.cn>; 
Kinney, Michael D <  
michael.d.kin...@intel.com>;   
devel@edk2.groups.io; 'Andrew Fish' <  
af...@apple.com>; 'Leif Lindholm' <  
quic_llind...@quicinc.com>
抄送: 'Ard Biesheuvel' <  a...@kernel.org>;  
 sam.kay...@arm.com;  
 dougfl...@microsoft.com; Mathews, John < 
 john.math...@intel.com>; Li, Yi1 < 
 yi1...@intel.com>; Yao, Jiewen < 
 jiewen@intel.com>
主题: Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Hi Liming and Mike,

 

For the PATCH: Add more crypt APIs based on Mbedtls ( 
 
https://edk2.groups.io/g/devel/message/118772),

I have fixed the code based on Mike’s feedback

and added the platform integration test table in commit message.

 

Could you approve this PATCH to catch this table tag?

 

 

Thanks,

Wenxing

From: gaoliming <  gaolim...@byosoft.com.cn> 
Sent: Wednesday, May 15, 2024 8:49 AM
To: Kinney, Michael D <  
michael.d.kin...@intel.com>;   
devel@edk2.groups.io; 'Andrew Fish' <  
af...@apple.com>; 'Leif Lindholm' <  
quic_llind...@quicinc.com>
Cc: 'Ard Biesheuvel' <  a...@kernel.org>;  
 sam.kay...@arm.com;  
 dougfl...@microsoft.com; Mathews, John < 
 john.math...@intel.com>; Hou, Wenxing < 
 wenxing@intel.com>; Li, Yi1 < 
 yi1...@intel.com>; Yao, Jiewen < 
 jiewen@intel.com>
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Mike:

  Thanks for your comments. I update the status below. 

 

Thanks

Liming

发件人: Kinney, Michael D <  
michael.d.kin...@intel.com> 
发送时间: 2024年5月15日 0:35
收件人: gaoliming <  gaolim...@byosoft.com.cn>;  
 devel@edk2.groups.io; 'Andrew Fish' < 
 af...@apple.com>; 'Leif Lindholm' < 
 quic_llind...@quicinc.com>
抄送: 'Ard Biesheuvel' <  a...@kernel.org>;  
 sam.kay...@arm.com;  
 dougfl...@microsoft.com; Mathews, John < 
 john.math...@intel.com>; Hou, Wenxing < 
 wenxing@intel.com>; Li, Yi1 < 
 yi1...@intel.com>; Yao, Jiewen < 
 jiewen@intel.com>; Kinney, Michael D < 
 michael.d.kin...@intel.com>
主题: RE: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

2024-05-27 Thread Wenxing Hou
Hi Liming,

Yes. We want to merge it immediately.

Thanks for your support!


Thanks,
Wenxing

From: gaoliming 
Sent: Monday, May 27, 2024 4:21 PM
To: devel@edk2.groups.io; Hou, Wenxing ; Kinney, Michael 
D ; 'Andrew Fish' ; 'Leif 
Lindholm' 
Cc: 'Ard Biesheuvel' ; sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John ; Li, Yi1 
; Yao, Jiewen 
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

Wenxing:
  If this patch is required to be merged immediately, I will help add push 
label.

Thanks
Liming
发件人: devel@edk2.groups.io 
mailto:devel@edk2.groups.io>> 代表 Wenxing Hou
发送时间: 2024年5月27日 12:24
收件人: gaoliming mailto:gaolim...@byosoft.com.cn>>; 
devel@edk2.groups.io; Kinney, Michael D 
mailto:michael.d.kin...@intel.com>>; 'Andrew Fish' 
mailto:af...@apple.com>>; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com>>
抄送: 'Ard Biesheuvel' mailto:a...@kernel.org>>; 
sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John 
mailto:john.math...@intel.com>>; Li, Yi1 
mailto:yi1...@intel.com>>; Yao, Jiewen 
mailto:jiewen@intel.com>>
主题: Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

Hi Liming,


Our PR: https://github.com/tianocore/edk2/pull/5645 need to be merged too.
And the CryptoPkg maintainer Li Yi  can not add the Push label.

Could you please merge this PR?

Thanks,
Wenxing


From: gaoliming mailto:gaolim...@byosoft.com.cn>>
Sent: Tuesday, May 21, 2024 10:21 PM
To: devel@edk2.groups.io; Hou, Wenxing 
mailto:wenxing@intel.com>>; Kinney, Michael D 
mailto:michael.d.kin...@intel.com>>; 'Andrew Fish' 
mailto:af...@apple.com>>; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com>>
Cc: 'Ard Biesheuvel' mailto:a...@kernel.org>>; 
sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John 
mailto:john.math...@intel.com>>; Li, Yi1 
mailto:yi1...@intel.com>>; Yao, Jiewen 
mailto:jiewen@intel.com>>
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

Wenxing:
  We are in hard feature freeze phase. In this phase, only bug fixes will be 
accepted 
(https://github.com/tianocore/tianocore.github.io/wiki/HardFeatureFreeze).

So, this patch set may be merged after the stable tag is created.

Thanks
Liming
发件人: devel@edk2.groups.io 
mailto:devel@edk2.groups.io>> 代表 Wenxing Hou
发送时间: 2024年5月17日 23:10
收件人: gaoliming mailto:gaolim...@byosoft.com.cn>>; 
Kinney, Michael D 
mailto:michael.d.kin...@intel.com>>; 
devel@edk2.groups.io; 'Andrew Fish' 
mailto:af...@apple.com>>; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com>>
抄送: 'Ard Biesheuvel' mailto:a...@kernel.org>>; 
sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John 
mailto:john.math...@intel.com>>; Li, Yi1 
mailto:yi1...@intel.com>>; Yao, Jiewen 
mailto:jiewen@intel.com>>
主题: Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

Hi Liming and Mike,

For the PATCH: Add more crypt APIs based on Mbedtls 
(https://edk2.groups.io/g/devel/message/118772),
I have fixed the code based on Mike’s feedback
and added the platform integration test table in commit message.

Could you approve this PATCH to catch this table tag?


Thanks,
Wenxing
From: gaoliming mailto:gaolim...@byosoft.com.cn>>
Sent: Wednesday, May 15, 2024 8:49 AM
To: Kinney, Michael D 
mailto:michael.d.kin...@intel.com>>; 
devel@edk2.groups.io; 'Andrew Fish' 
mailto:af...@apple.com>>; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com>>
Cc: 'Ard Biesheuvel' mailto:a...@kernel.org>>; 
sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John 
mailto:john.math...@intel.com>>; Hou, Wenxing 
mailto:wenxing@intel.com>>; Li, Yi1 
mailto:yi1...@intel.com>>; Yao, Jiewen 
mailto:jiewen@intel.com>>
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

Mike:
  Thanks for your comments. I update the status below.

Thanks
Liming
发件人: Kinney, Michael D 
mailto:michael.d.kin...@intel.com>>
发送时间: 2024年5月15日 0:35
收件人: gaoliming mailto:gaolim...@byosoft.com.cn>>; 
devel@edk2.groups.io; 'Andrew Fish' 
mailto:af...@apple.com>>; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com>>
抄送: 'Ard Biesheuvel' mailto:a...@kernel.org>>; 
sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John 
mailto:john.math...@intel.com>>; Hou, Wenxing 
mailto:wenxing@intel.com>>; Li, Yi1 
mailto:yi1...@intel.com>>; Yao, Jiewen 
mailto:jiewen@intel.com>>; Kinney, Michael D 
mailto:michael.d.kin...@intel.com>>
主题: RE: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

Hi Liming,

My responses be

回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

2024-05-27 Thread gaoliming via groups.io
I just add push label. 

 

Thanks

Liming

发件人: Hou, Wenxing  
发送时间: 2024年5月27日 16:24
收件人: gaoliming ; devel@edk2.groups.io; Kinney, 
Michael D ; 'Andrew Fish' ; 'Leif 
Lindholm' 
抄送: 'Ard Biesheuvel' ; sam.kay...@arm.com; 
dougfl...@microsoft.com; Mathews, John ; Li, Yi1 
; Yao, Jiewen 
主题: RE: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Hi Liming,

 

Yes. We want to merge it immediately.

 

Thanks for your support!

 

 

Thanks,

Wenxing

 

From: gaoliming mailto:gaolim...@byosoft.com.cn> > 
Sent: Monday, May 27, 2024 4:21 PM
To: devel@edk2.groups.io  ; Hou, Wenxing 
mailto:wenxing@intel.com> >; Kinney, Michael D 
mailto:michael.d.kin...@intel.com> >; 'Andrew 
Fish' mailto:af...@apple.com> >; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com> >
Cc: 'Ard Biesheuvel' mailto:a...@kernel.org> >; 
sam.kay...@arm.com  ; dougfl...@microsoft.com 
 ; Mathews, John mailto:john.math...@intel.com> >; Li, Yi1 mailto:yi1...@intel.com> >; Yao, Jiewen mailto:jiewen@intel.com> >
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Wenxing:

  If this patch is required to be merged immediately, I will help add push 
label.  

 

Thanks

Liming

发件人: devel@edk2.groups.io   mailto:devel@edk2.groups.io> > 代表 Wenxing Hou
发送时间: 2024年5月27日 12:24
收件人: gaoliming mailto:gaolim...@byosoft.com.cn> >; 
devel@edk2.groups.io  ; Kinney, Michael D 
mailto:michael.d.kin...@intel.com> >; 'Andrew 
Fish' mailto:af...@apple.com> >; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com> >
抄送: 'Ard Biesheuvel' mailto:a...@kernel.org> >; 
sam.kay...@arm.com  ; dougfl...@microsoft.com 
 ; Mathews, John mailto:john.math...@intel.com> >; Li, Yi1 mailto:yi1...@intel.com> >; Yao, Jiewen mailto:jiewen@intel.com> >
主题: Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Hi Liming,

 

 

Our PR: https://github.com/tianocore/edk2/pull/5645 need to be merged too.

And the CryptoPkg maintainer Li Yi  can not add the Push label.

 

Could you please merge this PR?

 

Thanks,

Wenxing

 

 

From: gaoliming mailto:gaolim...@byosoft.com.cn> > 
Sent: Tuesday, May 21, 2024 10:21 PM
To: devel@edk2.groups.io  ; Hou, Wenxing 
mailto:wenxing@intel.com> >; Kinney, Michael D 
mailto:michael.d.kin...@intel.com> >; 'Andrew 
Fish' mailto:af...@apple.com> >; 'Leif Lindholm' 
mailto:quic_llind...@quicinc.com> >
Cc: 'Ard Biesheuvel' mailto:a...@kernel.org> >; 
sam.kay...@arm.com  ; dougfl...@microsoft.com 
 ; Mathews, John mailto:john.math...@intel.com> >; Li, Yi1 mailto:yi1...@intel.com> >; Yao, Jiewen mailto:jiewen@intel.com> >
Subject: 回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Wenxing:

  We are in hard feature freeze phase. In this phase, only bug fixes will be 
accepted 
(https://github.com/tianocore/tianocore.github.io/wiki/HardFeatureFreeze). 

 

So, this patch set may be merged after the stable tag is created. 

 

Thanks

Liming

发件人:   devel@edk2.groups.io < 
 devel@edk2.groups.io> 代表 Wenxing Hou
发送时间: 2024年5月17日 23:10
收件人: gaoliming <  gaolim...@byosoft.com.cn>; 
Kinney, Michael D <  
michael.d.kin...@intel.com>;   
devel@edk2.groups.io; 'Andrew Fish' <  
af...@apple.com>; 'Leif Lindholm' <  
quic_llind...@quicinc.com>
抄送: 'Ard Biesheuvel' <  a...@kernel.org>;  
 sam.kay...@arm.com;  
 dougfl...@microsoft.com; Mathews, John < 
 john.math...@intel.com>; Li, Yi1 < 
 yi1...@intel.com>; Yao, Jiewen < 
 jiewen@intel.com>
主题: Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

 

Hi Liming and Mike,

 

For the PATCH: Add more crypt APIs based on Mbedtls ( 
 
https://edk2.groups.io/g/devel/message/118772),

I have fixed the code based on Mike’s feedback

and added the platform integration test table in commit message.

 

Could you approve this PATCH to catch this table tag?

 

 

Thanks,

Wenxing

From: gaoliming <  gaolim...@byosoft.com.cn> 
Sent: Wednesday, May 15, 2024 8:49 AM
To: Kinney, Michael D <  
michael.d.kin...@intel.com>;   
devel@edk2.groups.io; 'Andrew Fish' <  
af...@apple.com>; 'Leif Lindholm' <  
quic_llind...@quicinc.com>
Cc: 'Ard Bies

Re: [edk2-devel] [PATCH] ShellPkg/Pci.c: Update supported link speed to PCIe Gen6

2024-05-27 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao 

Thanks,
Zhichao

> -Original Message-
> From: Lien, HoraceX 
> Sent: Monday, May 27, 2024 1:41 PM
> To: devel@edk2.groups.io
> Cc: Lien, HoraceX ; Gao, Zhichao
> 
> Subject: [PATCH] ShellPkg/Pci.c: Update supported link speed to PCIe Gen6
> 
> From: HoraceX Lien 
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4779
> 
> Refer to PCI express base specification Reversion 6.2, table 7-23 Link
> Capabilities Register.
> Supported Link Speeds Vector bit 5: speed 64 GT/s.
> Add the support to shell command 'pci'.
> 
> Signed-off-by: HoraceX Lien 
> Cc: Zhichao Gao 
> ---
>  ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | 6 ++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> index 7b11f49d0d..93622733a5 100644
> --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> @@ -4809,6 +4809,9 @@ ExplainPcieLinkCap (
>  case 5:   MaxLinkSpeed = L"32.0 GT/s";   break;+case 6:+
> MaxLinkSpeed = L"64.0 GT/s";+  break; default:   MaxLinkSpeed =
> L"Reserved";   break;@@ -5015,6 +5018,9 @@ ExplainPcieLinkStatus (
>  case 5:   CurLinkSpeed = L"32.0 GT/s";   break;+case 6:+
> CurLinkSpeed = L"64.0 GT/s";+  break; default:   CurLinkSpeed =
> L"Reserved";   break;--
> 2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119282): https://edk2.groups.io/g/devel/message/119282
Mute This Topic: https://groups.io/mt/106325909/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, May 27, 2024 #cal-reminder

2024-05-27 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series*

*When:*
Monday, May 27, 2024
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles

*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f988bf-86f1-41af-91ab-2d7cd011db47%22%2c%22Oid%22%3a%2223af6561-6e1c-450d-b917-d9d674eb3cb6%22%7d

View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=2159800 )

*Description:*

TianoCore community,

Microsoft and Intel will be hosting a series of open meetings to discuss build, 
CI, tools, and other related topics. If you are interested, have ideas/opinions 
please join us. These meetings will be Monday 4:30pm Pacific Time on Microsoft 
Teams.

MS Teams Link in following discussion: * 
https://github.com/tianocore/edk2/discussions/2614

Anyone is welcome to join.

* tianocore/edk2: EDK II (github.com)
* tianocore/edk2-basetools: EDK II BaseTools Python tools as a PIP module 
(github.com) https://github.com/tianocore/edk2-basetools
* tianocore/edk2-pytool-extensions: Extensions to the edk2 build system 
allowing for a more robust and plugin based build system and tool execution 
environment (github.com) https://github.com/tianocore/edk2-pytool-extensions
* tianocore/edk2-pytool-library: Python library package that supports UEFI 
development (github.com) https://github.com/tianocore/edk2-pytool-library

MS Teams Browser Clients * 
https://docs.microsoft.com/en-us/microsoftteams/get-clients?tabs=Windows#browser-client


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119283): https://edk2.groups.io/g/devel/message/119283
Mute This Topic: https://groups.io/mt/106322301/21656
Mute #cal-reminder:https://edk2.groups.io/g/devel/mutehashtag/cal-reminder
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, May 27, 2024 #cal-notice

2024-05-27 Thread Group Notification
*Tools, CI, Code base construction meeting series*

*When:*
Monday, May 27, 2024
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles

*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f988bf-86f1-41af-91ab-2d7cd011db47%22%2c%22Oid%22%3a%2223af6561-6e1c-450d-b917-d9d674eb3cb6%22%7d

View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=2159800 )

*Description:*

TianoCore community,

Microsoft and Intel will be hosting a series of open meetings to discuss build, 
CI, tools, and other related topics. If you are interested, have ideas/opinions 
please join us. These meetings will be Monday 4:30pm Pacific Time on Microsoft 
Teams.

MS Teams Link in following discussion: * 
https://github.com/tianocore/edk2/discussions/2614

Anyone is welcome to join.

* tianocore/edk2: EDK II (github.com)
* tianocore/edk2-basetools: EDK II BaseTools Python tools as a PIP module 
(github.com) https://github.com/tianocore/edk2-basetools
* tianocore/edk2-pytool-extensions: Extensions to the edk2 build system 
allowing for a more robust and plugin based build system and tool execution 
environment (github.com) https://github.com/tianocore/edk2-pytool-extensions
* tianocore/edk2-pytool-library: Python library package that supports UEFI 
development (github.com) https://github.com/tianocore/edk2-pytool-library

MS Teams Browser Clients * 
https://docs.microsoft.com/en-us/microsoftteams/get-clients?tabs=Windows#browser-client


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119284): https://edk2.groups.io/g/devel/message/119284
Mute This Topic: https://groups.io/mt/106340057/21656
Mute #cal-notice:https://edk2.groups.io/g/devel/mutehashtag/cal-notice
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 1/2] OvmfPkg: Add no hardcode version of FtdNorFlashQemuLib

2024-05-27 Thread Chao Li

Hi Gerd, Ard and other maintainers,

So, Could you help to review this patch set and give me the R-B?


Thanks,
Chao
On 2024/5/27 14:38, Gerd Hoffmann wrote:

On Fri, May 24, 2024 at 11:11:41AM GMT, Marcin Juszkiewicz wrote:

W dniu 17.05.2024 o 09:17, Chao Li via groups.io pisze:

This library is copied from ArmVirtPkg, in the Arm version, the value of
PcdFlashNvStorageVariableBase, PcdFlashNvStorageFtwWorkingBase and
PcdFlashNvStorageFtwSpareBase are hardcoded in INC file.

This version will calculate them from FDT resource and using the set PCD
to store when the NorFlashInitialise is called. By default, the first
available flash(not used for storage UEFI code) as NV variable storage
medium.

In this way, UEFI can better handle the change of flash base address,
which is suitable for different cpu architecture board implementation.

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=4770

Cc: Ard Biesheuvel
Cc: Leif Lindholm
Cc: Sami Mujawar
Cc: Gerd Hoffmann
Cc: Jiewen Yao
Signed-off-by: Chao Li
Signed-off-by: Xianglai Li

Can you split it into driver itself and part which uses DT data to setup
parameters?

Hmm?  This split exists already.  This is a library for flash detection,
which is used by the flash driver (VirtNorFlashDxe) to find flash.  If
using fdt doesn't work for sbsa-ref you can implement an alternative
without rewriting the driver itself.

take care,
   Gerd



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119285): https://edk2.groups.io/g/devel/message/119285
Mute This Topic: https://groups.io/mt/106149595/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [PATCH] ASpeed/ASpeedGopBinPkg: Update X64/AArch64 Gop UEFI Driver

2024-05-27 Thread Tommy Huang via groups.io
1.Update the X64/AArch64 UEFI GOP driver into v1.13.04.
2.Update the .inf version.
3.Fix display flick on ast2600.
4.Remove 800x600@56 from mode list.
5.Add check EDID header behavior.
6.Signed .efi files for secuity boot needing.

Cc: Ard Biesheuvel 
Cc: Isaac Oram 
Cc: Nate DeSimone 
Cc: Leif Lindholm 
Cc: Michael D Kinney 
Cc: Ryan Chen 
Cc: BMC-SW 

Signed-off-by: Tommy Huang 
---
 .../AArch64/ASpeedAst2500Gop.efi  | Bin 45056 -> 5 bytes
 .../AArch64/ASpeedAst2600Gop.efi  | Bin 45056 -> 54688 bytes
 .../ASpeedGopBinPkg/ASpeedAst2500GopDxe.inf   |   4 ++--
 .../ASpeedGopBinPkg/ASpeedAst2600GopDxe.inf   |   4 ++--
 .../ASpeedGopBinPkg/X64/ASpeedAst2500Gop.efi  | Bin 33600 -> 43720 bytes
 .../ASpeedGopBinPkg/X64/ASpeedAst2600Gop.efi  | Bin 30016 -> 40224 bytes
 6 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Drivers/ASpeed/ASpeedGopBinPkg/AArch64/ASpeedAst2500Gop.efi 
b/Drivers/ASpeed/ASpeedGopBinPkg/AArch64/ASpeedAst2500Gop.efi
index 
fcfe989404022f71aeb893a1002e2a28b0e91d64..b4ec7ec7bded4c0eff58894a99d926ebdd500e92
 100644
GIT binary patch
delta 21907
zcmb_?2V9g#^Z!229UbW%fuksh3P?3F-mtJ91%+~28
zKnStm2mf|w(IOp3?OJ%%Lum3=0%?i$9q9);eT)E8?+bW^yzXZSLcPVjk#w}KhK4|n
zApxDGYp+oRB^LaO=qwHAT8PFS
zqQl6E+bMu2$>esHKs^_PNct?@@MQtFOd6;zu4P2s4g~r*E`8hDnMj}sn~Bb~EHR-b
zXh2tN#rLJs4O{KdL5(lc2s?zX+X5c@kDcc`cHZTb;|=zTU0F3^al3XLAvi%&tL
zMuunkBNDxOfe>z30Szi}!x%YDrPL;bw5LBwH`w$>Su7ZA6GBJ22%kHOV}=2*2anpj5&dQ08B=lHXaHGew3b6Kp-+!5gOr1{X0*AuL|&}i
z<*=7u=Ly3#G>lvfKs{uLyN+=M&Sd76H((k)cu^fM`EQZ^scIk(+(q4sWsqNg1l}{
zzZ&?GG_#`bxNO$udWm>y
z#}Nct!yZQ_TF~L_P*UB3-paOM`dWxP=n}RWGsi;Q3NNN~3tNTEv7p=8JmLh+aqADB
zli+4U?4}pHr4TFWRyRwclTXVaM~Ao%2SXIQn-WoUnY#zUryl~s
zrTciWNr4qT!DAEAk8bra>)p{`%(H@)8wZFFfL@vy#^of;ujDimuciBVMv&}2^a4*d
zqs5j>@Aotzp3-MM9eNe@5g!L50!_7`X!?U^6>*&2=Vhj8)K}bO4BQg?($~BO5<9y<
zGdXDEJ&;(V1nUgsV7hl7LZAc*Jvn&PyC0E8H+h?>n)DTCC-<$CdY>UCw#Z`(x6{@E
z<_`R@83M=K_wxBf-~r7#d6NAwuZK;nCPA;+FLMVD~QOkhMY&N7k2ft}I~p1^D^kX_@5i8wlDkQ?o7
zXAqjJ=n?ziJGl!LVa@^IEln!WdajF@gw~A=!^>N{9a>Ja$W=^WhX$I?4*C*rC-qKY
z@P9B=%dsqg@f8=aPYjE4JZK&V2L0JsKIpL~;v*f>4gR_)(Xy(ASClU$(JKoM~y
zQ;R}mN-7UUl-l`dF?@ORq7WnHcdjguwe0Xgo!hffHFqqxb7wxPE-6IS3~g{_;1i7~
z|JxFO)Cm%|lzN~}e=U@`J(~+e-0B@Z5Q;rf1eRK22u~1TXFj*Ot`7+7$GbUb2zQNS
zIO-JUl@v?-0&YS$??nE2H)H*{YkUzZ6fjWXCTH#%gowhmAmlp+y39r9mnDNyry!3@
zuLS{a_XFaM470++sYb;Tko3WayqhKY!^#jcFZ4&|uXf{Q#RH@rOWOsxcujeXZtMWZ
z&Q}b2g)fSzN5)#!7~8_FZUS}*GkKkHy^(%g#=PTn4T;Sd7KPcQ#pTP;J`UPNlc+E*G5T0su3or(qm3`dWr(RX0Q#Rt8*k#KE{6
zV;G_wYXdG5WAvP0XQGBK2{!jMD@VY}23QF?q!BTgO=7gKZK99A4TPI*7^bg6z)EhDDTgT1=v9F1J@wFfwAk1GL{WnuluJvw)iOFL2SCu_0454BbH*4!7BzT5IX1vlRu)3p4a(cWU1jx*q6QJy
ze6aHX0Gk;m&O)`K23+9;W&Hf~PP(D>tJKtF(WZua>@zU?LM<*wq{iiJOJx)b81$Us
zeZ2})k(V;g5Z`mFYe*ucNd-l0vj#)h&aI9EGd_~Xv_xPKak)m8D3=kwoxU-=KY8IR
z{dM>(-X?5$z?{~FqtJlsaBjtn5L
zwb7v?=LhU>ldqhOunVe(m2Wu
zC04X!SUj@=3Eb$_VV=4bh~*^4Ay~Fr2G9**9DmqR_3wf87f0#oWXi)ZQTPU?9oEYV
zB!RV1MZjN6mK588{R!s^z*G#&{oc``qnw@9!BT2TE{6xO#Gc^bs#1F%M-^}~x|_VU
zjovcK+oA1h-Pq9BHE)
zM%$6Q+vpFYtqo|Pz#Nrgo^Pw{JLWcN@Um69p{Mx0+GriVo%KC{8-ZNeq+J#1pH7a3
zCBU$}p_LxZw-|jHNVb{sI02dh10~mU7_;PY?0R5z7_;GVnl-xVP6B4vqx`s)uHp~!
zDFc|)=_b1l<@I*l>KK?Ui59_;&Egqbaj6!MQwJ8{4YPV%#G)O;ZTr$ddm47X^=jSi
zR{
z(xs7o$#*UErATM%Xqfq}B(s%}N+Tqi+<7)El-UTO4aa|$0c|jTkQR7Sktqv2Lu5ox
z7$0o!4Ncm?Yh<`O#&yJPe=6(KHRG+Q{m}om8C*_4k2x#D7@sS1A3FuU9WaSC?Bq0^
zyz5^t?=lxLrZwPlN_%zB(I$)qK!EOnt;HC)W^4~^b&GWHhHWt60X@Lwm{60;vFm{?
z#+VM5L-xP~E%f>cp_C9@1xErr+v|W#;z4klEWy@1cpQixnz*cVv23WfK~`A;P@@u?
zrND%MZG$$Lk2121hq`u4Zs)sjUfKI80cBqnoZpSl@<>&{{~mN{XCTn&nn*t&zDx&C
zv>|if(laLZr{wYVI*zYjU@`ir!_;{_
ztU}ZbqVvdTlVS<1G_czW_joJa5Dget4IM7o%&i8)DnbGzCX9$eEc8Z5IN&}^nW!2+
zX}w8YGVm?UpA=36&^srEuq)(81)>}$Q%WGsfsDAF&2YALD1s+oSQMQ4z{wQbT7tHj
z%(kxx2IW4%AmVo7tP7D(i1F(32Q+B>B0bvqhR&Mo=p7_KIUt;}kQj;Q!-y*#xt%zh
zq5_dF-jCa95A0)`kvI+^vFdJaCvc*#O}5Yn5Ilq7b~Czh8=lg9^&4LnAUbM_9W@4ZqA7xgrEfqxFjOx>
z&|r*O+8SX4hto64scnx7EbB}OD*KcjTn5c$DH{UX*~6g>&H&}yuhPT#)Pxr-d~%A;
zLuJtcNQ}=R0uU94F%?)so-jwa9D;LC
za(dPsIZp=Al3YOp@S}%M?L{@->Nu(tvh*=2t|O6{5hj-@TG6)l=Z>SB%+V176eKxK
ziXX$#j~fks6i3WMEWFbb@L8xLOL7!dOD>b*XE4DfKqrafcIE+Xv>)n(LsTb8pu>1h
zgrF2Ghs_E^bvSIt+hQcff@0^2QLJw@8%T~3*mW$dc{~NC2j%9s-2vtk%$(iY?!~zs
z$}%TqEs`z&@1R_(D=?6(COMMT0UX%(8`#VxGy56A&WHw#PE>%}C^HH6Ezux=1S+=C
z0UR%Iq9dC2V$85!TOPrVs3P$z+zBi#GNx@&zIds@ZAzho0O)`Vdq~_7uE%XLuV3HL
z$ER6Pm!K(WAnb|@=b+qdQqWbdhjPz#^8=JIYa!?W;}T$nSwrx0mf?y`3GSj6^HS*!
zw9jx`(4k~Q0LO-DkyWRT=-@ayFwdYXle=yAm6L+Y`(Ar7xFuVS$(q
zFx)k!iv@Z=z_1+>xe$96;yjxFZ4={lw0)Ghjyu#rZV65ZhUHdo=+Gz&$_b#JTZzq3
zu7}b0)XF-*lo~(`mUp-Itlcr4IYLH_aE@|nmv3ZazyO+{JOsi71tvQbo_JDmw|J8A
zl2E1pdd`wpi_D~$aiMI3olRzVT)N!Rg
z-gMD)qo6C$tB~j(Rh6Pl&b2ncmVniA8nB+7cwt5gqhpc2KA4dKZb((5SX%5rKGz9HP?vH$-IzBEMmS^E|
zk6jGojg;CT*$Ud&3fjok^AUpOV?sQz93Zwq7FiH_`GkXjZvx(j@!Mp+1*S=bdcsA(
zhcN7{RK!eK8^bKdgT?&%F9m#w0Wye1B8zR_!8ecijlOwnF7m9=M41=oLgdjwnY_8!
zf9O-QhEqGBDK!~YH`+k#IRFbZctI(HA*S3>Cq(rIDj8K%gHUIURJ)8J!I?`q>u?D%
zj?T3?9aTLieKGK|RSabc=n9Lw2aBt~#w)O$-E>s>I0aY&Aa2kKPuZnFFBE~x%b>nV
zv6uc?L7M_kOoJdpsAT?=qAp%h$I_Cwp9keSMf)=f8Z4Zwy(Wbss`Hs*V;Cv!Yz0(c
zh95w=xa_QGFu%trJ}Cs94Nv80Sqi!gz^altzB

[edk2-devel] [edk2-platform 0/2] AmdPlatformPkg: Fix the build failure

2024-05-27 Thread Abdul Lateef Attar via groups.io
PR: https://github.com/tianocore/edk2-platforms/pull/146

Cc: Paul Grimes 
Cc: Abner Chang 

Abdul Lateef Attar (2):
  AmdPlatformPkg: Corrects file path of LogoDxe driver
  AmdPlatformPkg: Fix windows VC compilation warning

 .../Universal/Acpi/AcpiCommon/PciSsdt.c   |   4 +-
 .../LogoDxe/{LogoDxe => }/JpegLogo.idf|   0
 .../LogoDxe/{LogoDxe => }/JpegLogoDxe.inf |   0
 .../Universal/LogoDxe/{LogoDxe => }/Logo.bmp  | Bin
 .../AmdPlatformPkg/Universal/LogoDxe/Logo.c   | 392 +-
 .../Universal/LogoDxe/{LogoDxe => }/Logo.h|   0
 .../Universal/LogoDxe/{LogoDxe => }/Logo.idf  |   0
 .../Universal/LogoDxe/{LogoDxe => }/Logo.jpg  | Bin
 .../LogoDxe/{LogoDxe => }/LogoDxe.inf |   0
 .../Universal/LogoDxe/LogoDxe/Logo.c  | 194 -
 .../Universal/LogoDxe/LogoDxe/S3Logo.bmp  | Bin 964114 -> 0 bytes
 .../Universal/LogoDxe/LogoDxe/S3Logo.idf  |  10 -
 .../Universal/LogoDxe/LogoDxe/S3LogoDxe.inf   |  57 ---
 .../Universal/LogoDxe/S3Logo.idf  |  19 +-
 .../Universal/LogoDxe/S3LogoDxe.inf   | 112 ++---
 15 files changed, 263 insertions(+), 525 deletions(-)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => 
}/JpegLogo.idf (100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => 
}/JpegLogoDxe.inf (100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.bmp 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.h 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.idf 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.jpg 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/LogoDxe.inf 
(100%)
 delete mode 100644 Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/Logo.c
 delete mode 100644 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3Logo.bmp
 delete mode 100644 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3Logo.idf
 delete mode 100644 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3LogoDxe.inf

-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119287): https://edk2.groups.io/g/devel/message/119287
Mute This Topic: https://groups.io/mt/106342980/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [edk2-platform 1/2] AmdPlatformPkg: Corrects file path of LogoDxe driver

2024-05-27 Thread Abdul Lateef Attar via groups.io
Removes extra directory.

Cc: Paul Grimes 
Cc: Abner Chang 
Signed-off-by: Abdul Lateef Attar 
---
 .../LogoDxe/{LogoDxe => }/JpegLogo.idf|   0
 .../LogoDxe/{LogoDxe => }/JpegLogoDxe.inf |   0
 .../Universal/LogoDxe/{LogoDxe => }/Logo.bmp  | Bin
 .../AmdPlatformPkg/Universal/LogoDxe/Logo.c   | 392 +-
 .../Universal/LogoDxe/{LogoDxe => }/Logo.h|   0
 .../Universal/LogoDxe/{LogoDxe => }/Logo.idf  |   0
 .../Universal/LogoDxe/{LogoDxe => }/Logo.jpg  | Bin
 .../LogoDxe/{LogoDxe => }/LogoDxe.inf |   0
 .../Universal/LogoDxe/LogoDxe/Logo.c  | 194 -
 .../Universal/LogoDxe/LogoDxe/S3Logo.bmp  | Bin 964114 -> 0 bytes
 .../Universal/LogoDxe/LogoDxe/S3Logo.idf  |  10 -
 .../Universal/LogoDxe/LogoDxe/S3LogoDxe.inf   |  57 ---
 .../Universal/LogoDxe/S3Logo.idf  |  19 +-
 .../Universal/LogoDxe/S3LogoDxe.inf   | 112 ++---
 14 files changed, 261 insertions(+), 523 deletions(-)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => 
}/JpegLogo.idf (100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => 
}/JpegLogoDxe.inf (100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.bmp 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.h 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.idf 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/Logo.jpg 
(100%)
 rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe => }/LogoDxe.inf 
(100%)
 delete mode 100644 Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/Logo.c
 delete mode 100644 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3Logo.bmp
 delete mode 100644 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3Logo.idf
 delete mode 100644 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3LogoDxe.inf

diff --git a/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/JpegLogo.idf 
b/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/JpegLogo.idf
similarity index 100%
rename from Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/JpegLogo.idf
rename to Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/JpegLogo.idf
diff --git 
a/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/JpegLogoDxe.inf 
b/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/JpegLogoDxe.inf
similarity index 100%
rename from 
Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/JpegLogoDxe.inf
rename to Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/JpegLogoDxe.inf
diff --git a/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/Logo.bmp 
b/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/Logo.bmp
similarity index 100%
rename from Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/Logo.bmp
rename to Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/Logo.bmp
diff --git a/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/Logo.c 
b/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/Logo.c
index 4463ba58eb..69fa1dc0e5 100644
--- a/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/Logo.c
+++ b/Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/Logo.c
@@ -1,198 +1,194 @@
-/**
-  Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
-**/
-
-/** @file
-  Logo DXE Driver, install Edk2 Platform Logo protocol.
-
-  Copyright (c) 2016 - 2020, Intel Corporation. All rights reserved.
-
-  SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-
-#include "Logo.h"
-
-EFI_HII_IMAGE_EX_PROTOCOL  *mHiiImageEx;
-EFI_HII_HANDLE mHiiHandle;
-LOGO_ENTRY mLogos[] = {
-  {
-IMAGE_TOKEN (IMG_LOGO),
-EdkiiPlatformLogoDisplayAttributeCenter,
-0,
-0
-  }
-};
-
-/**
-  Load a platform logo image and return its data and attributes.
-
-  @param[in]  This  The pointer to this protocol instance.
-  @param[in, out] Instance  The visible image instance is found.
-  @param[out] Image Points to the image.
-  @param[out] Attribute The display attributes of the image 
returned.
-  @param[out] OffsetX   The X offset of the image regarding the 
Attribute.
-  @param[out] OffsetY   The Y offset of the image regarding the 
Attribute.
-
-  @retval EFI_SUCCESSThe image was fetched successfully.
-  @retval EFI_NOT_FOUND  The specified image could not be found.
-  @retval EFI_INVALID_PARAMETER  One of the given input parameters are 
incorrect
-**/
-EFI_STATUS
-EFIAPI
-GetImage (
-  IN EDKII_PLATFORM_LOGO_PROTOCOL*This,
-  IN OUT UINT32  *Instance,
-  OUT EFI_IMAGE_INPUT*Image,
-  OUT EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE  *Attribute,
-  OUT INTN   *OffsetX,
-  OUT INTN   *OffsetY
-  )
-{
-  UINT32  Current;
-
-  if ((Instance == NULL) || (Image == NULL) |

[edk2-devel] [edk2-platform 2/2] AmdPlatformPkg: Fix windows VC compilation warning

2024-05-27 Thread Abdul Lateef Attar via groups.io
Fix windows VC compilattion warning for AcpiCommon driver.

Cc: Paul Grimes 
Cc: Abner Chang 
Signed-off-by: Abdul Lateef Attar 
---
 .../AMD/AmdPlatformPkg/Universal/Acpi/AcpiCommon/PciSsdt.c| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Platform/AMD/AmdPlatformPkg/Universal/Acpi/AcpiCommon/PciSsdt.c 
b/Platform/AMD/AmdPlatformPkg/Universal/Acpi/AcpiCommon/PciSsdt.c
index a9d3c83a5e..162e455c63 100644
--- a/Platform/AMD/AmdPlatformPkg/Universal/Acpi/AcpiCommon/PciSsdt.c
+++ b/Platform/AMD/AmdPlatformPkg/Universal/Acpi/AcpiCommon/PciSsdt.c
@@ -261,7 +261,7 @@ InternalInsertRootBridgeResources (
   if ((LocalBuffer->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) &&
   (LocalBuffer->AddrRangeMin == RootBridge->Object->BaseBusNumber))
   {
-BaseBusNumber = LocalBuffer->AddrRangeMin;
+BaseBusNumber = (UINTN)LocalBuffer->AddrRangeMin;
 break;
   }
 }
@@ -290,7 +290,7 @@ InternalInsertRootBridgeResources (
   break;
 } else if (LocalBuffer->Header.Header.Byte == 
ACPI_QWORD_ADDRESS_SPACE_DESCRIPTOR) {
   if (LocalBuffer->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) {
-BaseBusNumber = LocalBuffer->AddrRangeMin;
+BaseBusNumber = (UINTN)LocalBuffer->AddrRangeMin;
 Status= AmlCodeGenRdWordBusNumber (
   FALSE,
   TRUE,
-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119289): https://edk2.groups.io/g/devel/message/119289
Mute This Topic: https://groups.io/mt/106342983/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] CryptoPkg OpensslLib TLSv1.3 support

2024-05-27 Thread Li, Walon
Hi Li, Yi

I sent a TLS1.3 patch to BZ that the change is simple. Do you have plan to 
merge/verify it in edk2?
This patch was verified on QEMU. The https server is apache2 which allowed 
TLS_AES_128_GCM_SHA256 ciphersuite only.

Thanks,
Walon


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119290): https://edk2.groups.io/g/devel/message/119290
Mute This Topic: https://groups.io/mt/106217831/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [edk2-platform 0/2] AmdPlatformPkg: Fix the build failure

2024-05-27 Thread Chang, Abner via groups.io
[AMD Official Use Only - AMD Internal Distribution Only]

This patch set was reviewed on GitHub PR.

Hi Abdul, please go ahead to push this patch.
Thanks!

Reviewed-by: Abner Chang 

> -Original Message-
> From: Abdul Lateef Attar 
> Sent: Tuesday, May 28, 2024 11:28 AM
> To: devel@edk2.groups.io
> Cc: Attar, AbdulLateef (Abdul Lateef) ; Grimes,
> Paul ; Chang, Abner 
> Subject: [edk2-platform 0/2] AmdPlatformPkg: Fix the build failure
>
> PR: https://github.com/tianocore/edk2-platforms/pull/146
>
> Cc: Paul Grimes 
> Cc: Abner Chang 
>
> Abdul Lateef Attar (2):
>   AmdPlatformPkg: Corrects file path of LogoDxe driver
>   AmdPlatformPkg: Fix windows VC compilation warning
>
>  .../Universal/Acpi/AcpiCommon/PciSsdt.c   |   4 +-
>  .../LogoDxe/{LogoDxe => }/JpegLogo.idf|   0
>  .../LogoDxe/{LogoDxe => }/JpegLogoDxe.inf |   0
>  .../Universal/LogoDxe/{LogoDxe => }/Logo.bmp  | Bin
>  .../AmdPlatformPkg/Universal/LogoDxe/Logo.c   | 392 +-
>  .../Universal/LogoDxe/{LogoDxe => }/Logo.h|   0
>  .../Universal/LogoDxe/{LogoDxe => }/Logo.idf  |   0
>  .../Universal/LogoDxe/{LogoDxe => }/Logo.jpg  | Bin
>  .../LogoDxe/{LogoDxe => }/LogoDxe.inf |   0
>  .../Universal/LogoDxe/LogoDxe/Logo.c  | 194 -
>  .../Universal/LogoDxe/LogoDxe/S3Logo.bmp  | Bin 964114 -> 0 bytes
>  .../Universal/LogoDxe/LogoDxe/S3Logo.idf  |  10 -
>  .../Universal/LogoDxe/LogoDxe/S3LogoDxe.inf   |  57 ---
>  .../Universal/LogoDxe/S3Logo.idf  |  19 +-
>  .../Universal/LogoDxe/S3LogoDxe.inf   | 112 ++---
>  15 files changed, 263 insertions(+), 525 deletions(-)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/JpegLogo.idf (100%)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/JpegLogoDxe.inf (100%)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/Logo.bmp (100%)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/Logo.h (100%)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/Logo.idf (100%)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/Logo.jpg (100%)
>  rename Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/{LogoDxe
> => }/LogoDxe.inf (100%)
>  delete mode 100644
> Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/Logo.c
>  delete mode 100644
> Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3Logo.bmp
>  delete mode 100644
> Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3Logo.idf
>  delete mode 100644
> Platform/AMD/AmdPlatformPkg/Universal/LogoDxe/LogoDxe/S3LogoDxe.inf
>
> --
> 2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119291): https://edk2.groups.io/g/devel/message/119291
Mute This Topic: https://groups.io/mt/106342980/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [Patch V2 17/18] MdeModulePkg:Remove MpService2Ppi field in SMM_S3_RESUME_STATE

2024-05-27 Thread duntan
Hi Liming,

Could you please help to review this patch?
This patch set is to simplify the X86 CPU SMM driver by removing most of S3 
related logics and we want to merge it as soon as possible.

Thanks,
Dun

-Original Message-
From: devel@edk2.groups.io  On Behalf Of duntan
Sent: Friday, May 17, 2024 5:46 PM
To: devel@edk2.groups.io
Cc: Ni, Ray ; Wang, Jian J ; Liming 
Gao 
Subject: [edk2-devel] [Patch V2 17/18] MdeModulePkg:Remove MpService2Ppi field 
in SMM_S3_RESUME_STATE

This MpService2Ppi field in SMM_S3_RESUME_STATE is used to wakeup AP to do the 
CPU initialization during smm s3 boot when the execution mode of PEI and DXE 
are the same.
Currently, in CpuS3.c of smm cpu driver, BSP doesn't need to wakeup AP anymore. 
The initialization for AP will be done in S3Resume.c before transfer to CpuS3.c 
of smm cpu driver.
So we can remove the MpService2Ppi field in SMM_S3_RESUME_STATE.

Signed-off-by: Dun Tan 
Reviewed-by: Ray Ni 
Cc: Jian J Wang 
Cc: Liming Gao 
---
 MdeModulePkg/Include/Guid/AcpiS3Context.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MdeModulePkg/Include/Guid/AcpiS3Context.h 
b/MdeModulePkg/Include/Guid/AcpiS3Context.h
index 72d173c4fd..6c7237727e 100644
--- a/MdeModulePkg/Include/Guid/AcpiS3Context.h
+++ b/MdeModulePkg/Include/Guid/AcpiS3Context.h
@@ -1,7 +1,7 @@
 /** @file
   Definitions for data structures used in S3 resume.
 
-Copyright (c) 2011 - 2023, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2024, Intel Corporation. All rights reserved.
 
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
@@ -30,7 +30,6 @@ typedef struct {
   EFI_PHYSICAL_ADDRESSReturnContext1;
   EFI_PHYSICAL_ADDRESSReturnContext2;
   EFI_PHYSICAL_ADDRESSReturnStackPointer;
-  EFI_PHYSICAL_ADDRESSMpService2Ppi;
   EFI_PHYSICAL_ADDRESSSmst;
 } SMM_S3_RESUME_STATE;
 
--
2.31.1.windows.1








-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119292): https://edk2.groups.io/g/devel/message/119292
Mute This Topic: https://groups.io/mt/106344380/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [Patch V2 01/18] MdeModulePkg: Add gEdkiiS3MtrrSettingGuid

2024-05-27 Thread duntan
Hi Liming,

Could you please help to review this patch?
This patch set is to simplify the X86 CPU SMM driver by removing most of S3 
related logics and we want to merge it as soon as possible.

Thanks,
Dun

-Original Message-
From: devel@edk2.groups.io  On Behalf Of duntan
Sent: Friday, May 17, 2024 5:46 PM
To: devel@edk2.groups.io
Cc: Ni, Ray ; Liming Gao ; Wu, 
Jiaxin 
Subject: [edk2-devel] [Patch V2 01/18] MdeModulePkg: Add gEdkiiS3MtrrSettingGuid

Add gEdkiiS3MtrrSettingGuid a new GUID for s3 MTRR setting. This GUID will be 
used to save MTRR_SETTINGS at EndOfDxe by LockBox and restore at S3 boot PEI 
phase for s3 usage.

Signed-off-by: Dun Tan 
Reviewed-by: Ray Ni 
Cc: Liming Gao 
Cc: Jiaxin Wu 
---
 MdeModulePkg/MdeModulePkg.dec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec 
index f7339f0aec..02f330a453 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -4,7 +4,7 @@
 # and libraries instances, which are used for those modules.
 #
 # Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
-# Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2024, Intel Corporation. All rights 
+reserved.
 # Copyright (c) 2016, Linaro Ltd. All rights reserved.  # (C) Copyright 
2016 - 2019 Hewlett Packard Enterprise Development LP  # Copyright (c) 
2017, AMD Incorporated. All rights reserved. @@ -465,6 +465,9 @@
   gEdk2JedecSfdpSpiDxeDriverGuid  = { 0xBE71701E, 0xB63C, 0x4574, { 0x9C, 
0x5C, 0x36, 0x29, 0xE8, 0xEA, 0xC4, 0x14 }}
   gEdk2JedecSfdpSpiSmmDriverGuid  = { 0x95A1E915, 0x195C, 0x477C, { 0x92, 
0x6F, 0x7E, 0x24, 0x67, 0xC1, 0xB3, 0x1F }}
 
+  ## This GUID will be used to save MTRR_SETTINGS at EndOfDxe by LockBox and 
restore at S3 boot PEI phase for s3 usage.
+  gEdkiiS3MtrrSettingGuid = { 0xd77baa84, 0xb332, 0x4463, { 0x9f, 0x1d, 
+ 0xce, 0x81, 0x00, 0xfe, 0x7f, 0x35 }}
+
 [Ppis]
   ## Include/Ppi/FirmwareVolumeShadowPpi.h
   gEdkiiPeiFirmwareVolumeShadowPpiGuid = { 0x7dfe756c, 0xed8d, 0x4d77, {0x9e, 
0xc4, 0x39, 0x9a, 0x8a, 0x81, 0x51, 0x16 } }
--
2.31.1.windows.1








-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119293): https://edk2.groups.io/g/devel/message/119293
Mute This Topic: https://groups.io/mt/106344405/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-