Home
last modified time | relevance | path

Searched hist:"5 da157f55e4ae09227454c134be945bc73929dbc" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/drivers/
H A Dgic.h5da157f55e4ae09227454c134be945bc73929dbc Wed Nov 22 12:58:11 UTC 2023 Jens Wiklander <jens.wiklander@linaro.org> core: deprecate gic_cpu_init()

Deprecates gic_cpu_init() in favor of the new function
gic_init_per_cpu(). gic_cpu_init() is only supposed to be called by
secondary CPUs in non-TF-A configurations while gic_init_per_cpu()
should be called by all secondary CPUs. gic_init_per_cpu() itself takes
CFG_WITH_ARM_TRUSTED_FW into account instead of having each platform
doing that.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
/optee_os/core/drivers/
H A Dgic.c5da157f55e4ae09227454c134be945bc73929dbc Wed Nov 22 12:58:11 UTC 2023 Jens Wiklander <jens.wiklander@linaro.org> core: deprecate gic_cpu_init()

Deprecates gic_cpu_init() in favor of the new function
gic_init_per_cpu(). gic_cpu_init() is only supposed to be called by
secondary CPUs in non-TF-A configurations while gic_init_per_cpu()
should be called by all secondary CPUs. gic_init_per_cpu() itself takes
CFG_WITH_ARM_TRUSTED_FW into account instead of having each platform
doing that.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>