Re: [edk2-devel] reg: RNG functions Usage in NetworkPkg

2021-02-11 Thread Sivaraman Nainar
Hello Maciej: Do you have any comment on this. -Siva From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Sivaraman Nainar Sent: Thursday, February 4, 2021 10:05 AM To: Rabeda, Maciej; devel@edk2.groups.io Cc: Lavanya Paneerselvam Subject: [edk2-devel] reg: RNG functions Usage i

[edk2-devel] [PATCH v1 1/1] UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support

2021-02-11 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3218 Adds an INF for StandaloneMmCpuFeaturesLib, which supports building the SmmCpuFeaturesLib code for Standalone MM. Minimal code changes are made to allow reuse of existing code for Standalone MM. The original INF file

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 19 February 2021 #cal-cancelled

2021-02-11 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCELLED CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai X-LIC-LOCATION:Asia/Shanghai BEGIN:STANDARD TZNAME:CST TZOFFSETFROM

[edk2-devel] [edk2-platforms][PATCH v2 3/3] MinPlatformPkg/SpiFvbService: Add Standalone MM support

2021-02-11 Thread Michael Kubacki
From: Michael Kubacki Adds support for MM_STANDALONE. Retains the directory path to the SMM INF instance for backward compatibility with existing platforms. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki --- Platform/Intel/MinPlatformPkg/Flash

[edk2-devel] [edk2-platforms][PATCH v2 2/3] MinPlatformPkg/MinPlatformPkg.dsc: Add basic MM_STANDALONE libraries

2021-02-11 Thread Michael Kubacki
From: Michael Kubacki Adds a fundamental set of library instances that are needed to build MM_STANDALONE modules. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc |

[edk2-devel] [edk2-platforms][PATCH v2 1/3] MinPlatformPkg/SpiFlashCommonLibNull: Make MODULE_TYPE BASE

2021-02-11 Thread Michael Kubacki
From: Michael Kubacki This NULL library can be used to link against a MODULE_TYPE other than BASE and that would be useful as it is a NULL class instance. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform

[edk2-devel] [edk2-platforms][PATCH v2 0/3] MinPlatformPkg: Add SpiFvbServiceStandaloneMm

2021-02-11 Thread Michael Kubacki
From: Michael Kubacki Adds a new component called SpiFvbServiceStandaloneMm that serves as a Standalone MM compatible SPI FVB service driver. Note that a MM_STANDALONE version of SpiFlashCommonLib is being prepared to be sent but for the time being the module can be added to the MinPlatformPkg b

Re: [edk2-devel] [edk2-platforms][PATCH v1 3/3] MinPlatformPkg/SpiFvbService: Add Standalone MM support

2021-02-11 Thread Michael Kubacki
Hi Nate, Thanks for the review. I apologize, that was a mistake due to quickly changing file headers based on what VS Code showed as new files. I will update it in a v2. Thanks, Michael On 2/10/2021 6:20 PM, Nate DeSimone wrote: Hi Michael, Given that MinPlatformPkg/Flash/SpiFvbService/Spi

Re: [edk2-devel] RFC: Adding support for ARM (RNDR etc.) to RngDxe

2021-02-11 Thread Ard Biesheuvel
On Wed, 10 Feb 2021 at 23:49, Rebecca Cran wrote: > > On 1/15/21 7:51 PM, Sami Mujawar wrote: > > > I have shared some initial thoughts on the RNG implementation updates at > > https://edk2.groups.io/g/devel/files/Designs/2021/0116/EDKII%20-%20Proposed%20update%20to%20RNG%20implementation.pdf > >

[edk2-devel] [PATCH edk2-platforms v1 1/1] Platform/Arm: Fix Ecc error 7008 for SCMI_CLOCK_RATE

2021-02-11 Thread PierreGondois
From: Pierre Gondois Following the Ecc reported error in the edk2 repository, the SCMI_CLOCK_RATE structure has been modified in: an enum and its elements have been renamed in: ArmPkg/Include/Protocol/ArmScmiClockProtocol.h This patch is a follow-up and fixes the following Ecc reported error: Co

[edk2-devel] [PATCH edk2-platforms v1 0/1] Alignment with ArmPkg Ecc errors fixes

2021-02-11 Thread PierreGondois
From: Pierre Gondois A patch serie fixing Ecc errors in edk2/ArmPkg and modifying C structures was submitted at: https://edk2.groups.io/g/devel/message/71439 This patch serie requires some modifications to be done in the edk2-platforms repository. If accepted, the patches for edk2 and edk2-platf

Re: [edk2-devel] [edk2-announce] TianoCore Community Meeting Minutes - 2/11 & 2/4

2021-02-11 Thread Soumya Guptha
TianoCore Community Meeting Minutes (EMEA/NMO) February 11, 2021 EVENTS: No new updates. STABLE TAG: edk2-stable202102 - Feature Planning freeze on 2/15 https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning STEWARDS DOWNLOAD: * Design meeting - we discussed on Autom

[edk2-devel] [edk2-sct PATCH 1/3] edk2-test: Add support for building extra packages

2021-02-11 Thread Grant Likely
The build.sh script is very useful for setting up the build environment before calling the package build. Sometimes additional packages are needed when building the SCT. (e.g., it is useful to build ShellPkg). Refactor the build code to allow additional DSCs to be added to the build. This patch is

[edk2-devel] [edk2-sct PATCH 3/3] edk2-test: Helper script to build SCT+Shell in a bootable format

2021-02-11 Thread Grant Likely
The buildzip.sh script builds the SCT and the EFI Shell, and then zips them up in a file structure that can be booted when unzipped to a USB drive or other block storage. Signed-off-by: Grant Likely --- uefi-sct/SctPkg/buildzip.sh | 67 + 1 file changed, 67 in

