Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 1 | # |
Chris Kay | b85f977 | 2022-11-10 12:50:43 +0000 | [diff] [blame] | 2 | # Copyright (c) 2019-2022 Arm Limited. All rights reserved. |
Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Expect script for Trusted Firmware Test Framework |
| 7 | # |
| 8 | |
| 9 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 10 | |
| 11 | expect_string "Unhandled External Abort received" |
Chris Kay | b85f977 | 2022-11-10 12:50:43 +0000 | [diff] [blame] | 12 | expect_string "Unhandled Exception from EL2" |
Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 13 | expect_string "x0" |
| 14 | expect_string "x1" |
| 15 | expect_string "x2" |
| 16 | expect_string "x3" |
| 17 | expect_string "x4" |
| 18 | expect_string "x5" |
| 19 | expect_string "x6" |
| 20 | expect_string "x7" |
| 21 | expect_string "x8" |
| 22 | expect_string "x9" |
| 23 | expect_string "x10" |
| 24 | expect_string "x11" |
| 25 | expect_string "x12" |
| 26 | expect_string "x13" |
| 27 | expect_string "x14" |
| 28 | expect_string "x15" |
| 29 | expect_string "x16" |
| 30 | expect_string "x17" |
| 31 | expect_string "x18" |
| 32 | expect_string "x19" |
| 33 | expect_string "x20" |
| 34 | expect_string "x21" |
| 35 | expect_string "x22" |
| 36 | expect_string "x23" |
| 37 | expect_string "x24" |
| 38 | expect_string "x25" |
| 39 | expect_string "x26" |
| 40 | expect_string "x27" |
| 41 | expect_string "x28" |
| 42 | expect_string "x29" |
Chris Kay | b85f977 | 2022-11-10 12:50:43 +0000 | [diff] [blame] | 43 | expect_string "x30" |
Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 44 | expect_string "scr_el3" |
| 45 | expect_string "sctlr_el3" |
| 46 | expect_string "cptr_el3" |
| 47 | expect_string "tcr_el3" |
| 48 | expect_string "daif" |
| 49 | expect_string "mair_el3" |
| 50 | expect_string "spsr_el3" |
| 51 | expect_string "elr_el3" |
| 52 | expect_string "ttbr0_el3" |
| 53 | expect_string "esr_el3" |
| 54 | expect_string "far_el3" |
| 55 | expect_string "spsr_el1" |
| 56 | expect_string "elr_el1" |
| 57 | expect_string "spsr_abt" |
| 58 | expect_string "spsr_und" |
| 59 | expect_string "spsr_irq" |
| 60 | expect_string "spsr_fiq" |
| 61 | expect_string "sctlr_el1" |
| 62 | expect_string "actlr_el1" |
| 63 | expect_string "cpacr_el1" |
| 64 | expect_string "csselr_el1" |
| 65 | expect_string "sp_el1" |
| 66 | expect_string "esr_el1" |
| 67 | expect_string "ttbr0_el1" |
| 68 | expect_string "ttbr1_el1" |
| 69 | expect_string "mair_el1" |
| 70 | expect_string "amair_el1" |
| 71 | expect_string "tcr_el1" |
| 72 | expect_string "tpidr_el1" |
| 73 | expect_string "tpidr_el0" |
| 74 | expect_string "tpidrro_el0" |
| 75 | expect_string "par_el1" |
| 76 | expect_string "mpidr_el1" |
| 77 | expect_string "afsr0_el1" |
| 78 | expect_string "afsr1_el1" |
| 79 | expect_string "contextidr_el1" |
| 80 | expect_string "vbar_el1" |
| 81 | expect_string "cntp_ctl_el0" |
| 82 | expect_string "cntp_cval_el0" |
| 83 | expect_string "cntv_ctl_el0" |
| 84 | expect_string "cntv_cval_el0" |
| 85 | expect_string "cntkctl_el1" |
| 86 | expect_string "sp_el0" |
| 87 | expect_string "isr_el1" |
| 88 | expect_string "dacr32_el2" |
| 89 | expect_string "ifsr32_el2" |
| 90 | expect_string "icc_hppir0_el1" |
| 91 | expect_string "icc_hppir1_el1" |
| 92 | expect_string "icc_ctlr_el3" |