From: Leon Alrae <leon.alrae@imgtec.com>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 0/2] hw/mips: implement Cluster Power Controller
Date: Fri, 26 Feb 2016 16:19:56 +0000 [thread overview]
Message-ID: <1456503598-27824-1-git-send-email-leon.alrae@imgtec.com> (raw)
This minimal CPC support is one of the elements required to allow R6 Linux to
bring up Virtual Processors on Malta board. This patch applies on top of
Yongbok's GIC/GCR patchset which still requires updating/fixing (that
probably will also affect CPC, in particular when we come up with a wrapper
for the CPU, GIC, GCR, etc.). Hopefully this will get sorted out soon so
we could include these functionalities in 2.6 release.
Next step can be extending the feature to support multi-core. Also,
these features will be handy for testing MIPS with MTTCG which is
something I hope to start in near future.
Thanks,
Leon
Leon Alrae (2):
hw/mips: add initial Cluster Power Controller support
hw/mips_malta: add CPC to the Malta board
default-configs/mips-softmmu.mak | 1 +
default-configs/mips64-softmmu.mak | 1 +
default-configs/mips64el-softmmu.mak | 1 +
default-configs/mipsel-softmmu.mak | 1 +
hw/mips/mips_malta.c | 30 +++++++++
hw/misc/Makefile.objs | 1 +
hw/misc/mips_cpc.c | 124 +++++++++++++++++++++++++++++++++++
include/hw/misc/mips_cpc.h | 45 +++++++++++++
8 files changed, 204 insertions(+)
create mode 100644 hw/misc/mips_cpc.c
create mode 100644 include/hw/misc/mips_cpc.h
--
2.1.0
next reply other threads:[~2016-02-26 16:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-26 16:19 Leon Alrae [this message]
2016-02-26 16:19 ` [Qemu-devel] [PATCH 1/2] hw/mips: add initial Cluster Power Controller support Leon Alrae
2016-02-26 16:49 ` Peter Maydell
2016-03-01 10:58 ` Leon Alrae
2016-02-26 16:19 ` [Qemu-devel] [PATCH 2/2] hw/mips_malta: add CPC to the Malta board Leon Alrae
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=1456503598-27824-1-git-send-email-leon.alrae@imgtec.com \
--to=leon.alrae@imgtec.com \
--cc=aurelien@aurel32.net \
--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).