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

architecture: core: interrupt notification #198

Closed
wants to merge 1 commit into from

Conversation

etienne-lms
Copy link
Contributor

@etienne-lms etienne-lms commented Jun 2, 2023

Adds a section to describe non-secure interrupt notification support where Linux optee driver acts as an interrupt chip to signal interrupt events that are multiplexed on a secure interrupt hence cannot be forwarded to non-secure world as a physical interrupt.

This change realtes to OP-TEE/optee_os#5793.

Adds a section to describe non-secure interrupt notification
support where Linux optee driver acts as an interrupt chip to
signal interrupt events that are multiplexed on a secure interrupt
hence cannot be forwarded to non-secure world as a physical
interrupt.

Signed-off-by: Etienne Carriere <[email protected]>
in `notifications`_. This scheme allows to multiplex these interrupt
notifications on a single non-secure physical interrupt.

When secure wolrd notifies such a multiplexed interrupt event to non-secure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/wolrd/world/

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.

@github-actions github-actions bot added the Stale label Jul 6, 2023
@github-actions github-actions bot closed this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants