* [PATCH 1/1] arm: enable DM_RNG on QEMU by default
@ 2020-09-19 5:55 Heinrich Schuchardt
2020-09-22 15:26 ` Tom Rini
2020-10-14 17:42 ` Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-09-19 5:55 UTC (permalink / raw)
To: u-boot
The EFI_RNG_PROTOCOL is needed for address randomization in Linux.
We should provide it by default on QEMU.
Reported-by: Fran?ois Ozog <francois.ozog@linaro.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Resent, cc U-Boot list
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 80702c23d3..4ebedece80 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -935,6 +935,7 @@ config ARCH_QEMU
select OF_CONTROL
select PL01X_SERIAL
imply CMD_DM
+ imply DM_RNG
imply DM_RTC
imply RTC_PL031
--
2.28.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/1] arm: enable DM_RNG on QEMU by default
2020-09-19 5:55 [PATCH 1/1] arm: enable DM_RNG on QEMU by default Heinrich Schuchardt
@ 2020-09-22 15:26 ` Tom Rini
2020-09-22 18:35 ` Heinrich Schuchardt
2020-10-14 17:42 ` Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2020-09-22 15:26 UTC (permalink / raw)
To: u-boot
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 <francois.ozog@linaro.org>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This causes cmd_bootefi_selftest to fail on both qemu_arm and
qemu_arm64.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200922/46866517/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] arm: enable DM_RNG on QEMU by default
2020-09-22 15:26 ` Tom Rini
@ 2020-09-22 18:35 ` Heinrich Schuchardt
0 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-09-22 18:35 UTC (permalink / raw)
To: u-boot
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 <francois.ozog@linaro.org>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
>
> This causes cmd_bootefi_selftest to fail on both qemu_arm and
> qemu_arm64.
>
Fixed in https://github.com/swarren/uboot-test-hooks.git by:
cf979fcf372c ("u-boot-hooks: add virtio-rng-pci")
Best regards
Heinrich
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] arm: enable DM_RNG on QEMU by default
2020-09-19 5:55 [PATCH 1/1] arm: enable DM_RNG on QEMU by default Heinrich Schuchardt
2020-09-22 15:26 ` Tom Rini
@ 2020-10-14 17:42 ` Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-10-14 17:42 UTC (permalink / raw)
To: u-boot
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 <francois.ozog@linaro.org>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201014/7ee04d8d/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-10-14 17:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 5:55 [PATCH 1/1] arm: enable DM_RNG on QEMU by default Heinrich Schuchardt
2020-09-22 15:26 ` Tom Rini
2020-09-22 18:35 ` Heinrich Schuchardt
2020-10-14 17:42 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox