]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(st): move GIC code to common directory
authorYann Gautier <yann.gautier@st.com>
Tue, 6 Aug 2019 15:28:23 +0000 (17:28 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 4 Jan 2023 15:43:12 +0000 (16:43 +0100)
commitc27d8c00fda817dd729b735bc51cddd0e3760305
tree6ddb1ea3b5ee0dd4b762e1151b99d0a40245e76f
parentd8da13e5437ae0d8de1e431919f9393b584c57f5
refactor(st): 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
stm32mp_gic.c.
The functions are also prefixed with stm32mp_gic.

Change-Id: I60820823b470217d3a95cc569f941c2cb923dfa9
Signed-off-by: Yann Gautier <yann.gautier@st.com>
plat/st/common/include/stm32mp_common.h
plat/st/common/stm32mp_gic.c [new file with mode: 0644]
plat/st/stm32mp1/include/stm32mp1_private.h
plat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk
plat/st/stm32mp1/sp_min/sp_min_setup.c
plat/st/stm32mp1/stm32mp1_gic.c [deleted file]
plat/st/stm32mp1/stm32mp1_pm.c