[PULL] Pull request: u-boot-stm/next =u-boot-stm32-20200415

Hi Tom
Please pull the u-boot-stm next branch.
CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/2759
Thanks
Patrice
The following changes since commit 142a07f2a44262d76fec609e1fcde51794a456eb:
Merge branch 'master' of git://git.denx.de/u-boot-marvell (2020-04-14 08:47:07 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-stm tags/u-boot-stm32-20200415
for you to fetch changes up to 71ba2cb0d678d2c29dadd5fcca61ce3942876ee6:
board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED (2020-04-15 09:10:12 +0200)
---------------------------------------------------------------- - Replace STM32MP1_TRUSTED by TFABOOT flag - Enable bootd, iminfo, imxtract on ST defconfig - Rename LEDs to match silkscreen on AV96 - Add KS8851-16MLL ethernet on FMC2 - Define FMC2 base address - net: dwc_eth_qos: implement reset-gpios for stm32 - net: dwc_eth_qos: implement phy reg and max-speed for stm32
---------------------------------------------------------------- Christophe Roullier (1): net: dwc_eth_qos: implement reset-gpios for stm32
Marek Vasut (3): ARM: dts: stm32: Define FMC2 base address ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2 ARM: dts: stm32: Rename LEDs to match silkscreen on AV96
Patrick Delaunay (4): net: dwc_eth_qos: implement phy reg and max-speed for stm32 configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT ARM: stm32: Enable bootd, iminfo, imxtract on ST defconfig board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED
arch/arm/Kconfig | 1 + arch/arm/dts/stm32mp157a-avenger96.dts | 6 +-- arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 68 ++++++++++++++++++++++++++++ arch/arm/mach-stm32mp/Kconfig | 21 +++------ arch/arm/mach-stm32mp/bsec.c | 18 ++++---- arch/arm/mach-stm32mp/cpu.c | 10 ++--- arch/arm/mach-stm32mp/include/mach/stm32.h | 1 + board/dhelectronics/dh_stm32mp1/board.c | 58 ++++++++++++++++++++++-- board/st/stm32mp1/stm32mp1.c | 6 +-- configs/stm32mp15_basic_defconfig | 3 -- configs/stm32mp15_dhcom_basic_defconfig | 1 + configs/stm32mp15_optee_defconfig | 1 + configs/stm32mp15_trusted_defconfig | 4 +- drivers/clk/clk_stm32mp1.c | 2 +- drivers/net/dwc_eth_qos.c | 72 +++++++++++++++++++++++++++++- drivers/ram/stm32mp1/stm32mp1_ram.c | 2 +- include/configs/stm32mp1.h | 2 +- 17 files changed, 228 insertions(+), 48 deletions(-)

On Wed, Apr 15, 2020 at 09:08:04AM +0000, Patrice CHOTARD wrote:
Hi Tom
Please pull the u-boot-stm next branch.
CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/2759
Thanks
Patrice
The following changes since commit 142a07f2a44262d76fec609e1fcde51794a456eb:
Merge branch 'master' of git://git.denx.de/u-boot-marvell (2020-04-14 08:47:07 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-stm tags/u-boot-stm32-20200415
for you to fetch changes up to 71ba2cb0d678d2c29dadd5fcca61ce3942876ee6:
board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED (2020-04-15 09:10:12 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Patrice CHOTARD
-
Tom Rini