[edk2-devel] [edk2-platform][PATCH v1 0/2] Platforms/RaspberryPi: Fix RngLib build error

Samer El-Haj-Mahmoud posted 2 patches 3 years, 7 months ago
Failed in applying to current master (apply log)
Platform/RaspberryPi/RPi3/RPi3.dsc | 1 +
Platform/RaspberryPi/RPi4/RPi4.dsc | 1 +
2 files changed, 2 insertions(+)
[edk2-devel] [edk2-platform][PATCH v1 0/2] Platforms/RaspberryPi: Fix RngLib build error
Posted by Samer El-Haj-Mahmoud 3 years, 7 months ago
Commit b5701a4c7a0fb185e0c5b9db9525939c78664bfd introduced RngLib
dependency for OpensslLib, and caused the RPi build to break for lack
of an RngLib instance.

This series adds RngLib to both RPi3 and RPi4 using the DxeRngLib flavor,
which is a wrapper around the the EFI_RNG_PROTOCOL that the platform
already produces.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Pete Batard <pete@akeo.ie>
Cc: Andrei Warkentin <awarkentin@vmware.com>
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>

Samer El-Haj-Mahmoud (2):
  Platforms/RaspberryPi: Fix RPi4 RngLib build error
  Platforms/RaspberryPi: Fix RPi3 RngLib build error

 Platform/RaspberryPi/RPi3/RPi3.dsc | 1 +
 Platform/RaspberryPi/RPi4/RPi4.dsc | 1 +
 2 files changed, 2 insertions(+)

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#65657): https://edk2.groups.io/g/devel/message/65657
Mute This Topic: https://groups.io/mt/77137685/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-platform][PATCH v1 0/2] Platforms/RaspberryPi: Fix RngLib build error
Posted by Ard Biesheuvel 3 years, 7 months ago
On 9/26/20 4:52 PM, Samer El-Haj-Mahmoud wrote:
> Commit b5701a4c7a0fb185e0c5b9db9525939c78664bfd introduced RngLib
> dependency for OpensslLib, and caused the RPi build to break for lack
> of an RngLib instance.
> 
> This series adds RngLib to both RPi3 and RPi4 using the DxeRngLib flavor,
> which is a wrapper around the the EFI_RNG_PROTOCOL that the platform
> already produces.
> 
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Pete Batard <pete@akeo.ie>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
> 
> Samer El-Haj-Mahmoud (2):
>    Platforms/RaspberryPi: Fix RPi4 RngLib build error
>    Platforms/RaspberryPi: Fix RPi3 RngLib build error
> 

Pushed as 4efd9ab2cfab..1e09147a01ae

Thanks all,


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#65666): https://edk2.groups.io/g/devel/message/65666
Mute This Topic: https://groups.io/mt/77137685/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-