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