blob: 74480bd31a4580aee3519bbd4d3b3d8cd5c4254d [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#
Chris Kay581893e2022-11-15 11:32:03 +00002# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
Fathi Boudra422bf772019-12-02 11:10:16 +02006# Expect script for Standalone MM partition UART2
7#
8# Refer to handle-arguments.inc for the list of parameters.
9#
10
11source [file join [file dirname [info script]] handle-arguments.inc]
12
13expect {
14 "SPM Version" {
15 puts "<<Secure Partition booting>>"
16 }
Fathi Boudra422bf772019-12-02 11:10:16 +020017}
18
19expect {
20 "MmMain Done!" {
21 puts "<<Secure Partition booted>>"
22 }
Fathi Boudra422bf772019-12-02 11:10:16 +020023}
24
25expect {
26 "Received event - 0xC4000041 on cpu" {
27 puts "<<Received event>>"
28 }
Fathi Boudra422bf772019-12-02 11:10:16 +020029}
30
31expect {
32 "MmEntryPoint Done" {
33 puts "<<Secure Partition done>>"
34 }
Fathi Boudra422bf772019-12-02 11:10:16 +020035}
36
37exit_uart 0