[edk2-devel] [PATCH] ShellPkg: Fix Ping GetTimerPeriod API failure

2022-02-15 Thread MohammedX Rehan
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3819 Ping GetTimerPeriod API returns sometime zero value when StallCounter has smaller value than RttTimerTick (divide by zero) which results some failure at ping UEFI shell command Signed-off-by: MohammedX Rehan --- ShellPkg/Library/UefiShell

Re: [edk2-devel] Please comment on the XhciDxe driver and UsbMassStorageDxe driver optimization suggestions

2022-02-15 Thread liuyang
Hello, After verification, the Caton phenomenon of quickly inserting and pulling out USB devices under the UEFI shell mentioned in the last email exists on the X86 platform. Please see whether my optimization suggestions in the public code mentioned in the last email are feasible. Best

Re: [edk2-devel] [PATCH] ShellPkg: Fix Ping GetTimerPeriod API failure

2022-02-15 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: Rehan, MohammedX > Sent: Tuesday, February 15, 2022 4:07 PM > To: devel@edk2.groups.io; Esakkithevar, Kathappan > ; Gao, Zhichao > ; Ni, Ray ; Pethaiyan, Madhan > > Cc: Thirupugal, MadhaviX ; Rehan, > MohammedX > Su

[edk2-devel] [PATCH v3] MdePkg/Include: Add ARM specific definitions for CPER

2022-02-15 Thread Ming Huang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3838 These definitions are added according UEFI spec 2.9. Signed-off-by: Ming Huang --- MdePkg/Include/Guid/Cper.h | 522 + 1 file changed, 522 insertions(+) diff --git a/MdePkg/Include/Guid/Cper.h b/MdePkg

Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5

2022-02-15 Thread Ard Biesheuvel
On Fri, 11 Feb 2022 at 02:14, gaoliming wrote: > > Ard: > I am OK to merge this issue for this stable tag. It is a clear bug fix. > Merged as #2523 Thanks all, > > -邮件原件- > > 发件人: Ard Biesheuvel > > 发送时间: 2022年2月10日 17:18 > > 收件人: edk2-devel-groups-io ; Rebecca Cran > > ; Liming Gao

[edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread Brijesh Singh via groups.io
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3835 The commit ade62c18f4742301bbef474ac10518bde5972fba caused a boot failure when OVMF is build with SECURE_BOOT/SMM enabled. This happen because the above commit extended the BaseMemEncryptSevLib.inf to include VmgExitLib. The FvbServicesSmm u

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread dann frazier
On Tue, Feb 15, 2022 at 09:16:38AM -0600, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3835 > > The commit ade62c18f4742301bbef474ac10518bde5972fba caused a boot failure > when OVMF is build with SECURE_BOOT/SMM enabled. > > This happen because the above commit extend

Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] BeepDebugFeaturePkg: Enable FixedAtBuild PCD type

2022-02-15 Thread Oram, Isaac W
Pushed as e3e2e71b0a..5757dceecb -Original Message- From: Chaganty, Rangasai V Sent: Monday, February 14, 2022 11:05 PM To: Oram, Isaac W ; devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Gao, Liming Subject: RE: [edk2-devel][edk2-platforms][PATCH V1 1/1] BeepDebugFeaturePkg: Enable

[edk2-devel] AArch64 CommonCExceptionHandler() and EFI_SYSTEM_CONTEXT

2022-02-15 Thread Andrew Fish via groups.io
So I’m messing about in a DefaultExceptionHandler() (like [1]) that is called from CommonCExceptionHandler() [2]. What I notice is the faulting address is special cased. So the stack walking code has to dump the fault address and then walk the stack to get a stack trace of the fault. That kind o

[edk2-devel] Cancelled Event: TianoCore edk2-test Bug Triage Meeting - Thursday, February 24, 2022 #cal-cancelled

2022-02-15 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCELLED REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai X-LIC-LOC

[edk2-devel] Updated Event: TianoCore edk2-test Bug Triage Meeting #cal-invite

2022-02-15 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai X-LIC-LOCAT

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 02/15/2022 #cal-reminder

2022-02-15 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/America/Los_Angeles

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: Brijesh Singh > Sent: Tuesday, February 15, 2022 11:17 PM > To: devel@edk2.groups.io > Cc: James Bottomley ; Xu, Min M ; > Yao, Jiewen ; Tom Lendacky > ; Justen, Jordan L ; > Ard Biesheuvel ; Aktas, Erdem > ; Michael Roth ; Gerd > Hoff

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread Yao, Jiewen
+ Liming Since it is an issue https://bugzilla.tianocore.org/show_bug.cgi?id=3835 in RC1, I assume we need merge it soon. Please double confirm. Thank you Yao, Jiewen > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Wednesday, February 16, 2022 10:52

