on a tangent:
On 10/01/20 12:43, Leif Lindholm wrote:
> if the platform port produces EFI_RNG_PROTOCOL
> from some onboard hw, you can use the approach from edk2-platforms
> commit 1e09147a01ae ("Platforms/RaspberryPi: Fix RPi4 RngLib build error").
Emphasis on "onboard hw".
I find it incredibl
On Thu, Oct 01, 2020 at 12:06:07 +0100, Andrew Goodbody wrote:
> > Anyway, yes - commit b5701a4c7a0f ("CryptoPkg: OpensslLib: Use RngLib
> > to generate entropy in rand_pool"), merged through
> > https://github.com/tianocore/edk2/pull/938 broke EmulatorPkg, and most
> > platforms outside the main e
Abraham
; Liming Gao
Subject: Re: [edk2-devel] Cannot build due to recent change
Hi Andrew,
Welcome to the list.
First of all, it helps to cc maintainers of the bits you're having
issues with.
The GetMaintainer.py script can look these up for you automatically
for a given path:
python ..
On 01/10/2020 11:43, Leif Lindholm wrote:
Hi Andrew,
Welcome to the list.
Thank you. I did BIOS work and some UEFI in a previous role but have
been out of the loop for some years.
First of all, it helps to cc maintainers of the bits you're having
issues with.
The GetMaintainer.py script c
Hi Andrew,
Welcome to the list.
First of all, it helps to cc maintainers of the bits you're having
issues with.
The GetMaintainer.py script can look these up for you automatically
for a given path:
python ../edk2/BaseTools/Scripts/GetMaintainer.py -l
Platform/ARM/JunoPkg/ArmJuno.dsc
Platform/AR
Looks like a recent change is not working for AARCH64
https://github.com/tianocore/edk2/commit/b5701a4c7a0fb185e0c5b9db9525939c78664bfd
edk2-platforms/Platform/ARM/JunoPkg/ArmJuno.dsc(...): error 4000:
Instance of library class [RngLib] is not found
in [/home/andrew/src/edk2/CryptoPkg/Library/