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
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
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
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
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 |
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
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
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
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
> >
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
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
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
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
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
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(+),
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
*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
*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
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
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
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
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
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
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-
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
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
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
27 matches
Mail list logo