blob: b66c7a2f1ef1d5bd8526f704f814c9a32f3e9cbd [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 Raja951d5fb2024-03-14 09:50:37 -050023 </testsuite>
24
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +010025</testsuites>