[edk2-devel] [edk2-sct PATCH 2/3] edk2-test: use bash 'shift' in build.sh to manage arguments

2021-02-11 Thread Grant Likely
The script was using a big list of numerical argument to pass on extra parameters. Use the bash 'shift' command to carve of arguments for the script so that $@ can be used for the remainder. Signed-off-by: Grant Likely --- uefi-sct/SctPkg/build.sh | 9 ++--- 1 file changed, 6 insertions(+),

Re: [edk2-devel] TianoCore Community Meeting Minutes - 2/4

2021-02-11 Thread Soumya Guptha
Great to hear Bret. Thanks. Folks, this is a reminder. The deadline for submitting our project (Tianocore) proposal to Google summer code is approaching soon (Feb 19th), please do reach out to Nate Desimone if you have any project ideas. Thanks, Soumya From: Bret Barkelew Sent: Friday, Februar

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

2021-02-11 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - EMEA / NAMO *When:* Thursday, 11 February 2021, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles *Where:* https://intel.webex.com/intel/j.php?MTID=mb4b3b50bdc2ea9a5f19e32459e03054e View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1059154

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

2021-02-11 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Community Meeting - EMEA / NAMO *When:* Thursday, 11 February 2021, 9:00am to 10:00am, (GMT-08:00) America/Los Angeles *Where:* https://intel.webex.com/intel/j.php?MTID=mb4b3b50bdc2ea9a5f19e32459e03054e View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1059154

[edk2-devel] [PATCH] MdeModulePkg/UfsPassThruDxe: Improve Error handling of Ufs Pass Thru driver

2021-02-11 Thread Purna Chandra Rao Bandaru
From: Bandaru https://bugzilla.tianocore.org/show_bug.cgi?id=3217 Following is the brief description of the changes 1) There are cards that can take upto 600ms for Init and hence increase the time out for fDeviceInit polling loop. 2) Add UFS host conctroller reset in the last retry of Link

Re: [edk2-devel] [edk2-platforms] [PATCH v2 0/3] Add HMAT tables for RD multi-chip platforms

2021-02-11 Thread Vijayenthiran Subramaniam
Hi, On Wed, Feb 3, 2021 at 9:08 AM Vijayenthiran Subramaniam wrote: > > This patch series adds HMAT tables for Arm's Neoverse reference design > multi-chip fixed virtual platforms. The first patch in the series adds helper > macros to create HMAT table within SgiPkg and the rest two patches adds

[edk2-devel] [PATCH] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables

2021-02-11 Thread Patrick Rudolph
The default EfiSmbiosProtocol operates on an empty SMBIOS table. The SMBIOS tables are provided by the bootloader on UefiPayloadPkg. Scan for existing tables in SmbiosDxe and load them if they seem valid. This fixes the settings menu not showing any hardware information, instead only "0 MB RAM" wa

Re: [edk2-devel] [edk2-platforms PATCH 1/1] Platform/Qemu/SbsaQemu: Add SMBIOS tables

2021-02-11 Thread Leif Lindholm
On Tue, Feb 09, 2021 at 20:24:42 -0700, Rebecca Cran wrote: > o Add SMBIOS 3.4.0 tables using ArmPkg/Universal/Smbios. > o Bump the PcdSmbiosVersion PCD from 0x300 to 0x304 to indicate support > for SMBIOS 3.4.0, as is required by SBBR. > o Add an implementation of OemMiscLib that provides the sy

Re: [edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool

2021-02-11 Thread Ard Biesheuvel
On Fri, 22 Jan 2021 at 18:19, Sami Mujawar wrote: > > This patch series adds support to build the Kvmtool firmware using > EDKII core CI. > > The changes can be seen at: > https://github.com/samimujawar/edk2/tree/1596_kvmtool_ci_v1 > > Sami Mujawar (2): > ArmVirtPkg/PlatformCI: Add EDKII CI supp

Re: [edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool

2021-02-11 Thread Sami Mujawar
Hi Bret, Sean, Is it possible to provide feedback for this patch series, please? The patches in this series can be seen at: https://edk2.groups.io/g/devel/topic/patch_v1_1_2/80035810 https://edk2.groups.io/g/devel/topic/patch_v1_2_2/80035812 Regards, Sami Mujawar -Original Message-

Re: [edk2-devel] [PATCH v2 1/1] StandaloneMmPkg: Add X64 build support

2021-02-11 Thread Ard Biesheuvel
On Thu, 11 Feb 2021 at 02:02, wrote: > > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3202 > > Several libraries have been added to the package to support X64 but > the package itself does not support X64. This modifies the DSC to > enable X64 build. > > Cc: Ard Bi

Re: [edk2-devel] [PATCH v2 1/1] StandaloneMmPkg/StandaloneMmCore: Fix compiler warning

2021-02-11 Thread Ard Biesheuvel
On Thu, 11 Feb 2021 at 02:04, wrote: > > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3204 > > Fixes the following compiler warning in VS2019 by changing defining > the MmramRangeCount variable to be UINTN and type casting prior > to value assignment. > > \edk2\Sta

Re: [edk2-devel] [PATCH v2 0/4] RPi: SD/Wifi Acpi updates

2021-02-11 Thread Ard Biesheuvel
On Mon, 1 Feb 2021 at 23:53, Jeremy Linton wrote: > > The existing RPi3 acpi entries for the Arasan > and sdhci controllers needs updating to work > with the RPi4. This is done by adding a caps > override for the legacy Arasan controller and > then adding an entirely new entry for the newer > eMMC