Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-05-09 Thread Ard Biesheuvel
fmann > > ; Kumar, Rahul R ; Dong, Guo > > ; Rhodes, Sean ; Lu, James > > ; Guo, Gua ; Abdul Lateef Attar > > ; Abner Chang ; Tom > > Lendacky > > 主题: Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib > > > > Happy to merge this. > > > > L

回复: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-05-09 Thread gaoliming via groups.io
:44 > 收件人: Wu, Jiaxin ; Liming Gao (Byosoft address) > > 抄送: Yao, Jiewen ; Ni, Ray ; > devel@edk2.groups.io; Zeng, Star ; Gerd Hoffmann > ; Kumar, Rahul R ; Dong, Guo > ; Rhodes, Sean ; Lu, James > ; Guo, Gua ; Abdul Lateef Attar > ; Abner Chang ; Tom > Lendacky > 主题

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-05-08 Thread Ard Biesheuvel
Happy to merge this. Liming, please let me know if this meets the soft freeze requirements? Thanks, On Tue, 7 May 2024 at 07:18, Wu, Jiaxin wrote: > > Thanks Jiewen. > > > > > > > > From: Yao, Jiewen > Sent: Tuesday, May 7, 2024 12:59 PM > To: Wu, Jiaxin ; Ni, Ray ; > devel@edk2.groups.io;

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-05-06 Thread Wu, Jiaxin
Thanks Jiewen. From: Yao, Jiewen Sent: Tuesday, May 7, 2024 12:59 PM To: Wu, Jiaxin ; Ni, Ray ; devel@edk2.groups.io; Ard Biesheuvel Cc: Zeng, Star ; Gerd Hoffmann ; Kumar, Rahul R ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Abdul Lateef Attar ; Abner Chang ; Tom Lendacky

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-05-06 Thread Yao, Jiewen
Acked-by: Jiewen Yao From: Wu, Jiaxin Sent: Tuesday, May 7, 2024 11:39 AM To: Ni, Ray ; devel@edk2.groups.io; Ard Biesheuvel ; Yao, Jiewen Cc: Zeng, Star ; Gerd Hoffmann ; Kumar, Rahul R ; Dong, Guo ; Rhodes, Sean ; Lu, James ; Guo, Gua ; Abdul Lateef Attar ; Abner Chang ; Tom Lendacky

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-05-06 Thread Wu, Jiaxin
Hi Jiewen and Ard, @Yao, Jiewen, @Ard Biesheuvel, do you agree we merge the change related to OVMF package since you are the OVMF maintainers. Please help check /review. The patches have been acked/tested by the Gerd. [PATCH v4

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-04-30 Thread Wu, Jiaxin
Thanks Ray, I missed to add some already reviewed-by tag in v4. All V4 patches are tested & acted by Gerd: Tested-by: Gerd Hoffmann mailto:kra...@redhat.com>> Acked-by: Gerd Hoffmann mailto:kra...@redhat.com>> For each one: listed as below, *so need Ray "reviewed-by" tag on the patch:

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-04-30 Thread Gerd Hoffmann
On Fri, Apr 26, 2024 at 08:17:06PM GMT, Jiaxin Wu wrote: > PR: https://github.com/tianocore/edk2/pull/5546 > > Intel plans to separate the smbase relocation logic from > PiSmmCpuDxeSmm driver, and the related behavior will be > moved to the new interface defined by the SmmRelocationLib > class. >

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-04-30 Thread Ni, Ray
Jiaxin, You need to add the missing Reviewed-by for each patch if the patch doesn't change in V4. Can you reply to this mail to list what patches have already got Reviewed-by from whom? Thanks, Ray From: Wu, Jiaxin Sent: Friday, April 26, 2024 20:17 To:

Re: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-04-29 Thread Wu, Jiaxin
ar, Rahul R ; > Dong, Guo ; Rhodes, Sean ; > Lu, James ; Guo, Gua ; Ard > Biesheuvel ; Yao, Jiewen > ; Abdul Lateef Attar ; > Abner Chang ; Tom Lendacky > > Subject: [edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib > > PR: https://github.com/tianocore/edk2/pull/5546 > >

[edk2-devel] [PATCH v4 00/14] Add SmmRelocationLib

2024-04-26 Thread Wu, Jiaxin
PR: https://github.com/tianocore/edk2/pull/5546 Intel plans to separate the smbase relocation logic from PiSmmCpuDxeSmm driver, and the related behavior will be moved to the new interface defined by the SmmRelocationLib class. The SmmRelocationLib class provides the SmmRelocationInit() interface