Re: [Qemu-devel] [PATCH v2 0/3] Raspberry Pi 3 support

2018-02-16 Thread Peter Maydell
On 16 February 2018 at 07:01, Pekka Enberg wrote: > This patch series adds support for Raspberry Pi 3 as a new machine model > "raspi3", which is an extension of the "raspi2" model with the following > differences: > > - Default CPU type is "cortex-a53" > - Firmware is at

[Qemu-devel] [PATCH v2 0/3] Raspberry Pi 3 support

2018-02-15 Thread Pekka Enberg
This patch series adds support for Raspberry Pi 3 as a new machine model "raspi3", which is an extension of the "raspi2" model with the following differences: - Default CPU type is "cortex-a53" - Firmware is at address 0x8 - Board ID is 0xc44 and board revision is 0xa02082 The patches