projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6bfd71
)
arm: enable DM_RNG on QEMU by default
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 19 Sep 2020 05:55:35 +0000
(07:55 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000
(11:16 -0400)
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>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 7c206ce734f6dabc49c2a97767f19917767a3107..b885b9e146fcec53754aebafe41926c9d8528e92 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-938,6
+938,7
@@
config ARCH_QEMU
select OF_CONTROL
select PL01X_SERIAL
imply CMD_DM
+ imply DM_RNG
imply DM_RTC
imply RTC_PL031