| commit | 4c30a9b405290b1d800aec694f8d658785bf1130 | [log] [tgz] |
|---|---|---|
| author | Nicolas Pitre <npitre@baylibre.com> | Fri Oct 03 05:11:49 2025 -0400 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Tue Oct 21 12:24:43 2025 -0400 |
| tree | 8b31863339b803af9cf074835b631ffe4bf95fda | |
| parent | bc9869851b5edca1c351cccf8f2aba1a59d747f3 [diff] |
tests: interrupt: Fix nested_irq test for Arm's GIC in Non-Secure state Change SGI interrupt lines from 14-15 to 6-7 for nested interrupt testing. SGI 8-15 are unaccessible from Non-Secure state (e.g., when running with TF-A), causing test failures. SGI 0-2 are reserved for Zephyr SMP IPIs, so use SGI 6-7 which work in both Secure and Non-Secure configurations. Fixes test failure: "isr0 did not execute" assertion at line 184. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>