Skip to content

Releases: STMicroelectronics/u-boot

v2018.11-stm32mp-r4

07 Feb 15:55
v2018.11-stm32mp-r4
Compare
Choose a tag to compare

The following changes since commit 4299e2f:

Prepare v2018.11-stm32mp-r3.2 (2019-12-04 18:19:31 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fd915f0:

Prepare v2018.11-stm32mp-r4 (2020-01-14 13:26:49 +0100)


  • Add support of STM32MP15x Rev.Z
  • Add support of 800 MHz part number (15xD and 15xF)
  • Allow PLL1 configuration with OPP
  • Increased vdd2_ddr for 32bits LPDDR2/3
  • Correct the power-cycle for SDMMC
  • Allow all frequency for I2C bus
  • Correctly handle resource table and elf header in remote proc
  • Support phy-reset-gpios in net driver
  • Correct handle reference between video and panel driver
    (avoid crash for NULL ref)
  • Device tree alignment with v4.19-stm32mp-r3
  • Minor fixes

Alain Volmat (1):
i2c: stm32f7_i2c: allows for any bus frequency

Antonio Borneo (1):
stm32mp1: reset halt workaround: extend SoC revision check

Christophe Roullier (1):
net: dwc_et_qos: implement phy-reset-gpios for stm32

Fabien Dessenne (4):
remoteproc: store resource table address and size
stm32mp1: declare backup register for copro resource table address
remoteproc: stm32: store resource table address in backup register
stm32mp1: do not fixup the DeviceTree with coproc_rsc_addr/size

Lionel Debieve (1):
ARM: dts: stm32: reduce vddcore max voltage

Patrice Chotard (1):
dts: stm32: alignment with v4.19-stm32mp-r3

Patrick Delaunay (14):
stm32mp1: support of STM32MP15x Rev.Z
stm32mp1: updade cpu info for 800 MHz profile support
stm32mp1: stm32prog: correctly handle buffers in create_partitions
stm32mp1: stm32prog rename ENV_BUF_LEN to ALT_BUF_LEN
board: stm32mp1: fixup the USB product id for fastboot
stm32mp1: ram: increase vdd2_ddr: buck2 for 32bits LPDDR
ram: stm32mp1: don't display the prompt two times
Add config for target STM32MP157C-DK2
stm32mp1: add bsec driver in SPL
stm32mp1: spl: display error in board_init_f
stm32mp1: clk: configure pll1 with OPP
stm32mp1: update vddcore if needed
stm32mp1: update MAC address provisioning
Prepare v2018.11-stm32mp-r4

Yann Gautier (2):
mmc: add a driver callback for power-cycle
mmc: stm32_sdmmc2: implement host_power_cycle callback

Yannick Fertre (2):
video: check hardware version of DSI
video: stm32: stm32_dsi: don't enable regulator if no dt entry

Yannick Fertré (5):
video: stm32mp1 update
video: mipi update panel platform data
video: stm32: stm32_dsi: copy DSI fields
video: raydium_rm68200: fill characteristics of DSI data link
video: orisetech_otm8009a: fill characteristics of DSI data link

Makefile | 2 +-
arch/arm/dts/stm32mp157-u-boot.dtsi | 12 +-
arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 7 --
arch/arm/dts/stm32mp157a-dk1.dts | 32 ++++--
arch/arm/dts/stm32mp157c-dk2.dts | 4 +-
arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 7 --
arch/arm/dts/stm32mp157c-ed1.dts | 25 +++--
arch/arm/dts/stm32mp157c-ev1.dts | 8 +-
arch/arm/dts/stm32mp157c-m4-srm.dtsi | 525 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/dts/stm32mp157c.dtsi | 52 ++++++++-
arch/arm/mach-stm32mp/Makefile | 3 +-
arch/arm/mach-stm32mp/bsec.c | 4 +-
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 82 ++++++++------
arch/arm/mach-stm32mp/cpu.c | 21 ++++
arch/arm/mach-stm32mp/include/mach/ddr.h | 6 +-
arch/arm/mach-stm32mp/include/mach/stm32.h | 1 +
arch/arm/mach-stm32mp/include/mach/sys_proto.h | 13 ++-
arch/arm/mach-stm32mp/spl.c | 41 ++++---
arch/arm/mach-stm32mp/stm32mp1_helper_dbg.S | 5 +-
board/st/stm32mp1/Kconfig | 4 +
board/st/stm32mp1/README | 21 +++-
board/st/stm32mp1/board.c | 57 +++++++++-
board/st/stm32mp1/stm32mp1.c | 35 +++---
cmd/remoteproc.c | 4 -
doc/device-tree-bindings/clock/st,stm32mp1.txt | 4 +
drivers/clk/clk_stm32mp1.c | 284 +++++++++++++++++++++++++++++++++++++++++++-----
drivers/i2c/stm32f7_i2c.c | 116 ++++++++++----------
drivers/mmc/mmc-uclass.c | 14 +++
drivers/mmc/mmc.c | 15 +++
drivers/mmc/stm32_sdmmc2.c | 13 ++-
drivers/net/dwc_eth_qos.c | 47 +++++++-
drivers/ram/stm32mp1/stm32mp1_ddr.c | 30 ++++-
drivers/ram/stm32mp1/stm32mp1_interactive.c | 4 +-
drivers/remoteproc/rproc-uclass.c | 32 +++---
drivers/remoteproc/stm32_copro.c | 9 +-
drivers/video/Kconfig | 13 ++-
drivers/video/Makefile | 5 +-
drivers/video/dsi-host-uclass.c | 39 +++++++
drivers/video/dw_mipi_dsi.c | 140 ++++++++++++------------
drivers/video/{mipi_display.c => mipi_dsi.c} | 79 ++++++++------
drivers/video/orisetech_otm8009a.c | 101 ++++++++++-------
drivers/video/raydium-rm68200.c | 39 ++++---
drivers/video/stm32/stm32_dsi.c | 167 +++++++++++++++++++---------
drivers/video/stm32/stm32_ltdc.c | 50 ++++-----
include/dm/uclass-id.h | 1 +
include/dsi_host.h | 57 ++++++++++
include/dt-bindings/mfd/st,stpmic1.h | 4 +
include/dt-bindings/pinctrl/stm32-pinfunc.h | 1 +
include/mipi_display.h | 249 +-----------------------------------------
include/mipi_dsi.h | 473 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/mmc.h | 13 +++
include/power/stpmic1.h | 1 +
include/remoteproc.h | 11 ++
53 files changed, 2251 insertions(+), 731 deletions(-)
create mode 100644 drivers/video/dsi-host-uclass.c
rename drivers/video/{mipi_display.c => mipi_dsi.c} (94%)
create mode 100644 include/dsi_host.h
create mode 100644 include/mipi_dsi.h

v2018.11-stm32mp-r3.2

20 Jan 14:12
v2018.11-stm32mp-r3.2
Compare
Choose a tag to compare

The following changes since commit 0521742:

Prepare v2018.11-stm32mp-r3.1 (2019-09-04 17:03:05 +0200)

are available in the Git repository at:

https://github.com/STMicroelectronics/u-boot.git tags/v2018.11-stm32mp-r3.2

for you to fetch changes up to 4299e2f:

Prepare v2018.11-stm32mp-r3.2 (2019-12-04 18:19:31 +0100)


  • Let the red error led ON after blinking
  • Device tree alignment with 4.19-stm32mp-r2.4

Patrice Chotard (1):
stm32mp1: Keep error led ON in case of low power detection

Patrick Delaunay (2):
dts: stm32: alignment with v4.19-stm32mp-r2.4
Prepare v2018.11-stm32mp-r3.2

Makefile | 2 +-
arch/arm/dts/stm32mp157a-dk1.dts | 1 +
arch/arm/dts/stm32mp157c-ev1.dts | 4 ++--
arch/arm/dts/stm32mp157c.dtsi | 57 ++++++++++++++++++++++++++++++++-------------------------
board/st/stm32mp1/stm32mp1.c | 1 +
5 files changed, 37 insertions(+), 28 deletions(-)

v2018.11-stm32mp-r3.1

25 Sep 15:11
v2018.11-stm32mp-r3.1
Compare
Choose a tag to compare

The following changes since commit 22eea61:

Prepare v2018.11-stm32mp-r3 (2019-09-03 11:20:42 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0521742:

Prepare v2018.11-stm32mp-r3.1 (2019-09-04 17:03:05 +0200)


Arnaud Pouliquen (1):
remoteproc: rproc-uclass: Fix elf header parsing

Patrick Delaunay (1):
Prepare v2018.11-stm32mp-r3.1

Makefile | 2 +-
drivers/remoteproc/rproc-uclass.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

v2018.11-stm32mp-r3

25 Sep 15:09
v2018.11-stm32mp-r3
Compare
Choose a tag to compare

The following changes since commit e8cc046:

Prepare v2018.11-stm32mp-r2.5 (2019-06-12 18:29:19 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 22eea61:

Prepare v2018.11-stm32mp-r3 (2019-09-03 11:20:42 +0200)


  • Add SPI driver
  • Add RTC driver for UEFI
  • Migrate qspi driver to spi-mem framework
  • DDR setting v1.45 / alignment with latest CubeMX generation
  • Solve issues of ethernet driver and phy
  • Activate UEFI support for EBBR (https://github.com/ARM-software/ebbr)
  • Update bootcmd and migrate to Kconfig (CONFIG_BOOTCOMMAND)
  • Activate U-Boot ENV support in boot device (NOR/NAND/eMMC or SD card)
  • Prepare bootcmd for Android
  • Alignment for latest kernel device tree v4.19-stm32mp-r2
  • Alignment with up-streamed drivers
  • Many other corrections

Antonio Borneo (1):
ARM: dts: stm32mp1: move FDCAN to PLL4_R

Benjamin Gaignard (2):
hwspinlock: cosmetic: use priv data in stm32 hardware spinlock
rtc: Add rtc driver for stm32mp1

Christophe Kerello (15):
spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes
spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size
spi: spi-mem: Claim SPI bus before spi mem access
spi: stm32_qspi: set fsize to max address
spi: stm32_qspi: remove useless functions and local variables
spi: stm32_qspi: manage different flashes
spi: stm32_qspi: rework read/write data function
spi: stm32_qspi: rework end of transfer
spi: stm32_qspi: use readl_poll_timeout to avoid infinite loop
spi: stm32_qspi: add exec_op support
mmc: stm32_sdmmc2: reload watchdog
mtd: rawnand: stm32_fmc2: fix oob free offset
mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option
mmc: stm32_sdmmc2: avoid warnings when building with W=1 option
spi: stm32_qspi: avoid warnings when building with W=1 option

Christophe Roullier (1):
net: dwc_eth_qos: add delay for SWR operation

Nicolas Le Bayon (1):
ARM: dts: stm32mp1: DDR config v1.45

Patrice Chotard (61):
env: ext4: Allow overriding interface, device and partition
board: stm32mp1: Add env_ext4_get_dev_part() and env_ext4_get_intf()
stm32mp1: Add env_get_location()
mtd: Fix get_mtdparts()
stm32mp1: Fix board_mtdparts_default
configs: stm32mp15: Enable ENV_IS_IN_UBI
dm: spi: Read default speed and mode values from DT
configs: stm32mp15: Enable ENV_IS_SPI_FLASH
stm32mp1: Update env_get_location for NOR support
remoteproc: rproc-uclass: Fix warnings for aarch64 platforms
pinctrl: stmfx: add .get_pin_muxing callback support
watchdog: Kconfig: Sort entry alphabetically
watchdog: stm32mp: Convert driver to use WDT UCLASS
board: stm32mp1: Start watchdog
configs: stm32mp15: Enable WDT flags
board: stm32mp1: Remove usage of temporary usb1600 property
ARM: dts: stm32: Remove usb1600 property for stm32mp157a-dk1-u-boot
usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register
usb: dwc2_udc_otg: Add tx_fifo_sz array support
board: stm32mp1: Add tx_fifo_sz_array support
ARM: dts: stm32: Remove g-tx-fifo-size for stm32mp157c-u-boot
ARM: dts: stm32: Update pwr-regulators node for ED1 and DK1
board: stm32mp1: Update the way vdd-supply is retrieved from DT
gpio: stm32: Rename stm32f7_gpio to stm32_gpio
pinctrl: stm32: update .bind callback
ARM: dts: stm32: Remove useless "st,stm32-gpio" compatible string
gpio: stm32: Remove .ofmatch callback
clk: stm32mp1: Add SPI1 clock entry
spi: stm32: Add Serial Peripheral Interface driver for STM32MP
configs: stm32mp15: Enable STM32_SPI and CMD_SPI flag
board: stm32mp1: Update power supply check via USB TYPE-C
stm32mp1: Fix warnings when compiling with W=1
board: stm32mp1: Fix warnings when compiling with W=1
net: dwc_eth_qos: Fix warnings when compiling with W=1
board: stm32mp1: cmd_stboard: Fix warnings when compiling with W=1
stm32mp1: cmd_stm32prog: Fix warnings when compiling with W=1
cmd: pinmux: Fix warnings when compiling with W=1
gpio: stm32_gpio: Fix warnings when compiling with W=1
i2c: stm32f7_i2c: Fix warnings when compiling with W=1
cmd: stm32key: Fix warnings when compiling with W=1
adc: stm32-adc: Fix warnings when compiling with W=1
stm32mp1: bsec: Fix warnings when compiling with W=1
adc: stm32: Fix warnings when compiling with W=1
stm32mp: stm32prog_serial: Fix warnings when compiling with W=1
stm32mp: stm32prog_usb: Fix warnings when compiling with W=1
clk: clk_stm32mp1: Fix warnings when compiling with W=1
serial: stm32: Fix warnings when compiling with W=1
spi: stm32: Fix warnings when compiling with W=1
power: regulator: stm32: Fix warnings when compiling with W=1
mailbox: stm32-ipcc: Fix warnings when compiling with W=1
misc: stm32_fuse: Fix warnings when compiling with W=1
phy: phy-stm32-usbphyc: Fix warnings when compiling with W=1
ram: stm32mp1_ddr: Fix warnings when compiling with W=1
ram: stm32mp1_ram: Fix warnings when compiling with W=1
pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1
remoteproc: stm32_copro: Fix warnings when compiling with W=1
spi: stm32_qspi: Remove STM32_QSPI_CR_FTHRES_MASK
configs: stm32mp1: Enable CONFIG_ENV_OVERWRITE flag
mach-stm32mp1: Overwrite serial and MAC address from OTP
Revert "mmc: increase timeout for erase command"
mmc: stm32_sdmmc2: Increase SDMMC_BUSYD0END_TIMEOUT_US

Patrick Delaunay (77):
stm32mp1: enable TAMP clock before access to register
power: regulator: Return success on attempt to disable an always-on regulator
fdt: Allow indicating a node is for U-Boot proper only
dts: stm32mp1: use u-boot,dm-pre-proper
ram: stm32mp1: update help message for interactive mode
stm32mp1: ram: add some dynamic register
stm32mp1: Give access to get_bootmode() outside cpu.c
env: allow ENV_IS_NOWHERE with other storage target
env: enable saveenv command when one CONFIG_ENV_IS_IN is activated
configs: stm32mp15: Enable ENV_IS_IN_EXT4 and all relative flags
stm32mp1: dts: remove dm-pre-reloc for config node
stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPS
stm32mp1: cosmetic: cleanup
srm32mp1: ram: add Loop and Address for some tests
stm32mp1: stm32prog command: use linux reserved UUID for RAW partiton
stm32mp: cosmetics: rename stm32mp1_helper_dbg.S
stm32mp1: reset halt workaround: no debug if sec close device
stm32mp1: add op-tee defconfig in README
stm32mp1: dts: dk1: remove v3v3 node in u-boot dtsi
stm32mp1: dts: remove propertie hnp-srp-disable
cmd: stm32prog: delay NACK when checksum error is detected
cmd: stm32prog: reload watchdog in getc loop
stm32mp1: cosmetics: remove duplicated line
stm32mp1: cosmetics: remove unused STM32MP_SYSCON_IWDG
stm32mp1: cosmetic: update bootcmd
ram: stm32mp1: update parameter array initialization
pinctrl: stm32: cosmetic: reduce delta with upstream branch
stm32mp1: add pattern parameter in infinite write test
stm32mp1: update loop management in infinite test
stm32mp1: reload watchdog during ddr test
stm32mp1: psci: add synchronization with ROM code
stm32mp1: deactivate WATCHDOG in defconfig
stm32mp1: dts: override the compatible for SDMMC2
stm32mp1: activate UEFI defconfig
board: stm32mp1: rework board_mtdparts_default
board: stm32mp1: add spi nand support
stm32mp1: increase CONFIG_ENV_SIZE
stm32mp1: Manage all RGMII interfaces for eth
ARM: dts: stm32: alignment with v4.19-stm32mp-r1.2
test/py: Mark some pinmux tests as sandbox-centric
efi: add protection for block_dev
video: OTM8009A: remove trace during probe
stm32mp1: dfu: reset pointer at the end of the stm32prog command
stm32mp1: migrate BOOTCOMMAND in defconfig
serial: stm32: add Framing error support
Change FDT memory type from runtime data to boot services data
stm32mp1: add check for presence of environment in boot device
fs: ext4: do not write on filesystem with metadata_csum feature
serial: stm32: remove watchog reset in debug putc
dm: adc: uclass: get reference regulator once
stm32mp1: support of error led on ed1/ev1 board
stm32mp1: use gd to store frequency information
stm32mp1: check the boot-source to disable bootdelay
cli: deactivate some feature for SPL
stm32mp: cosmetic: cleanup arch
arm: stm32mp1: deploy spl in root folder
stm32mp1: cosmetic: cleanup board
ram: stm32mp1: cleanup driver
stm32mp1: display information when U-Boot is compiled for OP-TEE
pinctrl: stmfx: update pinconf settings
stm32mp1: cleanup fdt support
stm32mp1: syscon: remove etzpc support
console: update silent tag after env load
console: execute flush on uart when silent is removed
stm32mp1: activate CONFIG_SILENT_CONSOLE
stm32mp1: activate PRE_CONSOLE_BUFFER
cmd: dtimg: get devicetree index based on board identifier and revision
cmd: part: get partition number based on partition name
stm32mp1: add environment variable for board id and board rev
stm32mp1: add boot command for Android
s...

Read more

v2018.11-stm32mp-r2.5

05 Jul 14:50
Compare
Choose a tag to compare

The following changes since commit 57588fa:

Prepare v2018.11-stm32mp-r2.4 (2019-05-21 11:10:28 +0200)

are available in the git repository at:

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

for you to fetch changes up to e8cc046:

Prepare v2018.11-stm32mp-r2.5 (2019-06-12 18:29:19 +0200)


Patrick Delaunay (3):
stm32mp1: Add PSCI node access before relocation
psci: protect variable used before relocation
Prepare v2018.11-stm32mp-r2.5

Makefile | 2 +-
arch/arm/dts/stm32mp157-u-boot.dtsi | 5 +++++
drivers/firmware/psci.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

v2018.11-stm32mp-r2.4

11 Jun 16:17
Compare
Choose a tag to compare

The following changes since commit 7414eea:

Prepare v2018.11-stm32mp-r2.3 (2019-04-16 17:17:43 +0200)

are available in the git repository at:

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

for you to fetch changes up to 57588fa:

Prepare v2018.11-stm32mp-r2.4 (2019-05-21 11:10:28 +0200)


Fabrice Gasnier (1):
usb: dwc2: fix gadget disconnect

Patrick Delaunay (1):
Prepare v2018.11-stm32mp-r2.4

Makefile | 2 +-
drivers/usb/gadget/dwc2_udc_otg_regs.h | 6 +++++-
drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 14 ++++++++++++--
3 files changed, 18 insertions(+), 4 deletions(-)

v2018.11-stm32mp-r2.3

07 May 15:47
Compare
Choose a tag to compare

The following changes since commit f55001a:

Prepare v2018.11-stm32mp-r2.2 (2019-03-26 11:37:35 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7414eea:

Prepare v2018.11-stm32mp-r2.3 (2019-04-16 17:17:43 +0200)


Patrick Delaunay (3):
dk1: add pull-up on serial rx of console connected to STLINK
ed1: add pull-up on serial rx of console connected to STLINK
Prepare v2018.11-stm32mp-r2.3

Makefile | 2 +-
arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 2 ++
arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)

v2018.11-stm32mp-r2.2

11 Apr 14:01
Compare
Choose a tag to compare

The following changes since commit 161ca18:

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

are available in the git repository at:

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

for you to fetch changes up to f55001a:

Prepare v2018.11-stm32mp-r2.2 (2019-03-26 11:37:35 +0100)


Patrice Chotard (1):
clk: stm32mp1: Fix msk value for stm32mp1_clk_sel array

Patrick Delaunay (4):
ARM: dts: stm32: DDR config to v1.43
ARM: dts: stm32: DDR config to v1.44
ARM: dts: stm32: update power supply of rm68200 on stm32mp157c-ev1
Prepare v2018.11-stm32mp-r2.2

Makefile | 2 +-
arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binF.dtsi | 10 +++++-----
arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi | 11 +++++------
arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binF.dtsi | 6 +++---
arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi | 8 +++-----
arch/arm/dts/stm32mp157c-ev1.dts | 2 +-
drivers/clk/clk_stm32mp1.c | 6 +++---
7 files changed, 21 insertions(+), 24 deletions(-)

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(-)