Re: [PATCH v5 16/23] hw/riscv: virt: Use AIA INTC compatible string when available

2021-12-15 Thread Anup Patel
On Wed, Dec 15, 2021 at 6:38 AM Kip Walker wrote: > > On Fri, Dec 10, 2021 at 8:35 PM Anup Patel wrote: > > > > We should use the AIA INTC compatible string in the CPU INTC > > DT nodes when the CPUs support AIA feature. This will allow > > Linux INTC driver to use AIA local interrupt CSRs. > > >

Re: [PATCH v5 16/23] hw/riscv: virt: Use AIA INTC compatible string when available

2021-12-14 Thread Kip Walker
On Fri, Dec 10, 2021 at 8:35 PM Anup Patel wrote: > > We should use the AIA INTC compatible string in the CPU INTC > DT nodes when the CPUs support AIA feature. This will allow > Linux INTC driver to use AIA local interrupt CSRs. > > Signed-off-by: Anup Patel > Reviewed-by: Alistair Francis > --

[PATCH v5 16/23] hw/riscv: virt: Use AIA INTC compatible string when available

2021-12-10 Thread Anup Patel
We should use the AIA INTC compatible string in the CPU INTC DT nodes when the CPUs support AIA feature. This will allow Linux INTC driver to use AIA local interrupt CSRs. Signed-off-by: Anup Patel Reviewed-by: Alistair Francis --- hw/riscv/virt.c | 13 +++-- 1 file changed, 11 insertio