Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | # |
Chris Kay | 3d2ae33 | 2022-11-15 11:32:03 +0000 | [diff] [blame^] | 2 | # Copyright (c) 2019-2022 Arm Limited. All rights reserved. |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 6 | # Expect script for Standalone MM partition UART2 |
| 7 | # |
| 8 | # Refer to handle-arguments.inc for the list of parameters. |
| 9 | # |
| 10 | |
| 11 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 12 | |
| 13 | expect { |
| 14 | "SPM Version" { |
| 15 | puts "<<Secure Partition booting>>" |
| 16 | } |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 17 | } |
| 18 | |
| 19 | expect { |
| 20 | "MmMain Done!" { |
| 21 | puts "<<Secure Partition booted>>" |
| 22 | } |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 23 | } |
| 24 | |
| 25 | expect { |
| 26 | "Received event - 0xC4000041 on cpu" { |
| 27 | puts "<<Received event>>" |
| 28 | } |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 29 | } |
| 30 | |
| 31 | expect { |
| 32 | "MmEntryPoint Done" { |
| 33 | puts "<<Secure Partition done>>" |
| 34 | } |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 35 | } |
| 36 | |
| 37 | exit_uart 0 |