Re: [PATCH] rng: meson: make core clock optional

2020-09-28 Thread Neil Armstrong
On 25/09/2020 09:19, Neil Armstrong wrote: > This fixes HWRNG support on Amlogic GXL, GXM, G12A, G12B & SM1 > based boards dues to the lack of the core clock in the device tree. > > It was reported breaking EFI boot in the Linux EFI stub, because the > EFI_RNG_PROTOCOL didn't check for the RNG dev

Re: [PATCH] rng: meson: make core clock optional

2020-09-25 Thread Scott K Logan
On Fri, 2020-09-25 at 09:19 +0200, Neil Armstrong wrote: > This fixes HWRNG support on Amlogic GXL, GXM, G12A, G12B & SM1 > based boards dues to the lack of the core clock in the device tree. > > It was reported breaking EFI boot in the Linux EFI stub, because the > EFI_RNG_PROTOCOL didn't check f

[PATCH] rng: meson: make core clock optional

2020-09-25 Thread Neil Armstrong
This fixes HWRNG support on Amlogic GXL, GXM, G12A, G12B & SM1 based boards dues to the lack of the core clock in the device tree. It was reported breaking EFI boot in the Linux EFI stub, because the EFI_RNG_PROTOCOL didn't check for the RNG device presence before installing itself. The Linux aml