Skip to content

Commit aeb3e82

Browse files
committed
Merge branch 'for-next/docs' into for-next/core
Update booting requirements for the FEAT_HCX feature, added to v8.7 of the architecture. * for-next/docs: arm64: Document requirement for access to FEAT_HCX
2 parents eea3e2d + ca94079 commit aeb3e82

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/arm64/booting.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ Before jumping into the kernel, the following conditions must be met:
277277

278278
- SCR_EL3.FGTEn (bit 27) must be initialised to 0b1.
279279

280+
For CPUs with support for HCRX_EL2 (FEAT_HCX) present:
281+
282+
- If EL3 is present and the kernel is entered at EL2:
283+
284+
- SCR_EL3.HXEn (bit 38) must be initialised to 0b1.
285+
280286
For CPUs with Advanced SIMD and floating point support:
281287

282288
- If EL3 is present:

0 commit comments

Comments
 (0)