arm-trusted-firmware/include
Alexei Fedorov c3e8b0be9b AArch32: Disable Secure Cycle Counter
This patch changes implementation for disabling Secure Cycle
Counter. For ARMv8.5 the counter gets disabled by setting
SDCR.SCCD bit on CPU cold/warm boot. For the earlier
architectures PMCR register is saved/restored on secure
world entry/exit from/to Non-secure state, and cycle counting
gets disabled by setting PMCR.DP bit.
In 'include\aarch32\arch.h' header file new
ARMv8.5-PMU related definitions were added.

Change-Id: Ia8845db2ebe8de940d66dff479225a5b879316f8
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
2019-09-26 15:36:02 +00:00
..
arch AArch32: Disable Secure Cycle Counter 2019-09-26 15:36:02 +00:00
bl1 Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
bl2 BL2_AT_EL3: Enable pointer authentication support 2019-02-27 11:58:09 +00:00
bl2u Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bl31 Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
bl32 Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
common Add fdt_add_reserved_memory() helper function 2019-09-13 16:54:21 +01:00
drivers Merge changes I0283fc2e,Ib476d024,Iada05f7c into integration 2019-09-26 13:40:38 +00:00
dt-bindings stm32mp1: update device tree files 2019-01-18 15:45:08 +01:00
export mediatek: mt8183: pass platform parameters 2019-09-10 11:25:29 +08:00
lib Merge "Refactor ARMv8.3 Pointer Authentication support code" into integration 2019-09-13 15:22:23 +00:00
plat Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
services Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
tools_share Sanitise includes across codebase 2019-01-04 10:43:17 +00:00