[U-Boot] [PULL] Pull request: u-boot-stm32 u-boot-stm32-20191126

Patrick DELAUNAY patrick.delaunay at st.com
Wed Nov 27 13:42:24 UTC 2019


Hi Tom

Please pull the STM32 related patches for u-boot-stm32-20191126

With the following changes:
- Solve warning for stih410-b2260
- Device tree alignment on v5.4-rc4 for all stm32 boards
- Correct the eMMC pin configuration on stm32mp157c-ev1
- Add DFU and SPI-NAND support for stm32mp1 board

Travis CI status:
     https://travis-ci.org/patrickdelaunay/u-boot/builds/617166580

Thanks,
Patrick

The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67cd832d27:

  Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot (2019-11-25 12:56:27 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20191126

for you to fetch changes up to b4fee1610864036c8363e552f8547e99b1100f0b:

  stm32mp1: add support for virtual partition read (2019-11-26 10:14:35 +0100)

----------------------------------------------------------------
- Solve warning for stih410-b2260
- Device tree alignment on v5.4-rc4 for all stm32 boards
- Correct the eMMC pin configuration on stm32mp157c-ev1
- Add DFU and SPI-NAND support for stm32mp1 board

----------------------------------------------------------------
Patrice Chotard (1):
      configs: stih410-b2260: Enable DM_ETH flag

Patrick Delaunay (8):
      ARM: dts: stm32: DT alignment with kernel v5.3
      ARM: dts: stm32: DT alignment with kernel v5.4-rc4
      ARM: dts: stm32: update eMMC configuration for stm32mp157c-ev1
      stm32mp1: activate DFU support and command MTD
      stm32mp1: activate SET_DFU_ALT_INFO
      stm32mp1: configs: activate CONFIG_MTD_SPI_NAND
      stm32mp1: board: add spi nand support
      stm32mp1: add support for virtual partition read

 arch/arm/dts/st-pincfg.h                       |   1 +
 arch/arm/dts/stm32429i-eval.dts                |  29 ++++++++++++----------
 arch/arm/dts/stm32746g-eval.dts                | 105 +++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
 arch/arm/dts/stm32f4-pinctrl.dtsi              |  38 +---------------------------
 arch/arm/dts/stm32f429-disco.dts               |  40 ++----------------------------
 arch/arm/dts/stm32f429-pinctrl.dtsi            |  38 +---------------------------
 arch/arm/dts/stm32f429.dtsi                    | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
 arch/arm/dts/stm32f469-disco.dts               |  39 ++---------------------------
 arch/arm/dts/stm32f469-pinctrl.dtsi            |  39 +----------------------------
 arch/arm/dts/stm32f469.dtsi                    |   2 +-
 arch/arm/dts/stm32f746-disco.dts               |  39 ++---------------------------
 arch/arm/dts/stm32f746.dtsi                    |  54 ++++++++++++----------------------------
 arch/arm/dts/stm32f769-disco.dts               |  43 +++++---------------------------
 arch/arm/dts/stm32h7-u-boot.dtsi               |  41 +++----------------------------
 arch/arm/dts/stm32h743-pinctrl.dtsi            |  83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/stm32h743.dtsi                    |  69 +++++++++++++++++++++++----------------------------
 arch/arm/dts/stm32h743i-disco-u-boot.dtsi      |   8 ------
 arch/arm/dts/stm32h743i-disco.dts              |  76 ++++++++++++++++++++++++++++----------------------------
 arch/arm/dts/stm32h743i-eval-u-boot.dtsi       |   9 -------
 arch/arm/dts/stm32h743i-eval.dts               |  42 ++++++++++++++++++++++++++++++-
 arch/arm/dts/stm32mp157-pinctrl.dtsi           |  59 ++++++++++++++++++++++++++++++++++++++++----
 arch/arm/dts/stm32mp157a-avenger96-u-boot.dtsi |   5 +++-
 arch/arm/dts/stm32mp157a-dk1.dts               | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi       |   5 +++-
 arch/arm/dts/stm32mp157c-ed1.dts               |  51 +++++++++++++++++++++++++++++++++++---
 arch/arm/dts/stm32mp157c-ev1.dts               |   3 ++-
 arch/arm/dts/stm32mp157c.dtsi                  |  26 ++++++++++++++++++++
 board/st/stm32mp1/README                       | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/st/stm32mp1/stm32mp1.c                   | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 configs/stih410-b2260_defconfig                |   1 +
 configs/stm32mp15_basic_defconfig              |   6 +++++
 configs/stm32mp15_optee_defconfig              |   6 +++++
 configs/stm32mp15_trusted_defconfig            |   6 +++++
 include/configs/stm32mp1.h                     |  42 +++++++++++++++++++++++++++++--
 include/dt-bindings/clock/stm32fx-clock.h      |   9 ++++---
 include/dt-bindings/mfd/st,stpmic1.h           |   4 +++
 include/dt-bindings/mfd/stm32f7-rcc.h          |   1 +
 include/dt-bindings/mfd/stm32h7-rcc.h          |   2 +-
 38 files changed, 1014 insertions(+), 538 deletions(-)


More information about the U-Boot mailing list