Re: [PATCH v8 2/3] target/riscv: Add stimecmp support

2022-08-07 Thread Alistair Francis
On Thu, Aug 4, 2022 at 11:47 AM Atish Patra wrote: > > stimecmp allows the supervisor mode to update stimecmp CSR directly > to program the next timer interrupt. This CSR is part of the Sstc > extension which was ratified recently. > > Signed-off-by: Atish Patra Reviewed-by: Alistair Francis A

[PATCH v8 2/3] target/riscv: Add stimecmp support

2022-08-03 Thread Atish Patra
stimecmp allows the supervisor mode to update stimecmp CSR directly to program the next timer interrupt. This CSR is part of the Sstc extension which was ratified recently. Signed-off-by: Atish Patra --- target/riscv/cpu.c | 9 target/riscv/cpu.h | 5 ++ target/riscv/cpu_b