[PATCH 5/8] configs: microchip_mpfs_generic: enable MPFS RNG support

Conor Dooley conor at kernel.org
Wed Jul 1 12:04:39 CEST 2026


On Thu, Jun 25, 2026 at 01:23:22PM +0100, Jamie Gibbons wrote:
> Enable the MPFS hardware RNG and associated infrastructure in
> the Microchip PolarFire SoC generic defconfig.
> 
> Signed-off-by: Jamie Gibbons <jamie.gibbons at microchip.com>
> ---
>  configs/microchip_mpfs_generic_defconfig | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/microchip_mpfs_generic_defconfig b/configs/microchip_mpfs_generic_defconfig
> index 66acaad7e9b..e3d794f08b9 100644
> --- a/configs/microchip_mpfs_generic_defconfig
> +++ b/configs/microchip_mpfs_generic_defconfig
> @@ -21,6 +21,7 @@ CONFIG_SYS_PBSIZE=282
>  CONFIG_DISPLAY_CPUINFO=y
>  CONFIG_DISPLAY_BOARDINFO=y
>  CONFIG_SYS_PROMPT="RISC-V # "
> +CONFIG_CMD_RNG=y
>  CONFIG_OF_UPSTREAM=y
>  CONFIG_OF_BOARD=y
>  CONFIG_OF_LIST="microchip/mpfs-icicle-kit microchip/mpfs-sev-kit"
> @@ -29,5 +30,6 @@ CONFIG_ENV_OVERWRITE_ETHADDR_ONCE=y
>  CONFIG_ENV_RELOC_GD_ENV_ADDR=y
>  CONFIG_BOOTP_SEND_HOSTNAME=y
>  CONFIG_DM_MTD=y
> -CONFIG_SYSRESET=y
>  CONFIG_DM_RNG=y
> +CONFIG_RNG_MPFS=y
> +CONFIG_SYSRESET=y

Ah right, here is is. The DM_RNG bit should move here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260701/c52c3f72/attachment.sig>


More information about the U-Boot mailing list