Commit 5608dd3
fix(power_wakeup): disable system timer on wakeup test skip path
u005 (B_WAK_03/B_WAK_07, Wake from System Timer Int) cleared the GIC
pending bits when the wake interrupt was not received, but never
disabled the memory-mapped system timer (CNTP_CTL). Since the
interrupt is level-triggered, the timer kept re-asserting the line,
leaving it stuck armed after the test returned. This can hang
subsequent tests that install their own exception/interrupt handlers.
Mirrors the disable-on-skip pattern already used by u001-u004 for
their respective timer/watchdog sources.
Signed-off-by: Shubham Singh <shubna@qti.qualcomm.com>1 parent 7a82e7e commit 5608dd3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments