Skip to content

Releases: STMicroelectronics/u-boot

v2018.11-stm32mp-r2.1

18 Mar 16:23
Compare
Choose a tag to compare

The following changes since commit a120b9b:

Prepare v2018.11-stm32mp-r2 (2019-01-24 17:24:55 +0100)

are available in the git repository at:

https://github.com/STMicroelectronics/u-boot.git tags/v2018.11-stm32mp-r2.1

for you to fetch changes up to 161ca18:

Prepare v2018.11-stm32mp-r2.1 (2019-02-26 13:16:15 +0100)


Patrice Chotard (4):
net: dwc_eth_qos: Fix error path return value
Revert "net: dwc_eth_qos: initialize PHY in probe() once"
configs: stm32mp15: no need to select PHY_FIXED
net: dwc_eth_qos: Don't reconnect phy if previously done

Patrick Delaunay (10):
stm32mp1: clk: correctly handle Clock Spreading Generator
stm32mp1: correct management for SYSCFG.BOOTR
stm32mp1: basic boot: SPL enable access to GPIOZ bank
stm32mp1: skip sysconf init in trusted mode
cmd: fastboot: add reload of watchdog
stm32mp1: update bootcmd
dts: alignment with v4.19-stm32mp-r1
dts: alignment with v4.19-stm32mp-r1.1
stm32mp1: clk: use the correct identifier for ethck
Prepare v2018.11-stm32mp-r2.1

Makefile | 2 +-
arch/arm/dts/stm32mp157-pinctrl.dtsi | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 7 ------
arch/arm/dts/stm32mp157a-dk1.dts | 30 +++++++++++++++++++++++-
arch/arm/dts/stm32mp157c-dk2.dts | 7 +++---
arch/arm/dts/stm32mp157c-ed1.dts | 2 +-
arch/arm/dts/stm32mp157c.dtsi | 44 ++++++++++++++++++++++++-----------
arch/arm/mach-stm32mp/cpu.c | 21 +++++++++++++----
board/st/stm32mp1/stm32mp1.c | 8 ++++++-
cmd/fastboot.c | 2 ++
configs/stm32mp15_basic_defconfig | 1 -
configs/stm32mp15_optee_defconfig | 1 -
configs/stm32mp15_trusted_defconfig | 1 -
drivers/clk/clk_stm32mp1.c | 10 ++++++--
drivers/net/dwc_eth_qos.c | 67 ++++++++++++++++++++++++++---------------------------
include/configs/stm32mp1.h | 32 ++++++++++++++++----------
16 files changed, 231 insertions(+), 84 deletions(-)