-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pta: test: invoke: add interrupt during interrupt test
Test when OP-TEE raises an interrupt notification from the interrupt context of the normal world. This test is based on the fact Linux OS is masking interrupts that have no consumers but where caught. Mask operation is called from Linux optee irqchip driver, from the interrupt context, after interrupts events have been retrieved. Raising an interrupt notification from that context helps testing if the notification was well received by normal OS or if the interrupt event are still pending, needing another async notif to be retrieved. Signed-off-by: Etienne Carriere <[email protected]>
- Loading branch information
1 parent
8e5ce3b
commit 669ab24
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters