Re: [PATCH v7 56/64] target/nios2: Implement EIC interrupt processing

2022-04-22 Thread Peter Maydell
On Thu, 21 Apr 2022 at 17:35, Richard Henderson wrote: > > This is the cpu side of the operation. Register one irq line, > called EIC. Split out the rather different processing to a > separate function. > > Delay initialization of gpio irqs until realize. We need to > provide a window after

[PATCH v7 56/64] target/nios2: Implement EIC interrupt processing

2022-04-21 Thread Richard Henderson
This is the cpu side of the operation. Register one irq line, called EIC. Split out the rather different processing to a separate function. Delay initialization of gpio irqs until realize. We need to provide a window after init in which the board can set eic_present. Signed-off-by: Richard