
Hi Tom
Please pull the first STM32 related patches for v2020.04
Gitlab CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/1900
With the following fixes: - stm32mp1: split SOC and board and cleanup config
It is a preliminary step for DH Electronics DHCOM SoM and PDK2 board
Thanks, Patrick
git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20200117 The following changes since commit d7bb6aceb2e99a832efbb96f9bf480bf95602192:
Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-01-16 13:20:51 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20200117
for you to fetch changes up to db48e11b1eccf23f3f9ba26e886a798e74df6a01:
ARM: dts: stm32: Add missing ETHCK clock to ethernet node (2020-01-17 16:26:42 +0100)
---------------------------------------------------------------- - stm32mp1: split SOC and board and cleanup config
---------------------------------------------------------------- Marek Vasut (4): ARM: stm32: Allow overriding setup_mac_address() stm32mp1: configs: Make all boot devices in distro boot conditional ARM: stm32: Fill in missing loadaddr ARM: dts: stm32: Add missing ETHCK clock to ethernet node
Patrick Delaunay (3): stm32mp1: move stboard command in board/st/common directory board: stm32mp1: move CONFIG_ENV_XXX in defconfig stm32mp1: split board and SOC support for STM32MP15x family
Thomas Hebb (1): stm32mp: remove redundant SYS_TEXT_BASE prompt
arch/arm/dts/Makefile | 2 +- arch/arm/dts/stm32mp157c.dtsi | 2 ++ arch/arm/mach-stm32mp/Kconfig | 37 ++++++++++++++++++++++++------------- arch/arm/mach-stm32mp/cpu.c | 2 +- arch/arm/mach-stm32mp/include/mach/sys_proto.h | 2 ++ board/st/common/Kconfig | 7 +++++++ board/st/common/MAINTAINERS | 6 ++++++ board/st/common/Makefile | 6 ++++++ board/st/{stm32mp1 => common}/cmd_stboard.c | 3 +++ board/st/stm32mp1/Kconfig | 20 ++------------------ board/st/stm32mp1/Makefile | 1 - board/st/stm32mp1/stm32mp1.c | 2 +- configs/stm32mp15_basic_defconfig | 4 +++- configs/stm32mp15_optee_defconfig | 4 +++- configs/stm32mp15_trusted_defconfig | 4 +++- include/configs/stm32mp1.h | 39 +++++++++++++++++++++++++++++++-------- 16 files changed, 95 insertions(+), 46 deletions(-) create mode 100644 board/st/common/Kconfig create mode 100644 board/st/common/MAINTAINERS create mode 100644 board/st/common/Makefile rename board/st/{stm32mp1 => common}/cmd_stboard.c (98%)