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 | # |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 8 | |
Chris Kay | 62b4f78 | 2022-11-10 12:50:43 +0000 | [diff] [blame] | 9 | expect_string+=("i;scr_el3") |
| 10 | expect_string+=("i;sctlr_el3") |
| 11 | expect_string+=("i;cptr_el3") |
| 12 | expect_string+=("i;tcr_el3") |
| 13 | expect_string+=("i;daif") |
| 14 | expect_string+=("i;mair_el3") |
| 15 | expect_string+=("i;spsr_el3") |
| 16 | expect_string+=("i;elr_el3") |
| 17 | expect_string+=("i;ttbr0_el3") |
| 18 | expect_string+=("i;esr_el3") |
| 19 | expect_string+=("i;far_el3") |
| 20 | expect_string+=("i;spsr_el1") |
| 21 | expect_string+=("i;elr_el1") |
| 22 | expect_string+=("i;spsr_abt") |
| 23 | expect_string+=("i;spsr_und") |
| 24 | expect_string+=("i;spsr_irq") |
| 25 | expect_string+=("i;spsr_fiq") |
| 26 | expect_string+=("i;sctlr_el1") |
| 27 | expect_string+=("i;actlr_el1") |
| 28 | expect_string+=("i;cpacr_el1") |
| 29 | expect_string+=("i;csselr_el1") |
| 30 | expect_string+=("i;sp_el1") |
| 31 | expect_string+=("i;esr_el1") |
| 32 | expect_string+=("i;ttbr0_el1") |
| 33 | expect_string+=("i;ttbr1_el1") |
| 34 | expect_string+=("i;mair_el1") |
| 35 | expect_string+=("i;amair_el1") |
| 36 | expect_string+=("i;tcr_el1") |
| 37 | expect_string+=("i;tpidr_el1") |
| 38 | expect_string+=("i;tpidr_el0") |
| 39 | expect_string+=("i;tpidrro_el0") |
| 40 | expect_string+=("i;par_el1") |
| 41 | expect_string+=("i;mpidr_el1") |
| 42 | expect_string+=("i;afsr0_el1") |
| 43 | expect_string+=("i;afsr1_el1") |
| 44 | expect_string+=("i;contextidr_el1") |
| 45 | expect_string+=("i;vbar_el1") |
| 46 | expect_string+=("i;cntp_ctl_el0") |
| 47 | expect_string+=("i;cntp_cval_el0") |
| 48 | expect_string+=("i;cntv_ctl_el0") |
| 49 | expect_string+=("i;cntv_cval_el0") |
| 50 | expect_string+=("i;cntkctl_el1") |
| 51 | expect_string+=("i;sp_el0") |
| 52 | expect_string+=("i;isr_el1") |
| 53 | expect_string+=("i;icc_hppir0_el1") |
| 54 | expect_string+=("i;icc_hppir1_el1") |
| 55 | expect_string+=("i;icc_ctlr_el3") |