blob: 69086099294417bf1ee8756482444b3c10d2677a [file] [log] [blame]
#
# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
source [file join [file dirname [info script]] handle-arguments.inc]
expect {
"OP-TEE version: " {
puts "<<OP-TEE version>>"
}
timeout {
exit_uart -1
}
}
expect {
"Primary CPU switching to normal world boot" {
puts "<<OP-TEE initialized>>"
}
timeout {
exit_uart -1
}
}
# Hold UART until test completes
source [file join [file dirname [info script]] uart-hold.inc]