blob: d63cfc30ab2cbac105c20fb0dc7e1e9cf4bc031e [file] [log] [blame]
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +01001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Govindraj Raja951d5fb2024-03-14 09:50:37 -05004 Copyright (c) 2018-2024, Arm Limited. All rights reserved.
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +01005
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 Raja951d5fb2024-03-14 09:50:37 -050019 <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 Rajadd8025c2024-03-14 09:47:24 -050022 <testcase name="Query Vendor-Specific Service" function="test_query_ven_el3_svc" />
Govindraj Rajae5334782024-05-08 20:33:20 -050023 <testcase name="Probe PMF Version" function="test_check_pmf_version" />
Govindraj Raja951d5fb2024-03-14 09:50:37 -050024 </testsuite>
25
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +010026</testsuites>