Skip to content
rng: msm: support newer SoCs

Add support for RNG on newer SoCs which shares the
RNG hardware between different Execution Environments (EE).

Also enable it by default to fill KASL seed when running Linux.

To: Robert Marko <robert.marko@sartura.hr>
To: Luka Perkov <luka.perkov@sartura.hr>
To: Sughosh Ganu <sughosh.ganu@linaro.org>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Tom Rini <trini@konsulko.com>
To: Caleb Connolly <caleb.connolly@linaro.org>
To: Sumit Garg <sumit.garg@linaro.org>
Cc: u-boot@lists.denx.de
Cc: u-boot-qcom@groups.io
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

---
Neil Armstrong (2):
      rng: msm: add support for newer Qualcomm hwrandom IPs
      configs: qcom_defconfig: enable RNG driver and command

 configs/qcom_defconfig |  3 +++
 drivers/rng/msm_rng.c  | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
base-commit: dc1859f8d2ac3faaa5e2e1d465ec4bd8980520a5
change-id: 20241125-topic-sm8x50-rng-714cd0012391

Best regards,