[edk2-devel] [edk2-platforms][PATCH v1 1/1] MinPlatformPkg/Acpi/AcpiSmm: Add Standalone MM support

2021-03-05 Thread Michael Kubacki
From: Michael Kubacki Adds a new module called AcpiStandaloneMm that serves the same role as AcpiSmm but in a Standalone MM environment. This change follows a similar pattern to other changes that have added Standalone MM support to a SMM module. The SMM INF name and file path remain unaltered

Re: [edk2-devel] [edk2-platforms][PATCH V1 4/5] Platform/ARM/Morello: Add Configuration Manager for Morello

2021-03-05 Thread Sami Mujawar
Hi Chandni, Just remembered one more thing. + // Processor Node Id Info + { +// A unique token used to identify this object +REFERENCE_TOKEN (ProcNodeIdInfo), +// Vendor ID (as described in ACPI ID registry) +SIGNATURE_32('A', 'R', 'M', 'H'), +//

Re: [edk2-devel] [RFC PATCH 00/14] Firmware Support for Fast Live Migration for AMD SEV

2021-03-05 Thread Tobin Feldman-Fitzthum
On Fri, Mar 05, 2021 at 10:44:23AM +, Ashish Kalra wrote: On Wed, Mar 03, 2021 at 01:25:40PM -0500, Tobin Feldman-Fitzthum wrote: Hi Tobin, On 03/02/21 21:48, Tobin Feldman-Fitzthum wrote: This is a demonstration of fast migration for encrypted virtual machines using a Migration

Re: [edk2-devel] [PATCH v6 0/7] Add MmUnblockMemoryLib Interface and Usages

2021-03-05 Thread Kun Qin
Hi Laszlo, Thanks for the help. Will close the BZ tickets and see what is up with the email settings. (this one is sent through webpage.) Regards, Kun -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72507):

Re: [edk2-devel] [PATCH 2/2 v5] StMMRpmb: Add support for building StandaloneMm image for OP-TEE

2021-03-05 Thread PierreGondois
Hi Ilias, Thanks for the answer. Is it necessary to have the 'COMPRESSION_TOOL_GUID' define ? I could not find any use of it. If this is coming from StandaloneMmPkg/StandaloneMmPkg.dsc we might want to remove it there aswel. Regards, Pierre -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive

Re: [edk2-devel] [PATCH 1/2 v5] Drivers/OpTeeRpmb: Add an OP-TEE backed RPMB driver

