Re: [PATCH v2 1/2] hw/timer: Add SiFive PWM support

2021-09-07 Thread Bin Meng
On Fri, Sep 3, 2021 at 7:25 AM Alistair Francis wrote: > > From: Alistair Francis > > This is the initial commit of the SiFive PWM timer. This is used by > guest software are a timer and is included in the SiFive FU540 SoC. "guest software are a time .. This does not read right. > > Signed-off

[PATCH v2 1/2] hw/timer: Add SiFive PWM support

2021-09-02 Thread Alistair Francis
From: Alistair Francis This is the initial commit of the SiFive PWM timer. This is used by guest software are a timer and is included in the SiFive FU540 SoC. Signed-off-by: Justin Restivo Signed-off-by: Alexandra Clifford Signed-off-by: Amanda Strnad Signed-off-by: Alistair Francis --- inc