SPMD: Adds partially supported EL2 registers.
This patch adds EL2 registers that are supported up to ARMv8.6.
ARM_ARCH_MINOR has to specified to enable save/restore routine.

Note: Following registers are still not covered in save/restore.
 * AMEVCNTVOFF0<n>_EL2
 * AMEVCNTVOFF1<n>_EL2
 * ICH_AP0R<n>_EL2
 * ICH_AP1R<n>_EL2
 * ICH_LR<n>_EL2

Change-Id: I4813f3243e56e21cb297b31ef549a4b38d4876e1
Signed-off-by: Max Shvetsov <maksims.svecovs@arm.com>
1 parent 28f39f0 commit 2825946e92c0bb14482a1a23e2304aed95e72718
@Max Shvetsov Max Shvetsov authored on 17 Feb 2020
Showing 6 changed files
View
include/arch/aarch64/arch.h
View
include/lib/el3_runtime/aarch64/context.h
View
lib/el3_runtime/aarch64/context.S
View
lib/el3_runtime/aarch64/context_mgmt.c
View
services/spd/trusty/trusty.c
View
services/std_svc/spm_mm/spm_mm_setup.c