File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -207,10 +207,17 @@ Before jumping into the kernel, the following conditions must be met:
207
207
software at a higher exception level to prevent execution in an UNKNOWN
208
208
state.
209
209
210
- - SCR_EL3.FIQ must have the same value across all CPUs the kernel is
211
- executing on.
212
- - The value of SCR_EL3.FIQ must be the same as the one present at boot
213
- time whenever the kernel is executing.
210
+ For all systems:
211
+ - If EL3 is present:
212
+
213
+ - SCR_EL3.FIQ must have the same value across all CPUs the kernel is
214
+ executing on.
215
+ - The value of SCR_EL3.FIQ must be the same as the one present at boot
216
+ time whenever the kernel is executing.
217
+
218
+ - If EL3 is present and the kernel is entered at EL2:
219
+
220
+ - SCR_EL3.HCE (bit 8) must be initialised to 0b1.
214
221
215
222
For systems with a GICv3 interrupt controller to be used in v3 mode:
216
223
- If EL3 is present:
You can’t perform that action at this time.
0 commit comments