public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add RK3588 TRNG
@ 2023-04-07 21:32 Chris Morgan
  2023-04-07 21:32 ` [PATCH V2 1/2] rockchip: rng: add trngv1 for rk3588 Chris Morgan
  2023-04-07 21:32 ` [PATCH V2 2/2] ARM: dts: rockchip: rk3588s-u-boot: Add rng node Chris Morgan
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Morgan @ 2023-04-07 21:32 UTC (permalink / raw)
  To: u-boot
  Cc: xypron.glpk, sughosh.ganu, kever.yang, philipp.tomsich, sjg,
	Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the RK3588 TRNG. The code was taken directly from the
Rockchip BSP U-Boot source.

Chris Morgan (2):
  rockchip: rng: add trngv1 for rk3588
  ARM: dts: rockchip: rk3588s-u-boot: Add rng node

 arch/arm/dts/rk3588s-u-boot.dtsi |   6 ++
 drivers/rng/Kconfig              |   5 +-
 drivers/rng/rockchip_rng.c       | 120 ++++++++++++++++++++++++++++---
 3 files changed, 120 insertions(+), 11 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-04-13  2:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 21:32 [PATCH V2 0/2] Add RK3588 TRNG Chris Morgan
2023-04-07 21:32 ` [PATCH V2 1/2] rockchip: rng: add trngv1 for rk3588 Chris Morgan
2023-04-13  2:24   ` Kever Yang
2023-04-07 21:32 ` [PATCH V2 2/2] ARM: dts: rockchip: rk3588s-u-boot: Add rng node Chris Morgan
2023-04-13  2:25   ` Kever Yang

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