[Qemu-devel] [PATCH] target-arm: Implement BCM2835 hardware RNG

2017-02-10 Thread Marcin Chojnacki
Recent vanilla Raspberry Pi kernels started to make use of the hardware random number generator in BCM2835 SoC. As a result, those kernels wouldn't work anymore under QEMU but rather just freeze during the boot process. This patch implements a trivial BCM2835 compatible RNG, and adds it as a perip

Re: [Qemu-devel] [PATCH] target-arm: Implement BCM2835 hardware RNG

2017-02-10 Thread Peter Maydell
On 10 February 2017 at 18:06, Marcin Chojnacki wrote: > Recent vanilla Raspberry Pi kernels started to make use of > the hardware random number generator in BCM2835 SoC. As a > result, those kernels wouldn't work anymore under QEMU > but rather just freeze during the boot process. > > This patch i