Re: [PATCH v6 15/23] target/riscv: Implement AIA IMSIC interface CSRs

2022-01-08 Thread Anup Patel
On Wed, Jan 5, 2022 at 9:01 AM Frank Chang wrote: > > Anup Patel 於 2021年12月30日 週四 下午8:53寫道: >> >> From: Anup Patel >> >> The AIA specification defines IMSIC interface CSRs for easy access >> to the per-HART IMSIC registers without using indirect xiselect and >> xireg CSRs. This patch implements

Re: [PATCH v6 15/23] target/riscv: Implement AIA IMSIC interface CSRs

2022-01-04 Thread Frank Chang
Anup Patel 於 2021年12月30日 週四 下午8:53寫道: > From: Anup Patel > > The AIA specification defines IMSIC interface CSRs for easy access > to the per-HART IMSIC registers without using indirect xiselect and > xireg CSRs. This patch implements the AIA IMSIC interface CSRs. > > Signed-off-by: Anup Patel >

[PATCH v6 15/23] target/riscv: Implement AIA IMSIC interface CSRs

2021-12-30 Thread Anup Patel
From: Anup Patel The AIA specification defines IMSIC interface CSRs for easy access to the per-HART IMSIC registers without using indirect xiselect and xireg CSRs. This patch implements the AIA IMSIC interface CSRs. Signed-off-by: Anup Patel Signed-off-by: Anup Patel --- target/riscv/csr.c |