]> Git Repo - J-u-boot.git/commit - configs/e850-96_defconfig
arm: exynos: Enable TRNG on E850-96 board
authorSam Protsenko <[email protected]>
Tue, 23 Jul 2024 18:14:39 +0000 (13:14 -0500)
committerMinkyu Kang <[email protected]>
Wed, 24 Jul 2024 07:37:09 +0000 (16:37 +0900)
commit2269217bbddb3d729f6129dceda8da5b1c73ba05
tree294470ece86ea0e11f0a65de68ef70e6537faf1b
parent9344efc9bb7a28a1aca395d2762ca2d5dc128405
arm: exynos: Enable TRNG on E850-96 board

Enable True Random Number Generator (TRNG) on E850-96 board. To do so:
  1. Enable DM_RNG and RNG_EXYNOS for TARGET_E850_96
  2. Add TRNG node to E850-96 device tree
  3. Enable 'rng' command support for easy TRNG testing

TRNG node is already applied in Linux kernel device tree, but it hasn't
appeared in upstream dts yet. Add it in U-Boot override dtsi file
temporarily; it can be removed once it appears in upstream dts.

Signed-off-by: Sam Protsenko <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/dts/exynos850-e850-96-u-boot.dtsi
arch/arm/mach-exynos/Kconfig
configs/e850-96_defconfig
This page took 0.038432 seconds and 4 git commands to generate.