From: Alistair Francis <alistair.francis@wdc.com>
To: qemu-devel@nongnu.org, qemu-riscv@nongnu.org
Cc: alistair.francis@wdc.com, bmeng.cn@gmail.com, palmer@dabbelt.com,
alistair23@gmail.com
Subject: [PATCH v2 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer
Date: Wed, 9 Jun 2021 09:48:10 +1000 [thread overview]
Message-ID: <cover.1623196022.git.alistair.francis@wdc.com> (raw)
v2:
- Address review comments
Alistair Francis (3):
hw/char/ibex_uart: Make the register layout private
hw/timer: Initial commit of Ibex Timer
hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer
include/hw/char/ibex_uart.h | 37 -----
include/hw/riscv/opentitan.h | 5 +-
include/hw/timer/ibex_timer.h | 52 ++++++
hw/char/ibex_uart.c | 37 +++++
hw/riscv/opentitan.c | 14 +-
hw/timer/ibex_timer.c | 305 ++++++++++++++++++++++++++++++++++
MAINTAINERS | 6 +-
hw/timer/meson.build | 1 +
8 files changed, 412 insertions(+), 45 deletions(-)
create mode 100644 include/hw/timer/ibex_timer.h
create mode 100644 hw/timer/ibex_timer.c
--
2.31.1
next reply other threads:[~2021-06-08 23:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-08 23:48 Alistair Francis [this message]
2021-06-08 23:48 ` [PATCH v2 1/3] hw/char/ibex_uart: Make the register layout private Alistair Francis
2021-06-08 23:48 ` [PATCH v2 2/3] hw/timer: Initial commit of Ibex Timer Alistair Francis
2021-06-09 1:44 ` Bin Meng
2021-06-10 23:00 ` Alistair Francis
2021-06-09 7:57 ` Paolo Bonzini
2021-06-10 23:01 ` Alistair Francis
2021-06-11 11:52 ` Paolo Bonzini
2021-06-18 7:02 ` Alistair Francis
2021-06-08 23:49 ` [PATCH v2 3/3] hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer Alistair Francis
2021-06-09 1:44 ` Bin Meng
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=cover.1623196022.git.alistair.francis@wdc.com \
--to=alistair.francis@wdc.com \
--cc=alistair23@gmail.com \
--cc=bmeng.cn@gmail.com \
--cc=palmer@dabbelt.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@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).