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

Add FF-A secure interrupt test #753

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imre-kis-arm
Copy link
Contributor

The new test case requests a test SP to configure and start the secure watchdog timer which triggers a secure interrupt. The test case then polls a flag of the SP which indicates the secure interrupt has happened.

Related patches

The new test case requests a test SP to configure and start the secure
watchdog timer which triggers a secure interrupt. The test case then
polls a flag of the SP which indicates the secure interrupt has
happened.

Signed-off-by: Imre Kis <[email protected]>
Copy link
Contributor

@etienne-lms etienne-lms left a comment

Choose a reason for hiding this comment

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

Acked-by: Etienne Carriere <[email protected]>


if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, args.args[0], ==, SPMC_TEST_OK))
goto out;

Copy link
Contributor

Choose a reason for hiding this comment

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

out branch label could be placed here.

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

Successfully merging this pull request may close these issues.

2 participants