[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 07/22] target/riscv: Add defines for AIA CSRs
From: |
Anup Patel |
Subject: |
Re: [PATCH v4 07/22] target/riscv: Add defines for AIA CSRs |
Date: |
Mon, 1 Nov 2021 13:27:02 +0530 |
On Mon, Nov 1, 2021 at 12:26 PM Alistair Francis <alistair23@gmail.com> wrote:
>
> On Tue, Oct 26, 2021 at 5:01 PM Anup Patel <anup.patel@wdc.com> wrote:
> >
> > The RISC-V AIA specification extends RISC-V local interrupts and
> > introduces new CSRs. This patch adds defines for the new AIA CSRs.
> >
> > Signed-off-by: Anup Patel <anup.patel@wdc.com>
>
> What's the status of these CSR addresses being finalised?
These CSR addresses have not changed since the past 2 months.
Overall, the AIA spec has been in stable state for quite some time
without much changes or objections.
Regards,
Anup
>
> Alistair