Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: float_disable: honor custom ARM interrupt controllers #87403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

natto1784
Copy link
Contributor

This patch allows checking for any custom ARM interrupt controller to get a non-enabled IRQ line instead of assuming that GIC is enabled.

Test was failing with this PR: #87321 due to the missing GIC_PPI_INT_BASE symbol. TI R5 SoCs use the custom interrupt controller VIM, so used the z_soc_irq* API here

This patch allows checking for any custom ARM interrupt controller to get a
non-enabled IRQ line instead of assuming that GIC is enabled

Signed-off-by: Amneesh Singh <a-singh7@ti.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants