From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: qemu-devel@nongnu.org
Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org,
sstabellini@kernel.org, joe.komlodi@xilinx.com,
sai.pavan.boddu@xilinx.com, frasse.iglesias@gmail.com,
alistair@alistair23.me, richard.henderson@linaro.org,
francisco.iglesias@xilinx.com, frederic.konrad@adacore.com,
qemu-arm@nongnu.org, philmd@redhat.com, luc.michel@greensocs.com
Subject: [PATCH v2 0/2] hw/arm: versal: Add support for the XRAMs
Date: Mon, 8 Mar 2021 23:46:35 +0100 [thread overview]
Message-ID: <20210308224637.2949533-1-edgar.iglesias@gmail.com> (raw)
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
This series adds support for the 4x1MB Versal Accelerator RAMs (XRAMs).
Most of the controller is dummy, but it's got enough to make firmware
and some of our test SW happy.
Cheers,
Edgar
ChangeLog:
v1 -> v2:
* Reduce list of included files in both .h and .c.
* Remove unnecessary MR container around regarray.
* Don't leak regarray.
Edgar E. Iglesias (2):
hw/misc: versal: Add a model of the XRAM controller
hw/arm: versal: Add support for the XRAMs
docs/system/arm/xlnx-versal-virt.rst | 1 +
include/hw/arm/xlnx-versal.h | 13 ++
include/hw/misc/xlnx-versal-xramc.h | 97 ++++++++++
hw/arm/xlnx-versal.c | 36 ++++
hw/misc/xlnx-versal-xramc.c | 253 +++++++++++++++++++++++++++
hw/misc/meson.build | 1 +
6 files changed, 401 insertions(+)
create mode 100644 include/hw/misc/xlnx-versal-xramc.h
create mode 100644 hw/misc/xlnx-versal-xramc.c
--
2.25.1
next reply other threads:[~2021-03-08 22:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-08 22:46 Edgar E. Iglesias [this message]
2021-03-08 22:46 ` [PATCH v2 1/2] hw/misc: versal: Add a model of the XRAM controller Edgar E. Iglesias
2021-03-08 22:46 ` [PATCH v2 2/2] hw/arm: versal: Add support for the XRAMs Edgar E. Iglesias
2021-03-11 11:55 ` [PATCH v2 0/2] " 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=20210308224637.2949533-1-edgar.iglesias@gmail.com \
--to=edgar.iglesias@gmail.com \
--cc=alistair@alistair23.me \
--cc=edgar.iglesias@xilinx.com \
--cc=francisco.iglesias@xilinx.com \
--cc=frasse.iglesias@gmail.com \
--cc=frederic.konrad@adacore.com \
--cc=joe.komlodi@xilinx.com \
--cc=luc.michel@greensocs.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=sai.pavan.boddu@xilinx.com \
--cc=sstabellini@kernel.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).