2021-03-05 Thread PierreGondois
Hi Ilias, Here is the rest of the review. Sorry to do it in 2 times. Regards, Pierre +/** +  Fixup the Pcd values for variable storage + +  Since the upper layers of EDK2 expect a memory mapped interface and we can't +  offer that from an RPMB, the driver allocates memory on init and

[edk2-devel] New Year, New PR Thread

2021-03-05 Thread Bret Barkelew via groups.io
Can we move to PRs yet? Maybe after the stabilization? - Bret -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72504): https://edk2.groups.io/g/devel/message/72504 Mute This Topic: https://groups.io/mt/81108115/21656 Group Owner:

Re: [EXTERNAL] Re: [edk2-devel] [PATCH v6 0/7] Add MmUnblockMemoryLib Interface and Usages

2021-03-05 Thread Bret Barkelew via groups.io
“I had to jump through hoops to collect the individual patches from my list folder” Man, it’s almost like you had Outlook. *shudder* - Bret From: Laszlo Ersek via groups.io Sent: Friday, March 5, 2021 7:28 AM To:

Re: [edk2-devel] [PATCH 1/1] EmbeddedPkg: Only print LibGetTime message about compile time epoch once

2021-03-05 Thread Ard Biesheuvel
On Fri, 5 Mar 2021 at 17:11, Rebecca Cran wrote: > > The message "LibGetTime: RtcEpochSeconds non volatile variable was not > found - Using compilation time epoch." can be printed a very large > number of times, causing log files to become excessively large. This is > because the RtcEpochSeconds

[edk2-devel] [PATCH 1/1] EmbeddedPkg: Only print LibGetTime message about compile time epoch once

2021-03-05 Thread Rebecca Cran
The message "LibGetTime: RtcEpochSeconds non volatile variable was not found - Using compilation time epoch." can be printed a very large number of times, causing log files to become excessively large. This is because the RtcEpochSeconds variable only gets set if LibSetTime is called, for example

Re: [edk2-devel] [RFC PATCH 00/14] Firmware Support for Fast Live Migration for AMD SEV

2021-03-05 Thread Ashish Kalra
On Fri, Mar 05, 2021 at 10:44:23AM +, Ashish Kalra wrote: > On Wed, Mar 03, 2021 at 01:25:40PM -0500, Tobin Feldman-Fitzthum wrote: > > > > > Hi Tobin, > > > > > > On 03/02/21 21:48, Tobin Feldman-Fitzthum wrote: > > > > This is a demonstration of fast migration for encrypted virtual

Re: [edk2-devel] [PATCH 1/2 v5] Drivers/OpTeeRpmb: Add an OP-TEE backed RPMB driver

2021-03-05 Thread PierreGondois
Hi Ilias, Thanks for the answers, I am re-reviewing the patch because I think I missed some things. I answered to your comments (inlined), Regards, Pierre On 3/3/21 8:02 PM, Ilias Apalodimas wrote: Hi Pierre, On Wed, Mar 03, 2021 at 10:20:17AM +, Pierre wrote: Hello Ilias, My

Re: [edk2-devel] [PATCH v6 0/7] Add MmUnblockMemoryLib Interface and Usages

2021-03-05 Thread Laszlo Ersek
On 03/05/21 05:59, Kun Qin wrote: > Hi, > > Thanks to all the reviewers helping through this patch series. Each > individual patch has received reviewed-by tag in this v6 version. It has also > just passed all CI build tests here: Unblock mem v6 by kuqin12 · Pull Request > #1473 ·

Re: [edk2-devel] [PATCH v3 0/5] UefiCpuPkg/StandaloneMmCpuFeaturesLib: Add Standalone MM support

2021-03-05 Thread Laszlo Ersek
Eric, Ray, On 02/17/21 22:32, Michael Kubacki wrote: > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3218 > > The present SmmCpuFeaturesLib implementation in UefiCpuPkg can be > useful for IA32/X64 platforms that need a library instance for > a Standalone MM

Re: [edk2-devel] [edk2-platforms][PATCH V2 0/2] Enable SMMUv3 for Arm SGI/RD platforms

2021-03-05 Thread Sami Mujawar
Hi Vivek, Thank you for this patch. For this series. Reviewed-by: Sami Mujawar I will merge this series once the merge window opens. Regards, Sami Mujawar -Original Message- From: Vivek Kumar Gautam Sent: 05 March 2021 01:21 PM To: devel@edk2.groups.io Cc:

Re: [edk2-devel] [edk2-platforms][PATCH V2 0/2] Enable SMMUv3 for Arm SGI/RD platforms

2021-03-05 Thread Vivek Kumar Gautam
On 3/5/21 6:44 PM, Vivek Kumar Gautam via groups.io wrote: Arm's SMMUv3 present in various SGI/RD platforms provides address translation support for devices such as the ones present over PCIe. SMMUv3 also supports Address Translation Service (ATS) and Page Request Interface (PRI) to work with

[edk2-devel] [edk2-platforms][PATCH V2 0/2] Enable SMMUv3 for Arm SGI/RD platforms

2021-03-05 Thread Vivek Kumar Gautam
Arm's SMMUv3 present in various SGI/RD platforms provides address translation support for devices such as the ones present over PCIe. SMMUv3 also supports Address Translation Service (ATS) and Page Request Interface (PRI) to work with PCIe devices. ATS allows PCIe devices to request translation

[edk2-devel] [edk2-platforms][PATCH V2 1/2] Platform/Sgi: Add smmu-v3 node in the iort acpi table

2021-03-05 Thread Vivek Kumar Gautam
Arm's SMMU-v3 present in various SGI/RD platforms provides address translation support for devices such as the ones present over PCIe bus. SMMU-v3 also supports Address Translation Service (ATS) and Page Request Interface (PRI) to work with PCIe devices. The overall system topology looks as

[edk2-devel] [edk2-platforms][PATCH V2 2/2] Platform/Sgi: Enable ATS mode over PCI root complex

2021-03-05 Thread Vivek Kumar Gautam
Enable Address Translation Service (ATS) support for the PCI root complex listed in the iort table. ATS allows PCIe devices to request an address translation before starting the dma transaction, so that devices can cache these translations in their private cache that is called as Address

Re: [edk2-devel] [edk2-platforms][PATCH V1 1/2] Platform/Sgi: Add smmu node in the iort acpi table

2021-03-05 Thread Vivek Kumar Gautam
Hi Sami, On 3/1/21 8:08 PM, Sami Mujawar via Groups.Io wrote: Hi Vivek, Can you include the description you included in the cover letter in the commit message for this patch, please? Sure, I will update the commit message. On Mon, Feb 15, 2021 at 01:00 PM, Vivek Kumar Gautam wrote: +

Re: [edk2-devel] [edk2-platforms] [PATCH v1 0/9] IpmiFeaturePkg: Add IPMI transport drivers

2021-03-05 Thread Nhi Pham via groups.io
Hi Isaac, We - Ampere Computing  are implementing IPMI over SSIF transport (per IPMI 2.0 spec). We also have this ready for submission, soon. However, in light of this review, we would be interested in co-work with Intel so the same design can be used on non-KCS platform, instead of keeping

Re: [edk2-devel] [RFC PATCH 00/14] Firmware Support for Fast Live Migration for AMD SEV

2021-03-05 Thread Ashish Kalra
On Wed, Mar 03, 2021 at 01:25:40PM -0500, Tobin Feldman-Fitzthum wrote: > > > Hi Tobin, > > > > On 03/02/21 21:48, Tobin Feldman-Fitzthum wrote: > > > This is a demonstration of fast migration for encrypted virtual machines > > > using a Migration Handler that lives in OVMF. This demo uses AMD

Re: [edk2-devel] [PATCH V5] ShellPkg: add more items for smbiosview -t 3 .

2021-03-05 Thread Mars CC Lin
Thank you for help and advice. I will review the process again. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72487): https://edk2.groups.io/g/devel/message/72487 Mute This Topic: https://groups.io/mt/81047033/21656 Group Owner:

Re: [edk2-devel] [RFC PATCH 00/14] Firmware Support for Fast Live Migration for AMD SEV

2021-03-05 Thread Paolo Bonzini
On 04/03/21 21:45, Laszlo Ersek wrote: On 03/04/21 10:21, Paolo Bonzini wrote: Hi Tobin, as mentioned in the reply to the QEMU patches posted by Tobin, I think the firmware helper approach is very good, but there are some disadvantages in the idea of auxiliary vCPUs. These are especially true

Re: [edk2-devel] EDK II Stable Tag release edk2-stable202102 completed

2021-03-05 Thread Laszlo Ersek
Hi Liming, On 03/05/21 09:29, gaoliming wrote: > Hi, all > >   > > The tag edk2-stable202102 has been created. > https://github.com/tianocore/edk2/releases/tag/edk2-stable202102 > >   git clone -b edk2-stable202102 https://github.com/tianocore/edk2.git > >   > > The tag edk2-stable202102 has

Re: [edk2-devel] [PATCH v4] MdeModulePkg/UfsPassThruDxe: Improve Device initialization polling Loop

2021-03-05 Thread Wu, Hao A
> -Original Message- > From: devel@edk2.groups.io On Behalf Of Wu, Hao > A > Sent: Tuesday, March 2, 2021 2:04 PM > To: Bandaru, Purna Chandra Rao ; > devel@edk2.groups.io > Cc: Albecki, Mateusz ; Ni, Ray > > Subject: Re: [edk2-devel] [PATCH v4] MdeModulePkg/UfsPassThruDxe: > Improve

[edk2-devel] EDK II Stable Tag release edk2-stable202102 completed

2021-03-05 Thread gaoliming
Hi, all The tag edk2-stable202102 has been created. https://github.com/tianocore/edk2/releases/tag/edk2-stable202102 git clone -b edk2-stable202102 https://github.com/tianocore/edk2.git The tag edk2-stable202102 has been added into the main EDK II Wiki page.