]> git.dujemihanovic.xyz Git - u-boot.git/commit
stm32mp: add soc.c file
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 15 Jan 2024 14:05:49 +0000 (15:05 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Jan 2024 13:37:10 +0000 (14:37 +0100)
commit1af148da848aa00fd605d726f6de6a0ff3dc3793
tree967083b38dad6e4891e878ecf7cbdc925c992064
parentc20e0fc7d65fd4027afa22073844ad496887ed36
stm32mp: add soc.c file

Add a new file soc.c for common functions between stm32mp1 and stm32mp2
family and move print_cpuinfo() in this new file.

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
arch/arm/mach-stm32mp/Makefile
arch/arm/mach-stm32mp/soc.c [new file with mode: 0644]
arch/arm/mach-stm32mp/stm32mp1/cpu.c
arch/arm/mach-stm32mp/stm32mp2/cpu.c