Sandrine Bailleux | 3f556eb | 2018-11-16 14:00:40 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Govindraj Raja | 951d5fb | 2024-03-14 09:50:37 -0500 | [diff] [blame] | 4 | Copyright (c) 2018-2024, Arm Limited. All rights reserved. |
Sandrine Bailleux | 3f556eb | 2018-11-16 14:00:40 +0100 | [diff] [blame] | 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | |
| 11 | <testsuite name="SMC calling convention" |
| 12 | description="Test different flavours of the SMC calling convention"> |
| 13 | <testcase name="Fast SMC32" function="smc32_fast" /> |
| 14 | <testcase name="Fast SMC64" function="smc64_fast" /> |
| 15 | <testcase name="Yielding SMC32" function="smc32_yielding" /> |
| 16 | <testcase name="Yielding SMC64" function="smc64_yielding" /> |
| 17 | </testsuite> |
| 18 | |
Govindraj Raja | 951d5fb | 2024-03-14 09:50:37 -0500 | [diff] [blame] | 19 | <testsuite name="Query runtime services" description="Generic queries as defined by the SMCCC"> |
| 20 | <testcase name="Unknown SMC" function="test_unknown_smc" /> |
| 21 | <testcase name="Query Standard Service" function="test_query_std_svc" /> |
Govindraj Raja | dd8025c | 2024-03-14 09:47:24 -0500 | [diff] [blame] | 22 | <testcase name="Query Vendor-Specific Service" function="test_query_ven_el3_svc" /> |
Govindraj Raja | e533478 | 2024-05-08 20:33:20 -0500 | [diff] [blame] | 23 | <testcase name="Probe PMF Version" function="test_check_pmf_version" /> |
Govindraj Raja | 951d5fb | 2024-03-14 09:50:37 -0500 | [diff] [blame] | 24 | </testsuite> |
| 25 | |
Sandrine Bailleux | 3f556eb | 2018-11-16 14:00:40 +0100 | [diff] [blame] | 26 | </testsuites> |