blob: 3633118530d30544fa0add8f6fe0fc705b349b3d [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" />
22 </testsuite>
23
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +010024</testsuites>