mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 15:49:34 +00:00
Merge "chore(docs): explain what the plat_amu_aux_enables array does" into integration
This commit is contained in:
commit
d3ebd2a111
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ build option.
|
||||||
|
|
||||||
As a security precaution, Trusted Firmware-A does not enable these by default.
|
As a security precaution, Trusted Firmware-A does not enable these by default.
|
||||||
Instead, platforms must configure their auxiliary counters through the
|
Instead, platforms must configure their auxiliary counters through the
|
||||||
``plat_amu_aux_enables`` platform hook.
|
``plat_amu_aux_enables`` platform hook. This is a per-core array indexed with
|
||||||
|
``plat_my_core_pos()``. A core's value will be written verbatim into
|
||||||
|
``AMCNTENSET1_EL0``.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue