Re: [PATCH 1/1] arm: enable DM_RNG on QEMU by default

2020-10-14 Thread Tom Rini
On Sat, Sep 19, 2020 at 07:55:35AM +0200, Heinrich Schuchardt wrote: > The EFI_RNG_PROTOCOL is needed for address randomization in Linux. > We should provide it by default on QEMU. > > Reported-by: François Ozog > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/1] arm: enable DM_RNG on QEMU by default

2020-09-22 Thread Heinrich Schuchardt
On 9/22/20 5:26 PM, Tom Rini wrote: > On Sat, Sep 19, 2020 at 07:55:35AM +0200, Heinrich Schuchardt wrote: > >> The EFI_RNG_PROTOCOL is needed for address randomization in Linux. >> We should provide it by default on QEMU. >> >> Reported-by: François Ozog >> Signed-off-by: Heinrich Schuchardt > >

Re: [PATCH 1/1] arm: enable DM_RNG on QEMU by default

2020-09-22 Thread Tom Rini
On Sat, Sep 19, 2020 at 07:55:35AM +0200, Heinrich Schuchardt wrote: > The EFI_RNG_PROTOCOL is needed for address randomization in Linux. > We should provide it by default on QEMU. > > Reported-by: François Ozog > Signed-off-by: Heinrich Schuchardt This causes cmd_bootefi_selftest to fail on b

[PATCH 1/1] arm: enable DM_RNG on QEMU by default

2020-09-18 Thread Heinrich Schuchardt
The EFI_RNG_PROTOCOL is needed for address randomization in Linux. We should provide it by default on QEMU. Reported-by: François Ozog Signed-off-by: Heinrich Schuchardt --- Resent, cc U-Boot list --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/a