commit | b4f5b9e23770f2c9cddf95fef7b9af32da309f7f | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Mar 08 18:56:19 2021 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Mar 11 12:24:18 2021 +0100 |
tree | e40f665848e0097f09f536c5a14b55bc75866dc1 | |
parent | e618a5964b948d7f6a7cd4cdab73e68c857c1a3b [diff] |
aarch64: reset: initialize CNTFRQ_EL0 in the highest EL Can only be written at the highest Exception level implemented. For example, if EL3 is the highest implemented Exception level, CNTFRQ_EL0 can only be written at EL3. Also move z_arm64_el_highest_plat_init to be called when is_el_highest Signed-off-by: Peng Fan <peng.fan@nxp.com>