回复: [edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread gaoliming
Jiewen: I agree to merge this patch for this stable tag 202202. Can you create PR for it? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Yao, Jiewen > 发送时间: 2022年2月16日 10:55 > 收件人: devel@edk2.groups.io; Yao, Jiewen ; Brijesh > Singh > 抄送: James Bottomley ; Xu, Min M > ; Tom Lend

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread Yao, Jiewen
Yes. Will do it soon. > -Original Message- > From: devel@edk2.groups.io On Behalf Of gaoliming > Sent: Wednesday, February 16, 2022 1:55 PM > To: devel@edk2.groups.io; Yao, Jiewen ; 'Brijesh Singh' > > Cc: 'James Bottomley' ; Xu, Min M ; > 'Tom Lendacky' ; Justen, Jordan L > ; 'Ard Bies

Re: [edk2-devel] [PATCH] ShellPkg: Fix Ping GetTimerPeriod API failure

2022-02-15 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: Gao, Zhichao Sent: Tuesday, February 15, 2022 4:10 PM To: Rehan, MohammedX ; devel@edk2.groups.io; Esakkithevar, Kathappan ; Ni, Ray ; Pethaiyan, Madhan Cc: Thirupugal, MadhaviX Subject: RE: [PATCH] ShellPkg: Fix Ping GetTimerPeriod API f

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-15 Thread Ni, Ray
gPlatformGOPPolicyGuid is installed by this driver. Then who is producing GOP? Thanks, Ray -Original Message- From: devel@edk2.groups.io On Behalf Of Sean Rhodes Sent: Friday, February 11, 2022 6:24 AM To: devel@edk2.groups.io Cc: Dong, Guo ; Matt DeVillier ; Ni, Ray ; Ma, Maurice ; You

Re: [edk2-devel] [PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial FreeBuffer

2022-02-15 Thread Ni, Ray
Deepthi, Can you please help to review the changes and provide comments? Thanks, Ray -Original Message- From: devel@edk2.groups.io On Behalf Of Jeff Brasen via groups.io Sent: Tuesday, February 15, 2022 2:46 AM To: devel@edk2.groups.io Cc: Wu, Hao A ; Ni, Ray ; Jeff Brasen Subject: [e

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull

2022-02-15 Thread Yao, Jiewen
Merged https://github.com/tianocore/edk2/pull/2525 https://github.com/tianocore/edk2/commit/c28e376edc46e6db6e4a551c94b6ac90df0d8d6e > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Wednesday, February 16, 2022 1:57 PM > To: devel@edk2.groups.io; Gao, Li

[edk2-devel] [PATCH 1/1] OvmfPkg/AmdSev: reserve snp pages

2022-02-15 Thread Gerd Hoffmann
The SNP patch series updated the OvmfPkgX64 build but forgot the AmdSev variant, resulting in a broken OvmfSevMetadata table. Fixes: cca9cd3dd6bf ("OvmfPkg: reserve CPUID page") Fixes: 707c71a01b9d ("OvmfPkg: reserve SNP secrets page") Signed-off-by: Gerd Hoffmann --- OvmfPkg/AmdSev/AmdSevX64.fd

Re: [edk2-devel] [PATCH v1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.

2022-02-15 Thread Li, Zhihao
With your comment, we plan do some modification for parallelhash. 1. Plan to add a parameter (BlockSize) on ParallelHash256HashAll function to replace PcdParallelHashBlockNumber. 2. Plan to move sha3.h and xkcp.h to CryptoPkg\Library\BaseCryptLib\Hash folder. > -Original Message- > Fr

Re: [edk2-devel] [PATCH v1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.

2022-02-15 Thread Yao, Jiewen
But I don’t understand why we need sha3.h and xkcp.h at all. > -Original Message- > From: Li, Zhihao > Sent: Wednesday, February 16, 2022 3:43 PM > To: Yao, Jiewen ; devel@edk2.groups.io > Cc: Wang, Jian J ; Lu, Xiaoyu1 ; > Jiang, Guomin ; Fu, Siyuan > Subject: RE: [PATCH v1] CryptoPkg: