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

about optee-os task scheduling #332

Closed
phoon0416 opened this issue Jun 5, 2015 · 1 comment
Closed

about optee-os task scheduling #332

phoon0416 opened this issue Jun 5, 2015 · 1 comment

Comments

@phoon0416
Copy link

i found there is no task scheduling in opee-os, So we cannot run TUI on optee-os ?

@jenswi-linaro
Copy link
Contributor

There's on explicit task scheduling as we're scheduled by normal world. Whenever we receive an IRQ we exit to normal world to let it handle the IRQ through the normal world vector. This IRQ can be a timer interrupt or whatever. When the thread that tries to reenter secure world get CPU time again we'll enter secure world and resume the work there.

This issue was closed.
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

2 participants