You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DTS previously set the MSWI and MTIMER interrupt numbers
incorrectly, which appears in the 'interrupts-extended' fields of the
MSWI and MTIMER nodes in 'riscv-harts.dtsi'.
The Linux guests didn't break before because both the timer and IPIs are
exercised via SBI calls, and the emulator services them through the SBI
handlers rather than by relying on OS-visible IRQ wiring. That masked
the DTS error.
Nevertheless, fixing the mapping prevents confusion during future
bring-up and aligns with the RISC-V interrupt numbering.
0 commit comments