[PATCH v2 0/3] Data Co-processor RNG Driver

Kshitiz Varshney kshitiz.varshney at nxp.com
Thu Dec 22 09:50:26 CET 2022


Implemented Data Co-Processor random number generation driver.

usage command:
rng <number of bytes>

Kshitiz Varshney (3):
  Uboot RNG Driver using Data Co-processor
  Added dcp_rng driver initialization code
  Added configs required for dcp_rng driver

 arch/arm/mach-imx/mx6/soc.c               |  10 ++
 configs/mx6ull_14x14_evk_defconfig        |   4 +
 configs/mx6ull_14x14_evk_plugin_defconfig |   4 +
 drivers/crypto/fsl/Kconfig                |  10 ++
 drivers/crypto/fsl/Makefile               |   1 +
 drivers/crypto/fsl/dcp_rng.c              | 182 ++++++++++++++++++++++
 6 files changed, 211 insertions(+)
 create mode 100644 drivers/crypto/fsl/dcp_rng.c

-- 
2.25.1



More information about the U-Boot mailing list