Re: [edk2-devel] [PATCH 0/5] Arm 32bit support in StandaloveMm

2021-05-05 Thread Etienne Carriere
Hello Liming, Sure, I will do, thanks. Regards, Etienne On Thu, 6 May 2021 at 05:26, gaoliming wrote: > Etienne: > Can you submit one BZ (https://bugzilla.tianocore.org/) for this new > feature? > > Thanks > Liming > > -邮件原件- > > 发件人: devel@edk2.groups.io 代表 Etienne > > Carriere > >

[edk2-devel] [PATCH] UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRY

2021-05-05 Thread Moritz Fischer via groups.io
Fixes simple typo, no behavioral change. Cc: Maurice Ma Cc: Guo Dong Cc: Benjamin You Signed-off-by: Moritz Fischer --- UefiPayloadPkg/Include/Guid/MemoryMapInfoGuid.h| 6 +++--- UefiPayloadPkg/Include/Library/BlParseLib.h| 2 +- UefiPayloadPkg/Library/CbParseLib/CbParseLib.c

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRY

2021-05-05 Thread Guo Dong
Reviewed-by: Guo Dong > -Original Message- > From: Moritz Fischer > Sent: Wednesday, May 5, 2021 8:44 PM > To: devel@edk2.groups.io > Cc: Moritz Fischer ; Ma, Maurice > ; Dong, Guo ; You, > Benjamin > Subject: [PATCH] UefiPayloadPkg: Replace MEMROY_ENTRY by > MEMORY_ENTRY > > Fixes si

回复: [edk2-devel] [PATCH 0/5] Arm 32bit support in StandaloveMm

2021-05-05 Thread gaoliming
Etienne: Can you submit one BZ (https://bugzilla.tianocore.org/) for this new feature? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Etienne > Carriere > 发送时间: 2021年5月4日 23:21 > 收件人: devel@edk2.groups.io > 抄送: Achin Gupta ; Ard Biesheuvel > ; Jiewen Yao ; Leif > Lindholm ; Sami

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix various typos

2021-05-05 Thread Wu, Hao A
Reviewed-by: Hao A Wu Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Rebecca > Cran > Sent: Wednesday, May 5, 2021 11:05 PM > To: devel@edk2.groups.io; Wang, Jian J ; Wu, Hao A > > Cc: Rebecca Cran > Subject: [edk2-devel] [PATCH 1/1] MdeModulePkg:

Re: [edk2-devel] 回复: [PATCH 1/3] MdePkg/BaseLib: Add support for ARMv8.5 RNG instructions

2021-05-05 Thread Rebecca Cran
On 4/28/21 7:08 PM, gaoliming wrote: Rebecca: Can you submit one BZ for this new feature? Create https://bugzilla.tianocore.org/show_bug.cgi?id=3368 +/** + Generates a random number using the RNDRRS instruction. + + @param[out] The generated random number + + @retval TRUE Success: a r

Re: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos

2021-05-05 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Rebecca Cran > Sent: Wednesday, May 5, 2021 12:42 PM > To: devel@edk2.groups.io; Kinney, Michael D ; > Liming Gao ; Liu, > Zhiguang > Cc: Rebecca Cran > Subject: [PATCH 1/1] MdePkg: Fix typos > > Fix a couple of typos in MdeP

Re: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo

2021-05-05 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: devel@edk2.groups.io On Behalf Of Rebecca Cran > Sent: Wednesday, May 5, 2021 12:46 PM > To: devel@edk2.groups.io; Ni, Ray ; Gao, Zhichao > > Cc: Rebecca Cran > Subject: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo > > Fix ty

[edk2-devel] DMARC

2021-05-05 Thread Kirkendall, Garrett
DMARC is rearing its head at my company soon. I just wanted to check if you think this group is DMARC compatible with the requirements being imposed. IT requested some email examples from me recently and then I got a blanket email today stating they were going to start blocking emails. Below

[edk2-devel] [PATCH 1/1] ShellPkg: Fix typo

2021-05-05 Thread Rebecca Cran
Fix typo of 'specified' in UefiShellDriver1CommandsLib. Signed-off-by: Rebecca Cran --- ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1

[edk2-devel] [PATCH 1/1] MdePkg: Fix typos

2021-05-05 Thread Rebecca Cran
Fix a couple of typos in MdePkg. Signed-off-by: Rebecca Cran --- MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf | 2 +- MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a

Re: [edk2-devel] [PATCH RFC v2 27/28] OvmfPkg/AmdSev: Expose the SNP reserved pages through configuration table

2021-05-05 Thread Laszlo Ersek
On 05/05/21 09:10, Dov Murik wrote: > Hi Brijesh, > > On 30/04/2021 14:51, Brijesh Singh wrote: >> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 >> >> Now that both the secrets and cpuid pages are reserved in the HOB, >> extract the location details through fixed PCD and make it availabl

Re: [edk2-devel] [PATCH RFC v2 11/28] OvmfPkg: Reserve Secrets page in MEMFD

2021-05-05 Thread Laszlo Ersek
On 05/05/21 15:11, Brijesh Singh wrote: > > On 5/5/21 1:42 AM, Dov Murik wrote: >> [+cc: Tobin] >> >> Hi Brijesh, >> >> On 30/04/2021 14:51, Brijesh Singh wrote: >>> BZ: >>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D3275&data=04

Re: [edk2-devel] [PATCH RFC v2 04/28] MdePkg: Define the Page State Change VMGEXIT structures

2021-05-05 Thread Brijesh Singh
On 5/5/21 1:24 PM, Laszlo Ersek wrote: > On 05/04/21 20:53, Brijesh Singh wrote: >> On 5/4/21 7:33 AM, Laszlo Ersek wrote: >>> On 04/30/21 13:51, Brijesh Singh wrote: +typedef PACKED struct { + UINT16 CurrentEntry; + UINT16 EndEntry; + UINT32 Rsvd; +} SNP_PAGE_STATE_HE

Re: [edk2-devel] [PATCH 2/3] MdePkg: Refactor BaseRngLib to support AARCH64 in addition to X86

2021-05-05 Thread Rebecca Cran
On 5/4/21 3:09 PM, Sami Mujawar wrote: +EFIAPI +BaseRngLibConstructor ( + VOID + ) +{ + UINT64 Isar0; + // + // Determine RNDR support by examining bits 63:60 of the ISAR0 register returned by + // MSR. A non-zero value indicates that the processor supports the RNDR instruction. + // +

Re: [edk2-devel] [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support

2021-05-05 Thread Laszlo Ersek
On 05/05/21 01:03, Brijesh Singh wrote: > > On 5/4/21 3:28 PM, Brijesh Singh wrote: >> On 5/4/21 2:55 PM, Brijesh Singh via groups.io wrote: >>> On 5/4/21 2:07 PM, Brijesh Singh via groups.io wrote: > Return EFI_UNSUPPORTED (0x8000_0003), or even EFI_NO_MAPPING > (0x8000_0017), for value 6

Re: [edk2-devel] [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support

2021-05-05 Thread Laszlo Ersek
On 05/04/21 22:28, Brijesh Singh wrote: > > On 5/4/21 2:55 PM, Brijesh Singh via groups.io wrote: >> On 5/4/21 2:07 PM, Brijesh Singh via groups.io wrote: Return EFI_UNSUPPORTED (0x8000_0003), or even EFI_NO_MAPPING (0x8000_0017), for value 6 (FAIL_SIZEMISMATCH). >>> I am not sure if we

Re: [edk2-devel] [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support

2021-05-05 Thread Laszlo Ersek
On 05/04/21 21:55, Brijesh Singh wrote: > > On 5/4/21 2:07 PM, Brijesh Singh via groups.io wrote: >>> Return EFI_UNSUPPORTED (0x8000_0003), or even EFI_NO_MAPPING >>> (0x8000_0017), for value 6 (FAIL_SIZEMISMATCH). >> I am not sure if we really want to do this. You will see later in the >> patches

Re: [edk2-devel] [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support

2021-05-05 Thread Laszlo Ersek
On 05/04/21 21:07, Brijesh Singh wrote: > > On 5/4/21 8:58 AM, Laszlo Ersek wrote: >> (4) The order of parameters listed in this comment block differs from >> the actual parameter list. >> >> The ECC plugin of the edk2 CI will catch this issue anyway. So, >> before submitting the patch set to the

Re: [edk2-devel] [PATCH RFC v2 04/28] MdePkg: Define the Page State Change VMGEXIT structures

2021-05-05 Thread Laszlo Ersek
On 05/04/21 20:53, Brijesh Singh wrote: > > On 5/4/21 7:33 AM, Laszlo Ersek wrote: >> On 04/30/21 13:51, Brijesh Singh wrote: >>> +typedef PACKED struct { >>> + UINT16 CurrentEntry; >>> + UINT16 EndEntry; >>> + UINT32 Rsvd; >>> +} SNP_PAGE_STATE_HEADER; >> (9) If my understanding of the spec

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix various typos

2021-05-05 Thread Michael D Kinney
Reviewed-by: Michael D Kinney Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of Rebecca Cran > Sent: Wednesday, May 5, 2021 8:05 AM > To: devel@edk2.groups.io; Wang, Jian J ; Wu, Hao A > > Cc: Rebecca Cran > Subject: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix variou

[edk2-devel] [PATCH 1/1] MdeModulePkg: Fix various typos

2021-05-05 Thread Rebecca Cran
Fix various typos throughout MdeModulePkg. Signed-off-by: Rebecca Cran --- MdeModulePkg/MdeModulePkg.dec | 6 ++-- MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf | 2 +- MdeModulePkg/Univers

Re: [edk2-devel] [PATCH RFC v2 11/28] OvmfPkg: Reserve Secrets page in MEMFD

2021-05-05 Thread Brijesh Singh
On 5/5/21 1:42 AM, Dov Murik wrote: > [+cc: Tobin] > > Hi Brijesh, > > On 30/04/2021 14:51, Brijesh Singh wrote: >> BZ: >> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D3275&data=04%7C01%7Cbrijesh.singh%40amd.com%7C93168c94eb6d44ed

Re: [edk2-devel] [PATCH RFC v2 27/28] OvmfPkg/AmdSev: Expose the SNP reserved pages through configuration table

2021-05-05 Thread Dov Murik
Hi Brijesh, On 30/04/2021 14:51, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > Now that both the secrets and cpuid pages are reserved in the HOB, > extract the location details through fixed PCD and make it available > to the guest OS through the configuration