qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  Add the SiFive PWM device
@ 2021-09-02 23:25 Alistair Francis
  2021-09-02 23:25 ` [PATCH v2 1/2] hw/timer: Add SiFive PWM support Alistair Francis
  2021-09-02 23:25 ` [PATCH v2 2/2] sifive_u: Connect the SiFive PWM device Alistair Francis
  0 siblings, 2 replies; 5+ messages in thread
From: Alistair Francis @ 2021-09-02 23:25 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv; +Cc: bmeng.cn, palmer, alistair.francis, alistair23

From: Alistair Francis <alistair.francis@wdc.com>


This series adds a the SiFive PWM device and connects it to the
sifive_u machine. This has been tested as a timer with seL4.

v2:
 - Address Bin's comments
 - Expose PWM via the device tree


Alistair Francis (2):
  hw/timer: Add SiFive PWM support
  sifive_u: Connect the SiFive PWM device

 include/hw/riscv/sifive_u.h   |  14 +-
 include/hw/timer/sifive_pwm.h |  62 +++++
 hw/riscv/sifive_u.c           |  55 +++-
 hw/timer/sifive_pwm.c         | 468 ++++++++++++++++++++++++++++++++++
 hw/riscv/Kconfig              |   1 +
 hw/timer/Kconfig              |   3 +
 hw/timer/meson.build          |   1 +
 hw/timer/trace-events         |   6 +
 8 files changed, 608 insertions(+), 2 deletions(-)
 create mode 100644 include/hw/timer/sifive_pwm.h
 create mode 100644 hw/timer/sifive_pwm.c

-- 
2.31.1



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

end of thread, other threads:[~2021-09-08  3:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-02 23:25 [PATCH v2 0/2] Add the SiFive PWM device Alistair Francis
2021-09-02 23:25 ` [PATCH v2 1/2] hw/timer: Add SiFive PWM support Alistair Francis
2021-09-08  3:31   ` Bin Meng
2021-09-02 23:25 ` [PATCH v2 2/2] sifive_u: Connect the SiFive PWM device Alistair Francis
2021-09-08  3:36   ` Bin Meng

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