Home
last modified time | relevance | path

Searched hist:"440 e2223a41dd8637dff463e143f2187f8616b7a" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dgic.c440e2223a41dd8637dff463e143f2187f8616b7a Wed May 03 06:26:34 UTC 2017 David Wang <david.wang@arm.com> The other bits in GICD_CTLR should not be touched

The gic_init() function enables secure and non-secure group1
interrupts in GICD_CTLR register. But the other bits should
not be modified to avoid `UNPREDICTABLE` behaviours as per ARM
GICv3 specification.

Signed-off-by: David Wang <david.wang@arm.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
[jf: minor edits to commit message]
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>