From: Emanuele Ghidoli <ghidoliemanuele@gmail.com>
To: Francesco Dolcini <francesco.dolcini@toradex.com>,
Tom Rini <trini@konsulko.com>, Fabio Estevam <festevam@gmail.com>
Cc: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>, u-boot@lists.denx.de
Subject: [PATCH v1 3/5] configs: toradex-smarc-imx8mp: enable RNG support for KASLR
Date: Tue, 1 Jul 2025 15:44:58 +0200 [thread overview]
Message-ID: <20250701134504.1076115-4-ghidoliemanuele@gmail.com> (raw)
In-Reply-To: <20250701134504.1076115-1-ghidoliemanuele@gmail.com>
From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Enable DM_RNG in U-Boot to automatically populate /chosen/kaslr-seed.
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
---
configs/toradex-smarc-imx8mp_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/toradex-smarc-imx8mp_defconfig b/configs/toradex-smarc-imx8mp_defconfig
index 3e7e4264b128..0489f4441152 100644
--- a/configs/toradex-smarc-imx8mp_defconfig
+++ b/configs/toradex-smarc-imx8mp_defconfig
@@ -154,6 +154,7 @@ CONFIG_DM_REGULATOR_PCA9450=y
CONFIG_SPL_DM_REGULATOR_PCA9450=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_RNG=y
CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
--
2.43.0
next prev parent reply other threads:[~2025-07-01 13:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 13:44 Emanuele Ghidoli
2025-07-01 13:44 ` [PATCH v1 1/5] configs: verdin-imx8mm: enable RNG support for KASLR Emanuele Ghidoli
2025-07-01 14:17 ` Francesco Dolcini
2025-07-01 13:44 ` [PATCH v1 2/5] configs: verdin-imx8mp: " Emanuele Ghidoli
2025-07-01 14:17 ` Francesco Dolcini
2025-07-01 13:44 ` Emanuele Ghidoli [this message]
2025-07-01 14:18 ` [PATCH v1 3/5] configs: toradex-smarc-imx8mp: " Francesco Dolcini
2025-07-01 13:44 ` [PATCH v1 4/5] configs: apalis-imx8: " Emanuele Ghidoli
2025-07-01 14:18 ` Francesco Dolcini
2025-07-01 13:45 ` [PATCH v1 5/5] configs: colibri-imx8x: " Emanuele Ghidoli
2025-07-01 14:18 ` Francesco Dolcini
2025-07-11 2:21 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250701134504.1076115-4-ghidoliemanuele@gmail.com \
--to=ghidoliemanuele@gmail.com \
--cc=emanuele.ghidoli@toradex.com \
--cc=festevam@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.