Skip to content

Commit

Permalink
Merge branch 'for-next/docs' into for-next/core
Browse files Browse the repository at this point in the history
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
  • Loading branch information
willdeacon committed Jun 24, 2021
2 parents eea3e2d + ca94079 commit aeb3e82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/arm64/booting.rst
Expand Up @@ -277,6 +277,12 @@ Before jumping into the kernel, the following conditions must be met:

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

For CPUs with support for HCRX_EL2 (FEAT_HCX) present:

- If EL3 is present and the kernel is entered at EL2:

- SCR_EL3.HXEn (bit 38) must be initialised to 0b1.

For CPUs with Advanced SIMD and floating point support:

- If EL3 is present:
Expand Down

0 comments on commit aeb3e82

Please sign in to comment.