[edk2-devel] TianoCore Community Meeting - APAC/NAMO - Thu, 05/06/2021 7:30pm-8:30pm #cal-reminder

2021-05-06 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - APAC/NAMO *When:* Thursday, 6 May 2021, 7:30pm to 8:30pm, (GMT-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_Nzk4NmUzOTItNzIzNC00MTVkLTgxZDUtMDAwOTIxOGI2OWJk%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e3

[edk2-devel] TianoCore Community Meeting - APAC/NAMO - Thu, 05/06/2021 7:30pm-8:30pm #cal-reminder

2021-05-06 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - APAC/NAMO *When:* Thursday, 6 May 2021, 7:30pm to 8:30pm, (GMT-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_Nzk4NmUzOTItNzIzNC00MTVkLTgxZDUtMDAwOTIxOGI2OWJk%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e3

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

2021-05-06 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 07/28] OvmfPkg: Use MemEncryptSevClearMmioPageEncMask() to clear EncMask from Mmio

2021-05-06 Thread Brijesh Singh
On 5/6/21 5:50 AM, Laszlo Ersek wrote: > On 04/30/21 13: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%7Cce4b852d83a14265d48f08d9107cd16f%7C3dd8961fe4884

Re: [edk2-devel] [PATCH RFC v2 06/28] OvmfPkg/BaseMemEncryptSevLib: Introduce MemEncryptSevClearMmioPageEncMask()

2021-05-06 Thread Brijesh Singh
On 5/6/21 5:39 AM, Laszlo Ersek via groups.io wrote: > On 04/30/21 13: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%7C2719bcebf85d4e5228e508d9107b449d%7

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

2021-05-06 Thread James Bottomley
On Thu, 2021-05-06 at 13:57 +0300, Dov Murik wrote: > > On 05/05/2021 22:33, Laszlo Ersek wrote: > > On 05/05/21 15:11, Brijesh Singh wrote: > > > On 5/5/21 1:42 AM, Dov Murik wrote: [...] > > > > Would it make sense to always use EfiACPIMemoryNVS for the > > > > injected secret area, even for reg

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

2021-05-06 Thread James Bottomley
On Wed, 2021-05-05 at 21:33 +0200, Laszlo Ersek wrote: > On 05/05/21 15:11, Brijesh Singh wrote: > > On 5/5/21 1:42 AM, Dov Murik wrote: [...] > > > Would it make sense to always use EfiACPIMemoryNVS for the > > > injected secret area, even for regular SEV (non-SNP)? > > > > Ideally yes. Maybe Jam

[edk2-devel] TianoCore Community Meeting - EMEA / NAMO - Thu, 05/06/2021 9:00am-10:00am #cal-reminder

2021-05-06 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - EMEA / NAMO *When:* Thursday, 6 May 2021, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTQ4NGExODMtOGRiOC00MmM0LWJhZTMtNzU1NDI2ZTc3MTNh%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88

[edk2-devel] TianoCore Community Meeting - EMEA / NAMO - Thu, 05/06/2021 9:00am-10:00am #cal-reminder

2021-05-06 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - EMEA / NAMO *When:* Thursday, 6 May 2021, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTQ4NGExODMtOGRiOC00MmM0LWJhZTMtNzU1NDI2ZTc3MTNh%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88

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

2021-05-06 Thread Laszlo Ersek
Hi Dov, On 05/06/21 12:57, Dov Murik wrote: > > > On 05/05/2021 22:33, Laszlo Ersek wrote: >> 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://n

Re: [edk2-devel] [PATCH RFC v2 09/28] OvmfPkg/VmgExitLib: Allow PMBASE register access in Dxe phase

2021-05-06 Thread Laszlo Ersek
On 05/06/21 16:08, Laszlo Ersek wrote: > On 04/30/21 13:51, Brijesh Singh wrote: >> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 >> >> Commit 85b8eac59b8c5bd9c7eb9afdb64357ce1aa2e803 added support to ensure >> that MMIO is only performed against the un-encrypted memory. If MMIO >> is per

Re: [edk2-devel] [PATCH RFC v2 09/28] OvmfPkg/VmgExitLib: Allow PMBASE register access in Dxe phase

2021-05-06 Thread Laszlo Ersek
On 04/30/21 13:51, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > Commit 85b8eac59b8c5bd9c7eb9afdb64357ce1aa2e803 added support to ensure > that MMIO is only performed against the un-encrypted memory. If MMIO > is performed against encrypted memory, a #GP is rais

Re: [edk2-devel] [PATCH RFC v2 08/28] OvmfPkg/BaseMemEncryptSevLib: Remove CacheFlush parameter

2021-05-06 Thread Laszlo Ersek
On 04/30/21 13:51, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > The CacheFlush parameter is used to provide hint whether the specified > range is Mmio address. Now that we have a dedicated helper to clear the > memory encryption mask for the Mmio address range

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

2021-05-06 Thread Dov Murik
On 05/05/2021 22:33, Laszlo Ersek wrote: > 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%2Fbug

Re: [edk2-devel] [PATCH RFC v2 07/28] OvmfPkg: Use MemEncryptSevClearMmioPageEncMask() to clear EncMask from Mmio

2021-05-06 Thread Laszlo Ersek
On 04/30/21 13:51, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > Use the MemEncryptSevClearMmioPageEncMask() to clear memory encryption mask > for the Mmio address range from the current page table context. > > Cc: James Bottomley > Cc: Min Xu > Cc: Jiewen Y

[edk2-devel] [PATCH v1 1/1] ArmPkg: Update SCMI Base Protocol version to 0x20000

2021-05-06 Thread PierreGondois
From: Nicola Mazzucato The SCP-firmware has moved to full support for SCMIv2 which means that the base protocol can be either compliant with SCMI v1 or v2. Allow any version between SCMI v1.0 and SCMI v2.0 to be compatible with the current implementation. Signed-off-by: Nicola Mazzucato --- Th

Re: [edk2-devel] [PATCH RFC v2 06/28] OvmfPkg/BaseMemEncryptSevLib: Introduce MemEncryptSevClearMmioPageEncMask()

2021-05-06 Thread Laszlo Ersek
On 04/30/21 13:51, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > The MemEncryptSevClearMmioPageEncMask() helper can be used for clearing > the memory encryption mask for the Mmio region from the current page > table context. The commit message, and five commen

Re: [edk2-devel][PATCH v4 1/7] IntelSiliconPkg/ReportCpuHobLib: Add ReportCpuHobLib

2021-05-06 Thread Ni, Ray
> +/** > > + Function for Report CPU HOB library > + This library report the CPU HOB with Physical Address bits. 1. "Build a HOB for the CPU." > > + UINT8 PhysicalAddressBits; > > + CPUID_VIR_PHY_ADDRESS_SIZE_EAX AddressSizeEax; > > + > > + AsmCpuid (CPUID_VIR_

[edk2-devel] [edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg: Add EHL microcode

2021-05-06 Thread jinjhuli
Added "production" version of microcode Signed-off-by: jinjhuli Cc: Nate DeSimone Cc: Sai Chaganty --- .../Microcode/MicrocodeUpdates.inf| 18 ++ .../Microcode/m0190661_0011.mcb | Bin 0 -> 19456 bytes 2 files changed, 18 insertions(+) create mode 10

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

2021-05-06 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: Kinney, Michael D > Sent: Thursday, May 6, 2021 4:39 AM > To: devel@edk2.groups.io; rebe...@nuviainc.com; Ni, Ray > ; Gao, Zhichao ; Kinney, > Michael D > Subject: RE: [edk2-devel] [PATCH 1/1] ShellPkg: Fix typo > >