aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/imx_rngc.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17i.MX: add an emulation for RNGCMartin Kaiser1-0/+278
Add an emulation for the RNGC random number generator and the compatible RNGB variant. These peripherals are included (at least) in imx25 and imx35 chipsets. The emulation supports the initial self test, reseeding the prng and reading random numbers. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>