On 3/17/22 12:11, Peter Maydell wrote:
+new_status &= ~R_CR_STATUS_CRS_MASK;
We're missing the "copy status.CRS to status.PRS" part of
taking an exception, I think ?
Whoops, yes.
r~
On Thu, 17 Mar 2022 at 05:51, 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 ini
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 Hen