| <?xml version="1.0" encoding="utf-8"?> |
| |
| <!-- |
| Copyright (c) 2018-2024, Arm Limited. All rights reserved. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| --> |
| |
| <testsuites> |
| |
| <testsuite name="SMC calling convention" |
| description="Test different flavours of the SMC calling convention"> |
| <testcase name="Fast SMC32" function="smc32_fast" /> |
| <testcase name="Fast SMC64" function="smc64_fast" /> |
| <testcase name="Yielding SMC32" function="smc32_yielding" /> |
| <testcase name="Yielding SMC64" function="smc64_yielding" /> |
| </testsuite> |
| |
| <testsuite name="Query runtime services" description="Generic queries as defined by the SMCCC"> |
| <testcase name="Unknown SMC" function="test_unknown_smc" /> |
| <testcase name="Query Standard Service" function="test_query_std_svc" /> |
| <testcase name="Query Vendor-Specific Service" function="test_query_ven_el3_svc" /> |
| <testcase name="Probe PMF Version" function="test_check_pmf_version" /> |
| </testsuite> |
| |
| </testsuites> |