RE: [PATCH 1/1] hw/intc/aspeed: Fix IRQ handler mask check

2025-03-24 Thread Steven Lee
> > Cc: Troy Lee ; long...@lenovo.com; Yunlin Tang > > Subject: Re: [PATCH 1/1] hw/intc/aspeed: Fix IRQ handler mask check > > Hello Steven, > > On 3/20/25 10:25, Steven Lee wrote: > > Updated the IRQ handler mask check to AND with select variable. > > This ensures that

Re: [PATCH 1/1] hw/intc/aspeed: Fix IRQ handler mask check

2025-03-20 Thread Cédric Le Goater
Cc: Troy Lee ; long...@lenovo.com; Yunlin Tang Subject: Re: [PATCH 1/1] hw/intc/aspeed: Fix IRQ handler mask check Hello Steven, On 3/20/25 10:25, Steven Lee wrote: Updated the IRQ handler mask check to AND with select variable. This ensures that the interrupt service routine is correctly

Re: [PATCH 1/1] hw/intc/aspeed: Fix IRQ handler mask check

2025-03-20 Thread Cédric Le Goater
Hello Steven, On 3/20/25 10:25, Steven Lee wrote: Updated the IRQ handler mask check to AND with select variable. This ensures that the interrupt service routine is correctly triggered for the interrupts within the same irq group. For example, both `eth0` and the debug UART are handled in `GICI