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

Do not assume kernel is configured with HAVE_SET_TRIGGER #103

Open
Ivan-Velickovic opened this issue Feb 14, 2024 · 0 comments
Open

Do not assume kernel is configured with HAVE_SET_TRIGGER #103

Ivan-Velickovic opened this issue Feb 14, 2024 · 0 comments

Comments

@Ivan-Velickovic
Copy link
Collaborator

I believe there are a couple of ARM platforms (the Raspberry Pi 3 is one of them) that have a non-standard interrupt controller. This platforms are configured with HAVE_SET_TRIGGER to false, which means that the kernel invocation seL4_IRQControl_GetTrigger cannot be used.

Right now this isn't a problem for any of the supported platforms by Microkit, but it may be a problem in the future. This depends on seL4/seL4#1073 being solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant