Commit 5dda66c
committed
Add generic_timer tests for Armv7-A
Requires we change the emulated CPU from Cortex-A8 to Cortex-A15, as
Cortex-A8 doesn't have the timer extensions.
That in turn meant we booted into EL2, so we needed to bounce ourselves
into EL1 that the examples were expecting. And that meant making a bunch
of Hyp registers available on Armv7-A and Armv8-R, and changing the
Armv7-A start-up routine to be the Armv8-R routine.1 parent e62fd79 commit 5dda66c
File tree
49 files changed
+263
-66
lines changed- .cargo
- aarch32-cpu/src
- generic_timer
- register
- armv8r
- hyp
- aarch32-rt/src
- examples/versatileab
- reference
- src/bin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+263
-66
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 3 | | |
19 | | - | |
20 | 4 | | |
21 | 5 | | |
22 | 6 | | |
| |||
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 40 | | |
62 | 41 | | |
63 | 42 | | |
| |||
95 | 74 | | |
96 | 75 | | |
97 | 76 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 77 | | |
114 | | - | |
115 | 78 | | |
116 | 79 | | |
117 | 80 | | |
| |||
148 | 111 | | |
149 | 112 | | |
150 | 113 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 114 | | |
157 | 115 | | |
158 | 116 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments