On Thu, Sep 9, 2021 at 11:55 AM Alistair Francis <alistair.fran...@opensource.wdc.com> wrote: > > From: Alistair Francis <alistair.fran...@wdc.com> > > This is the initial commit of the SiFive PWM timer. This is used by > guest software as a timer and is included in the SiFive FU540 SoC. > > Signed-off-by: Justin Restivo <jrest...@draper.com> > Signed-off-by: Alexandra Clifford <acliff...@draper.com> > Signed-off-by: Amanda Strnad <astr...@draper.com> > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > include/hw/timer/sifive_pwm.h | 62 +++++ > hw/timer/sifive_pwm.c | 467 ++++++++++++++++++++++++++++++++++ > hw/timer/Kconfig | 3 + > hw/timer/meson.build | 1 + > hw/timer/trace-events | 6 + > 5 files changed, 539 insertions(+) > create mode 100644 include/hw/timer/sifive_pwm.h > create mode 100644 hw/timer/sifive_pwm.c >
Reviewed-by: Bin Meng <bmeng...@gmail.com>