Re: [PATCH 1/4] target/riscv: Add the checking into stimecmp write function.

2025-04-03 Thread Alistair Francis
On Thu, Mar 20, 2025 at 5:22 AM Jim Shu wrote: > > Preparation commit to let aclint timer to use stimecmp write function. > Aclint timer doesn't call sstc() predicate so we need to check inside > the stimecmp write function. > > Signed-off-by: Jim Shu Acked-by: Alistair Francis Alistair > ---

[PATCH 1/4] target/riscv: Add the checking into stimecmp write function.

2025-03-19 Thread Jim Shu
Preparation commit to let aclint timer to use stimecmp write function. Aclint timer doesn't call sstc() predicate so we need to check inside the stimecmp write function. Signed-off-by: Jim Shu --- target/riscv/time_helper.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(