[U-Boot] [PULL] u-boot-stm32 for v2019.07​ (round 3)​

Patrice CHOTARD patrice.chotard at st.com
Tue May 14 14:59:07 UTC 2019


Hi Tom

Please find the pull request for STM32 round 3

The following changes since commit a69120a0d7c8d4044cdaceea9eb03913ba4e49c7:

  Prepare v2019.07-rc1 (2019-04-29 21:54:04 -0400)

are available in the git repository at:

  https://github.com/pchotard/u-boot.git tags/u-boot-stm32-mcu-20190514

for you to fetch changes up to 1aaac8e60042b1e132f84184cfd9aa0f1a4afdde:

  configs: stm32f469-disco: Disable PINCTRL_FULL flag (2019-05-06
11:15:16 +0200)

----------------------------------------------------------------
STM32 MCUs update:
_ Add MPU region for SPI NOR memory mapped region
_ Add missing QSPI flash compatible for STM32 F7 boards
_ Update spi-tx-bus-width and spi-rx-bus-width properties
_ Add QSPI support for STM32F469 Discovery board

----------------------------------------------------------------
Patrice Chotard (12):
      mach-stm32: Add MPU region for spi-nor memory mapped region
      ARM: dts: stm32: Fix qspi memory map size for stm32f7 boards
      ARM: dts: stm32: add qspi flash compatible string for stm32f769-disco
      ARM: dts: stm32: add qspi flash compatible string for stm32f746-eval
      ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-eval
      ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-disco
      ARM: dts: stm32: Remove useless spi-nor compatible string
      ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f769-disco
      ARM: dts: stm32: Add qspi support for stm32f469-disco board
      spi: Kconfig: Add STM32F4 support for STM32_QSPI driver
      configs: stm32f469-disco: Enable QSPI relative flags
      configs: stm32f469-disco: Disable PINCTRL_FULL flag

 arch/arm/dts/stm32746g-eval-u-boot.dtsi  |  6 +++--
 arch/arm/dts/stm32f469-disco-u-boot.dtsi | 39
++++++++++++++++++++++++++++++++
 arch/arm/dts/stm32f746-disco-u-boot.dtsi |  8 +++----
 arch/arm/dts/stm32f769-disco-u-boot.dtsi |  3 +++
 arch/arm/mach-stm32/soc.c                |  3 +++
 configs/stm32f469-discovery_defconfig    |  9 ++++++++
 drivers/spi/Kconfig                      |  2 +-
 7 files changed, 63 insertions(+), 7 deletions(-)


More information about the U-Boot mailing list