]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
qcom_rnd: add initial qualcomm prng driver.
authorAdrian Chadd <adrian@FreeBSD.org>
Thu, 21 Oct 2021 03:05:10 +0000 (20:05 -0700)
committerAdrian Chadd <adrian@FreeBSD.org>
Thu, 4 Nov 2021 16:02:27 +0000 (09:02 -0700)
commit1492c8c0d825d1dcd8a2b2975fe35e4269b0b7de
tree9bdadef4e07c481a10c9f326f553eed88ba5a87c
parent6325f105aad2d6d8ba08efe5aff1c860cc7df198
qcom_rnd: add initial qualcomm prng driver.

This is the MVP required to initialise and consume random data from
the QCA PRNG hardware found on the IPQ401x.

Reviewed by: andrew, manu, imp
Differential Revision: https://reviews.freebsd.org/D32723
sys/dev/qcom_rnd/qcom_rnd.c [new file with mode: 0644]
sys/dev/qcom_rnd/qcom_rnd_reg.h [new file with mode: 0644]
sys/sys/random.h