[U-Boot] [PATCH 00/16] patches for stm32 support

Patrick Delaunay patrick.delaunay at st.com
Thu Apr 18 15:32:35 UTC 2019


Some patches to cleanup and to improve the support of stm32mp1
in U-Boot.



Nicolas Le Bayon (2):
  i2c: stm32f7: Fix SDADEL minimum formula
  i2c: stm32f7: improve loopback in timing algorithm

Patrick Delaunay (14):
  stm32mp1: Move config SYS_MALLOC_LEN to Kconfig
  stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig
  stm32mp1: migrate PREBOOT to Kconfig
  stm32mp1: cosmetic: bsec: reorder include files
  stm32mp1: psci: add synchronization with ROM code
  stm32mp1: update RCC binding after kernel realignment
  mkimage: change stm32image header to manage binary information
  stm32mp1: add bootcount support
  armv7: timer: init timer with bootstage
  stm32mp1: add bootstage support
  clk: stm32mp1: add set_rate for DDRPHYC clock
  env: solve compilation error in SPL
  serial: stm32: remove unnecessary trace
  serial: stm32: remove watchog reset in debug putc

 Kconfig                                        |   2 +-
 arch/arm/Kconfig                               |   1 +
 arch/arm/cpu/armv7/arch_timer.c                |   3 +
 arch/arm/mach-stm32mp/Kconfig                  |  24 ++
 arch/arm/mach-stm32mp/bsec.c                   |   2 +-
 arch/arm/mach-stm32mp/include/mach/stm32.h     |   1 +
 arch/arm/mach-stm32mp/psci.c                   |  22 +-
 common/Kconfig                                 |   1 +
 doc/device-tree-bindings/clock/st,stm32mp1.txt | 427 +++++++++++++++++--------
 drivers/clk/clk_stm32mp1.c                     |  83 +++++
 drivers/i2c/stm32f7_i2c.c                      |   6 +-
 drivers/serial/serial_stm32.c                  |   3 +-
 env/Kconfig                                    |   2 +-
 env/common.c                                   |   7 +-
 include/configs/stm32mp1.h                     |  12 -
 tools/stm32image.c                             |   8 +-
 16 files changed, 440 insertions(+), 164 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list