From: Pekka Enberg <penberg@iki.fi>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, Pekka Enberg <penberg@iki.fi>
Subject: [Qemu-devel] [PATCH v2 0/3] Raspberry Pi 3 support
Date: Fri, 16 Feb 2018 09:01:58 +0200 [thread overview]
Message-ID: <20180216070201.4271-1-penberg@iki.fi> (raw)
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 0x80000
- Board ID is 0xc44 and board revision is 0xa02082
The patches were written by me but I used Zoltán Baldaszti's previous
work as a reference (with permission from the author):
https://github.com/bztsrc/qemu-raspi3
Also available from:
git@github.com:penberg/qemu.git raspi3/v2
Changes from v1 to v2:
- Wrap Raspberry Pi 3 machine definition with TARGET_AARCH64 (Peter
Maydell)
Pekka Enberg (3):
bcm2836: Make CPU type configurable
raspi: Raspberry Pi 3 support
raspi: Add "raspi3" machine type
hw/arm/bcm2836.c | 17 ++++++++-------
hw/arm/raspi.c | 57 +++++++++++++++++++++++++++++++++++++++---------
include/hw/arm/bcm2836.h | 1 +
3 files changed, 57 insertions(+), 18 deletions(-)
--
2.14.3
next reply other threads:[~2018-02-16 7:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 7:01 Pekka Enberg [this message]
2018-02-16 7:01 ` [Qemu-devel] [PATCH v2 1/3] bcm2836: Make CPU type configurable Pekka Enberg
2018-02-16 7:02 ` [Qemu-devel] [PATCH v2 2/3] raspi: Raspberry Pi 3 support Pekka Enberg
2019-09-03 12:42 ` Philippe Mathieu-Daudé
2019-09-04 14:35 ` bzt
2018-02-16 7:02 ` [Qemu-devel] [PATCH v2 3/3] raspi: Add "raspi3" machine type Pekka Enberg
2018-02-16 9:16 ` [Qemu-devel] [PATCH v2 0/3] Raspberry Pi 3 support Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180216070201.4271-1-penberg@iki.fi \
--to=penberg@iki.fi \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).