Manish V Badarkhe | 29f5148 | 2021-08-27 01:59:50 +0100 | [diff] [blame] | 1 | # |
Manish V Badarkhe | b0802ac | 2023-01-09 11:24:58 +0000 | [diff] [blame] | 2 | # Copyright (c) 2023, Arm Limited. All rights reserved. |
Manish V Badarkhe | 29f5148 | 2021-08-27 01:59:50 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Expect script for Trusted Firmware Test Framework |
| 7 | # |
| 8 | |
Manish V Badarkhe | 29f5148 | 2021-08-27 01:59:50 +0100 | [diff] [blame] | 9 | expect_string "scr_el3" |
| 10 | expect_string "sctlr_el3" |
| 11 | expect_string "cptr_el3" |
| 12 | expect_string "tcr_el3" |
| 13 | expect_string "daif" |
| 14 | expect_string "mair_el3" |
| 15 | expect_string "spsr_el3" |
| 16 | expect_string "elr_el3" |
| 17 | expect_string "ttbr0_el3" |
| 18 | expect_string "esr_el3" |
| 19 | expect_string "far_el3" |
| 20 | expect_string "spsr_el1" |
| 21 | expect_string "elr_el1" |
| 22 | expect_string "spsr_abt" |
| 23 | expect_string "spsr_und" |
| 24 | expect_string "spsr_irq" |
| 25 | expect_string "spsr_fiq" |
| 26 | expect_string "sctlr_el1" |
| 27 | expect_string "actlr_el1" |
| 28 | expect_string "cpacr_el1" |
| 29 | expect_string "csselr_el1" |
| 30 | expect_string "sp_el1" |
| 31 | expect_string "esr_el1" |
| 32 | expect_string "ttbr0_el1" |
| 33 | expect_string "ttbr1_el1" |
| 34 | expect_string "mair_el1" |
| 35 | expect_string "amair_el1" |
| 36 | expect_string "tcr_el1" |
| 37 | expect_string "tpidr_el1" |
| 38 | expect_string "tpidr_el0" |
| 39 | expect_string "tpidrro_el0" |
| 40 | expect_string "par_el1" |
| 41 | expect_string "mpidr_el1" |
| 42 | expect_string "afsr0_el1" |
| 43 | expect_string "afsr1_el1" |
| 44 | expect_string "contextidr_el1" |
| 45 | expect_string "vbar_el1" |
| 46 | expect_string "cntp_ctl_el0" |
| 47 | expect_string "cntp_cval_el0" |
| 48 | expect_string "cntv_ctl_el0" |
| 49 | expect_string "cntv_cval_el0" |
| 50 | expect_string "cntkctl_el1" |
| 51 | expect_string "sp_el0" |
| 52 | expect_string "isr_el1" |
Manish V Badarkhe | 29f5148 | 2021-08-27 01:59:50 +0100 | [diff] [blame] | 53 | expect_string "icc_hppir0_el1" |
| 54 | expect_string "icc_hppir1_el1" |
| 55 | expect_string "icc_ctlr_el3" |