qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer
@ 2021-05-31  4:33 Alistair Francis
  2021-05-31  4:33 ` [PATCH v1 1/3] hw/char/ibex_uart: Make the register layout private Alistair Francis
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Alistair Francis @ 2021-05-31  4:33 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv; +Cc: alistair.francis, bmeng.cn, palmer, alistair23

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



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-06-04  2:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-31  4:33 [PATCH v1 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer Alistair Francis
2021-05-31  4:33 ` [PATCH v1 1/3] hw/char/ibex_uart: Make the register layout private Alistair Francis
2021-06-01 11:47   ` Bin Meng
2021-05-31  4:33 ` [PATCH v1 2/3] hw/timer: Initial commit of Ibex Timer Alistair Francis
2021-06-01 13:05   ` Bin Meng
2021-06-03 23:21     ` Alistair Francis
2021-06-04  2:11       ` Bin Meng
2021-06-04  2:33         ` Alistair Francis
2021-06-04  2:34           ` Bin Meng
2021-06-04  2:37             ` Alistair Francis
2021-06-04  2:41               ` Bin Meng
2021-05-31  4:33 ` [PATCH v1 3/3] hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer Alistair Francis
2021-06-01 13:10   ` Bin Meng
2021-06-03 23:23     ` Alistair Francis

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