]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(gic): add APIs to raise NS and S-EL1 SGIs
authorFlorian Lugou <florian.lugou@provenrun.com>
Wed, 8 Sep 2021 10:40:24 +0000 (12:40 +0200)
committerFlorian Lugou <florian.lugou@provenrun.com>
Wed, 14 Sep 2022 14:08:29 +0000 (16:08 +0200)
commitdcb31ff79096fc88b45df8068e5de83b93f833ed
tree22d7dd734bfeeb614027d064e5cf77f435941700
parent28a28511c47bc9c6ccd8aacbe47098e9db34ebd5
feat(gic): add APIs to raise NS and S-EL1 SGIs

This patch adds two helper functions:
 - plat_ic_raise_ns_sgi to raise a NS SGI
 - plat_ic_raise_s_el1_sgi to raise a S-EL1 SGI

Signed-off-by: Florian Lugou <florian.lugou@provenrun.com>
Change-Id: I6f262dd1da1d77fec3f850eb74189e726b8e24da
drivers/arm/gic/v2/gicv2_main.c
drivers/arm/gic/v3/gicv3_main.c
include/arch/aarch32/arch_helpers.h
include/arch/aarch64/arch.h
include/arch/aarch64/arch_helpers.h
include/drivers/arm/gicv2.h
include/drivers/arm/gicv3.h
include/plat/common/platform.h
plat/common/plat_gicv2.c
plat/common/plat_gicv3.c
plat/st/stm32mp1/stm32mp1_pm.c