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

2019-09-04 Thread bzt
Dear Phil, As you can see, the board ids are quite controversial, and bcm2837 is not listed at all. Therefore 0xc44 is just a constant to identify qemu "board". Feel free to change the id if you'd like. About the r1 register, you've liked the wrong firmware. That's for AArch32 mode, not for AArch

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

2019-09-03 Thread Philippe Mathieu-Daudé
Hi Pekka and Zoltán, On Fri, Feb 16, 2018 at 8:04 AM Pekka Enberg wrote: > > This patch adds Raspberry Pi 3 support to hw/arm/raspi.c. The > differences to Pi 2 are: > > - Firmware address > - Board ID > - Board revision > > The CPU is different too, but that's going to be configured as part o

[Qemu-devel] [PATCH v2 2/3] raspi: Raspberry Pi 3 support

2018-02-15 Thread Pekka Enberg
This patch adds Raspberry Pi 3 support to hw/arm/raspi.c. The differences to Pi 2 are: - Firmware address - Board ID - Board revision The CPU is different too, but that's going to be configured as part of the machine default CPU when we introduce a new machine type. The patch was written from