commit | c27d8c00fda817dd729b735bc51cddd0e3760305 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Aug 06 17:28:23 2019 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Jan 04 16:43:12 2023 +0100 |
tree | 6ddb1ea3b5ee0dd4b762e1151b99d0a40245e76f | |
parent | d8da13e5437ae0d8de1e431919f9393b584c57f5 [diff] |
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>