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
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
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