Re: [edk2-devel] [PATCH] OvmfPkg: Make an Ia32/X64 hybrid build work with SEV

2022-05-19 Thread Ard Biesheuvel
On Fri, 20 May 2022 at 03:44, gaoliming wrote: > > Tom: > This patch fixes the regression issue. So, I am OK to merge it for this > stable tag. > Merged as #2910 Thanks all, > > -邮件原件- > > 发件人: Tom Lendacky > > 发送时间: 2022年5月20日 6:02 > > 收件人: Ard Biesheuvel ; Liming Gao > > > > 抄送:

Re: [edk2-devel] [PATCH V7 36/37] UefiCpuPkg: Setting initial-count register as the last step

2022-05-19 Thread Jeff Fan
Ray, Could we add one API (like InitializeApicTimerEx) to intialize CPU local APCI with additional parameter to indicate if interrupt is to be enabled or not? Just like HPE's solution. Jeff fanjianf...@byosoft.com.cn From: Henz, Patrick Date: 2022-05-20 05:54 To: devel@edk2.groups.io; Lend

回复: [edk2-devel] [PATCH] OvmfPkg: Make an Ia32/X64 hybrid build work with SEV

2022-05-19 Thread gaoliming
Tom: This patch fixes the regression issue. So, I am OK to merge it for this stable tag. Thanks Liming > -邮件原件- > 发件人: Tom Lendacky > 发送时间: 2022年5月20日 6:02 > 收件人: Ard Biesheuvel ; Liming Gao > > 抄送: edk2-devel-groups-io ; Ard Biesheuvel > ; Jiewen Yao ; Jordan > Justen ; Gerd Hoffman

Re: [edk2-devel] [PATCH V2 1/1] [edk2-stable202205]OvmfPkg/OvmfPkgX64: Use different CcProbeLib when SMM is on or off

2022-05-19 Thread Yao, Jiewen
Thanks Liming. Merged https://github.com/tianocore/edk2/pull/2909 > -Original Message- > From: devel@edk2.groups.io On Behalf Of gaoliming > Sent: Wednesday, May 18, 2022 2:46 PM > To: devel@edk2.groups.io; Yao, Jiewen ; Xu, Min M > > Cc: 'Andrew Fish' ; 'Leif Lindholm' > ; Kinney, Mich

回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs

2022-05-19 Thread gaoliming
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Bob Feng > 发送时间: 2022年5月18日 15:15 > 收件人: devel@edk2.groups.io; Gao, Liming ; > jbra...@nvidia.com > 抄送: Chen, Christine > 主题: Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > They are the BaseTools bu

Re: [edk2-devel] [PATCH] OvmfPkg: Make an Ia32/X64 hybrid build work with SEV

2022-05-19 Thread Lendacky, Thomas via groups.io
Explicitly adding Liming to the To: line for visibility. Thanks, Tom On 5/17/22 11:29, Ard Biesheuvel wrote: On Tue, 17 May 2022 at 18:26, Tom Lendacky wrote: On 5/16/22 15:24, Lendacky, Thomas via groups.io wrote: The BaseMemEncryptSevLib functionality was updated to rely on the use of the

Re: [edk2-devel] [PATCH V7 36/37] UefiCpuPkg: Setting initial-count register as the last step

2022-05-19 Thread Henz, Patrick
Hi all, We (Hewlett Packard Enterprise) are also running into a race condition due to how InitializeApicTimer initializes the APIC timers, we figured this might be a good place to report our findings. On the occasion we notice that APs get stuck in the timer interrupt handling code after gettin

[edk2-devel] ovmf miscompiles with gcc-12

2022-05-19 Thread Jiri Slaby
Hi, we discovered that qemu-ovmf-x86_64 doesn't start when compiled using gcc-12. Originally reported as: https://bugzilla.suse.com/show_bug.cgi?id=1199597 I run qemu as: qemu-kvm -drive file=/dev/null,format=raw -drive if=pflash,format=raw,unit=0,readonly=on,file=OVMF.fd -m 3000 The platfo

Re: [edk2-devel] [PATCH v2] UefiCpuPkg: Store SEV-SNP AP jump table in the secrets page

2022-05-19 Thread Michael Roth via groups.io
On Tue, May 17, 2022 at 02:17:28PM +, Ni, Ray wrote: > can you please split the patches so one patch for one package? Hi Ray, Sorry I missed your reply somehow. I'll send a v3 that splits the series in 4 patches: 1/4 MdePkg: introduce SnpSecretPageDef.h 2/4 MdePkg: introduce gEfiMdePkgTo

Re: [edk2-devel] [PATCH] MdeModulePkg/UefiBootManagerLib: Configurable New Boot Options

2022-05-19 Thread Ashish Singhal via groups.io
Ray, Any update on this? Thanks Ashish From: Ashish Singhal Sent: Tuesday, May 17, 2022 10:08 AM To: Ni, Ray ; devel@edk2.groups.io ; Wang, Jian J ; Gao, Liming ; Gao, Zhichao Subject: Re: [edk2-devel] [PATCH] MdeModulePkg/UefiBootManagerLib: Configurable New

[edk2-devel] [PATCH] [edk2-staging] [PATCH] BaseTools/Bfm: Fix "-g" input FV is not BFV issue

2022-05-19 Thread Yang Jie
FCE tool provides "-g" parameter to indicate which FV to insert binaries. Current code logic has some defects when this FV is not the last BFV, this patch is to fix this issue and enhance this tool. Signed-off-by: jie.yang Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen --- BaseTools/Source/C/Bfm