arm-trusted-firmware/lib/el3_runtime
Jayanth Dodderi Chidanand 0ce220afb2 refactor(el3-runtime): replace ARM_ARCH_AT_LEAST macro with FEAT flags
Replacing ARM_ARCH_AT_LEAST macro with feature specific build options
to prevent unconditional accesses to the registers during context save
and restore routines.

Registers are tightly coupled with features more than architecture
versions. Henceforth having a feature-specific build flag guarding the
respective registers, will restrict any undefined actions.

Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Change-Id: I809774df580530803c8a6e05a62d8d4de0910e02
2022-04-04 10:25:02 +01:00
..
aarch32 feat(trf): enable trace filter control register access from lower NS EL 2021-08-26 09:32:35 +01:00
aarch64 refactor(el3-runtime): replace ARM_ARCH_AT_LEAST macro with FEAT flags 2022-04-04 10:25:02 +01:00
cpu_data_array.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00