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

Implement GIC-based ARM interrupt tests #22670

Closed
stephanosio opened this issue Feb 10, 2020 · 1 comment · Fixed by #23636
Closed

Implement GIC-based ARM interrupt tests #22670

stephanosio opened this issue Feb 10, 2020 · 1 comment · Fixed by #23636
Assignees
Labels
area: ARM ARM (32-bit) Architecture Enhancement Changes/Updates/Additions to existing features

Comments

@stephanosio
Copy link
Member

The current interrupt test implementation for ARM assumes the availability of NVIC, which is only present on the Cortex-M devices.

A GIC-based implementation should be implemented for the Cortex-R and Cortex-A devices. Note that not all Cortex-R devices make use of the GIC, in which case the interrupt test should either be filtered out or executed partially.

List of failed tests: https://gist.github.com/stephanosio/3b4e575d04759f436ea9dcd0241b6eb3
Failure log: https://gist.github.com/f78db00e94c9dd6b1fe67d18b647cf33

@stephanosio stephanosio added Enhancement Changes/Updates/Additions to existing features area: ARM ARM (32-bit) Architecture area: Testing labels Feb 10, 2020
@stephanosio stephanosio self-assigned this Feb 10, 2020
@stephanosio
Copy link
Member Author

TODO: Make sure that the dynamic interrupt test is aware of the always-enabled SGIs on some GIC variants (e.g. PL-390, GIC-400).

#22718 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARM ARM (32-bit) Architecture Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant