board: stmp32mp1: split board and SOC STM32MP15 configuration
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 22 Oct 2021 08:19:25 +0000 (10:19 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 10 Nov 2021 16:03:36 +0000 (17:03 +0100)
commitc67ca25dfc5c1da7359ab72cdf9b5e5a5579c162
tree398738d16c4b9d74c28214326e4f5c6cebb5e8e0
parent784c56731708d7be27b255ea32bcd7db03b51a60
board: stmp32mp1: split board and SOC STM32MP15 configuration

Add a configuration file "stm32mp15_st_common.h" to handle the
STMicroelectronics boards configuration and rename stm32mp1.h to
"stm32mp15_common.h" to handle the generic STM32MP15x series configuration.

The configuration file "dh_stm32mp1.h" is also renamed to
"stm32mp15_dh_dhcom" for the configuration of board based on the
dhelectronics STM32MP15x SOM.

In the STMicroelectronics board configuration the default bootcmd
"bootcmd_stm32mp" is updated to only select the extlinux file found on
SD-Card on STM32MP15x EV1 for boot from NOR device.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/dhelectronics/dh_stm32mp1/Kconfig
board/dhelectronics/dh_stm32mp1/MAINTAINERS
board/engicam/stm32mp1/Kconfig
board/st/stm32mp1/Kconfig
board/st/stm32mp1/MAINTAINERS
include/configs/stm32mp15_common.h [moved from include/configs/stm32mp1.h with 78% similarity]
include/configs/stm32mp15_dh_dhsom.h [moved from include/configs/dh_stm32mp1.h with 65% similarity]
include/configs/stm32mp15_st_common.h [new file with mode: 0644]