stm32mp1: make functions and macros more commonMainly remove suffix 1 from prefix stm32mp1 in several macros and functionsthat can be used in drivers shared by different platforms.Change-Id: I22
stm32mp1: make functions and macros more commonMainly remove suffix 1 from prefix stm32mp1 in several macros and functionsthat can be used in drivers shared by different platforms.Change-Id: I2295c44f5b1edac7e80a93c0e8dfd671b36e88e7Signed-off-by: Yann Gautier <yann.gautier@st.com>Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
show more ...
stm32mp1: split code between common and private partsSome parts of code could be shared with platform derivatives,or new platforms.A new folder plat/st/common is created to put common parts.stm
stm32mp1: split code between common and private partsSome parts of code could be shared with platform derivatives,or new platforms.A new folder plat/st/common is created to put common parts.stm32mp_common.h is a common API aggregate.Remove some casts where applicable.Fix some types where applicable.Remove also some platform includes that are already in stm32mp1_def.h.Change-Id: I46d763c8d9e15732d1ee7383207fd58206d7f583Signed-off-by: Yann Gautier <yann.gautier@st.com>Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
123456789