arm-trusted-firmware/drivers/arm/gic
Vikram Kanigiri 889fce4259 Remove EL2/EL1 GICv3 register updates
From Linux 3.17 onwards, the mainline kernel has support for GICv3
systems and if EL3 exists, it only needs to initialise ICC_SRE_EL3.SRE
and ICC_SRE_EL3.Enable to 1. Hence, this patch removes the redundant
updates of ICC_SRE_EL2 and ICC_PMR_EL1.

NOTE: For partner software's which enter kernel in EL1,
ICC_SRE_EL2.Enable and ICC_SRE_EL2.SRE bit needs to be set to 1
in EL2 before jumping to linux.

Change-Id: I09ed47869351b08a3b034735f532bc677eaa6917
2015-09-01 12:44:00 +01:00
..
arm_gic.c Remove EL2/EL1 GICv3 register updates 2015-09-01 12:44:00 +01:00
gic_v2.c Use uintptr_t as base address type in ARM driver APIs 2015-07-09 11:53:32 +01:00
gic_v3.c Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00