Re: [PATCH] i.MX: add an emulation for RNGC

2020-01-08 Thread Martin Kaiser
Hi Peter, thanks for reviewing my patch. I just sent a v2 where I fixed the issues that you found. Thus wrote Peter Maydell (peter.mayd...@linaro.org): > > +#include "qemu/main-loop.h" > Do you really need main-loop.h ? Without main-loop.h, I get compiler errors about missing prototypes for q

Re: [PATCH] i.MX: add an emulation for RNGC

2020-01-06 Thread Peter Maydell
On Thu, 26 Dec 2019 at 17:52, Martin Kaiser wrote: > > 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 > readin

[PATCH] i.MX: add an emulation for RNGC

2019-12-27 Thread Martin Kaiser
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 --- hw/arm/fsl-