blob: a7bb59a5e3aa311e768642d5292fae0fdba26086 [file] [log] [blame]
Sandrine Bailleux57bffcd2020-08-04 14:46:06 +02001#
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7source [file join [file dirname [info script]] handle-arguments.inc]
8
9expect {
Olivier Deprezc561e6e2020-07-30 10:24:47 +020010 "Booting Primary Cactus Secure Partition" {
Sandrine Bailleux57bffcd2020-08-04 14:46:06 +020011 puts "<<SP entry>>"
12 }
13 timeout {
14 exit_uart -1
15 }
16}
17
18expect {
Olivier Deprezc561e6e2020-07-30 10:24:47 +020019 "FFA_VERSION returned 1.0" {
Sandrine Bailleux57bffcd2020-08-04 14:46:06 +020020 puts "<<SP exit>>"
21 }
22 timeout {
23 exit_uart -1
24 }
25}
26
27exit_uart 0