[PATCH 0/2] drivers/rng: add Amlogic hardware RNG driver
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Mar 4 02:17:36 CET 2020
The first patch simplifies the Kconfig for hardware RNG drivers and enables
the Sandbox RNG driver for all Sandbox instances.
The second introduces a hardware random number generator driver for Amlogic
SOCs. This second patch had been sent before but the preceding patch was
missing.
Heinrich Schuchardt (2):
drivers/rng: simplify Kconfig
drivers/rng: add Amlogic hardware RNG driver
configs/sandbox64_defconfig | 1 -
configs/sandbox_defconfig | 1 -
drivers/rng/Kconfig | 17 ++++-
drivers/rng/Makefile | 1 +
drivers/rng/meson-rng.c | 120 ++++++++++++++++++++++++++++++++++++
5 files changed, 136 insertions(+), 4 deletions(-)
create mode 100644 drivers/rng/meson-rng.c
--
2.25.1
More information about the U-Boot
mailing list