U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] vexpress64: Set the DM_RNG property
@ 2025-09-10 15:13 Debbie Horsfall
  2025-09-10 15:13 ` [PATCH 2/2] arm: vexpress64: Enable SYSRESET and SYSRESET_PSCI Debbie Horsfall
  2025-09-12 14:26 ` [PATCH 1/2] vexpress64: Set the DM_RNG property Andre Przywara
  0 siblings, 2 replies; 4+ messages in thread
From: Debbie Horsfall @ 2025-09-10 15:13 UTC (permalink / raw)
  To: u-boot; +Cc: trini, fenghua, linus.walleij, Peter.Hoyes, liviu.dudau

Enable the DM_RNG virtio random number generator driver in order to
consume entropy within U-Boot. This allows U-Boot to inject entropy to the
kernel via UEFI, so the kernel can use that early, for instance for
address layout randomisation, or when the kernel does not provide an
entropy driver itself.

Signed-off-by: Debbie Horsfall <debbie.horsfall@arm.com>
---
 board/armltd/vexpress64/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
index 7e8709444fe..f413c51ac43 100644
--- a/board/armltd/vexpress64/Kconfig
+++ b/board/armltd/vexpress64/Kconfig
@@ -21,6 +21,7 @@ config VEXPRESS64_BASE_MODEL
 	imply EFI_SET_TIME if DM_RTC
 	select LINUX_KERNEL_IMAGE_HEADER
 	select POSITION_INDEPENDENT
+	imply DM_RNG
 
 choice
 	prompt "VExpress64 board variant"
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-12 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10 15:13 [PATCH 1/2] vexpress64: Set the DM_RNG property Debbie Horsfall
2025-09-10 15:13 ` [PATCH 2/2] arm: vexpress64: Enable SYSRESET and SYSRESET_PSCI Debbie Horsfall
2025-09-12 14:26   ` Andre Przywara
2025-09-12 14:26 ` [PATCH 1/2] vexpress64: Set the DM_RNG property Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox