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 | # |
Chris Kay | 62b4f78 | 2022-11-10 12:50:43 +0000 | [diff] [blame] | 8 | expect_string+=("i;x0") |
| 9 | expect_string+=("i;x1") |
| 10 | expect_string+=("i;x2") |
| 11 | expect_string+=("i;x3") |
| 12 | expect_string+=("i;x4") |
| 13 | expect_string+=("i;x5") |
| 14 | expect_string+=("i;x6") |
| 15 | expect_string+=("i;x7") |
| 16 | expect_string+=("i;x8") |
| 17 | expect_string+=("i;x9") |
| 18 | expect_string+=("i;x10") |
| 19 | expect_string+=("i;x11") |
| 20 | expect_string+=("i;x12") |
| 21 | expect_string+=("i;x13") |
| 22 | expect_string+=("i;x14") |
| 23 | expect_string+=("i;x15") |
| 24 | expect_string+=("i;x16") |
| 25 | expect_string+=("i;x17") |
| 26 | expect_string+=("i;x18") |
| 27 | expect_string+=("i;x19") |
| 28 | expect_string+=("i;x20") |
| 29 | expect_string+=("i;x21") |
| 30 | expect_string+=("i;x22") |
| 31 | expect_string+=("i;x23") |
| 32 | expect_string+=("i;x24") |
| 33 | expect_string+=("i;x25") |
| 34 | expect_string+=("i;x26") |
| 35 | expect_string+=("i;x27") |
| 36 | expect_string+=("i;x28") |
| 37 | expect_string+=("i;x29") |
Manish V Badarkhe | b0802ac | 2023-01-09 11:24:58 +0000 | [diff] [blame^] | 38 | expect_string+=("i;x30") |
Chris Kay | 62b4f78 | 2022-11-10 12:50:43 +0000 | [diff] [blame] | 39 | expect_string+=("i;scr_el3") |
| 40 | expect_string+=("i;sctlr_el3") |
| 41 | expect_string+=("i;cptr_el3") |
| 42 | expect_string+=("i;tcr_el3") |
| 43 | expect_string+=("i;daif") |
| 44 | expect_string+=("i;mair_el3") |
| 45 | expect_string+=("i;spsr_el3") |
| 46 | expect_string+=("i;elr_el3") |
| 47 | expect_string+=("i;ttbr0_el3") |
| 48 | expect_string+=("i;esr_el3") |
| 49 | expect_string+=("i;far_el3") |
| 50 | expect_string+=("i;spsr_el1") |
| 51 | expect_string+=("i;elr_el1") |
| 52 | expect_string+=("i;spsr_abt") |
| 53 | expect_string+=("i;spsr_und") |
| 54 | expect_string+=("i;spsr_irq") |
| 55 | expect_string+=("i;spsr_fiq") |
| 56 | expect_string+=("i;sctlr_el1") |
| 57 | expect_string+=("i;actlr_el1") |
| 58 | expect_string+=("i;cpacr_el1") |
| 59 | expect_string+=("i;csselr_el1") |
| 60 | expect_string+=("i;sp_el1") |
| 61 | expect_string+=("i;esr_el1") |
| 62 | expect_string+=("i;ttbr0_el1") |
| 63 | expect_string+=("i;ttbr1_el1") |
| 64 | expect_string+=("i;mair_el1") |
| 65 | expect_string+=("i;amair_el1") |
| 66 | expect_string+=("i;tcr_el1") |
| 67 | expect_string+=("i;tpidr_el1") |
| 68 | expect_string+=("i;tpidr_el0") |
| 69 | expect_string+=("i;tpidrro_el0") |
| 70 | expect_string+=("i;par_el1") |
| 71 | expect_string+=("i;mpidr_el1") |
| 72 | expect_string+=("i;afsr0_el1") |
| 73 | expect_string+=("i;afsr1_el1") |
| 74 | expect_string+=("i;contextidr_el1") |
| 75 | expect_string+=("i;vbar_el1") |
| 76 | expect_string+=("i;cntp_ctl_el0") |
| 77 | expect_string+=("i;cntp_cval_el0") |
| 78 | expect_string+=("i;cntv_ctl_el0") |
| 79 | expect_string+=("i;cntv_cval_el0") |
| 80 | expect_string+=("i;cntkctl_el1") |
| 81 | expect_string+=("i;sp_el0") |
| 82 | expect_string+=("i;isr_el1") |
| 83 | expect_string+=("i;icc_hppir0_el1") |
| 84 | expect_string+=("i;icc_hppir1_el1") |
| 85 | expect_string+=("i;icc_ctlr_el3") |