RE: [PATCH v3 08/28] hw/intc/aspeed: Add support for multiple output pins in INTC

2025-02-20 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v3 08/28] hw/intc/aspeed: Add support for multiple output > pins in INTC > > On 2/13/25 04:35, Jamin Lin wrote: > > Added support for multiple output pins in the INTC controller to > > accommodate the AST2700 A1. > > > > Intro

Re: [PATCH v3 08/28] hw/intc/aspeed: Add support for multiple output pins in INTC

2025-02-17 Thread Cédric Le Goater
On 2/13/25 04:35, Jamin Lin wrote: Added support for multiple output pins in the INTC controller to accommodate the AST2700 A1. Introduced "num_outpins" to represent the number of output pins. Updated the IRQ handling logic to initialize and connect output pins separately from input pins. Modifi