stm32mp1: move GIC code to common directory
The GIC v2 initialization code could be shared to other ST platforms. The stm32mp1_gic.c file is then moved to common directory, and renamed stm32_gic.c. The functions are also aligned with the already defined function stm32_gic_enable_spi in common code, i.e. prefix is stm32_gic. Change-Id: I60820823b470217d3a95cc569f941c2cb923dfa9 Signed-off-by:Yann Gautier <yann.gautier@st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/140376 Reviewed-by:
CITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Showing
- plat/st/common/include/stm32mp_common.h 2 additions, 0 deletionsplat/st/common/include/stm32mp_common.h
- plat/st/common/stm32_gic.c 7 additions, 7 deletionsplat/st/common/stm32_gic.c
- plat/st/stm32mp1/include/platform_def.h 1 addition, 1 deletionplat/st/stm32mp1/include/platform_def.h
- plat/st/stm32mp1/include/stm32mp1_private.h 0 additions, 3 deletionsplat/st/stm32mp1/include/stm32mp1_private.h
- plat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk 1 addition, 1 deletionplat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk
- plat/st/stm32mp1/sp_min/sp_min_setup.c 1 addition, 1 deletionplat/st/stm32mp1/sp_min/sp_min_setup.c
- plat/st/stm32mp1/stm32mp1_pm.c 2 additions, 2 deletionsplat/st/stm32mp1/stm32mp1_pm.c
Loading
Please register or sign in to comment