[U-Boot] [PATCH v1 00/11] Update STM32 MCU configs

Patrice Chotard patrice.chotard at st.com
Fri Aug 3 09:46:10 UTC 2018


This series :
  - Remove unused configs flags in include/configs/stm32fxx files
  - Enable instruction and data caches for stm32f4
  _ Migrate CMD_CACHE flag from include/configs/ to defconfig for
    stm32f746 and stm32h7
  - Add DISTRO_DEFAULT support for stm32f4 and stm32h7 boards


Patrice Chotard (11):
  board: stm32: use bi_dram[0].start instead of hardcoded value
  configs: stm32fxxx: Remove CONFIG_SYS_CLK_FREQ
  configs: stm32f429-disco: Remove CONFIG_SYS_RAM_CS
  configs: stm32f4xx: Enable ICACHE and DCACHE
  configs: stm32f746-disco: Migrate CONFIG_CMD_CACHE to defconfig
  configs: stm32h7xx: Migrate CONFIG_CMD_CACHE to defconfig
  configs: stm32f4xx: Remove CONFIG_SYS_RAM_FREQ_DIV
  configs: stm32h743-evaluation: Add DISTRO_DEFAULT support
  configs: stm32h743-discovery: Add DISTRO_DEFAULT support
  configs: stm32f469-discovery: Add DISTRO_DEFAULT support
  configs: stm32f429-evaluation: Add DISTRO_DEFAULT support

 board/st/stm32f429-discovery/stm32f429-discovery.c |  2 +-
 .../st/stm32f429-evaluation/stm32f429-evaluation.c |  2 +-
 board/st/stm32f469-discovery/stm32f469-discovery.c |  2 +-
 configs/stm32f429-evaluation_defconfig             | 11 ++++-----
 configs/stm32f469-discovery_defconfig              | 11 ++++-----
 configs/stm32f746-disco_defconfig                  |  1 +
 configs/stm32h743-disco_defconfig                  | 13 ++++-------
 configs/stm32h743-eval_defconfig                   | 13 ++++-------
 include/configs/stm32f429-discovery.h              |  9 --------
 include/configs/stm32f429-evaluation.h             | 26 ++++++++++++----------
 include/configs/stm32f469-discovery.h              | 26 ++++++++++++----------
 include/configs/stm32f746-disco.h                  |  2 --
 include/configs/stm32h743-disco.h                  | 19 +++++++++++-----
 include/configs/stm32h743-eval.h                   | 19 +++++++++++-----
 14 files changed, 76 insertions(+), 80 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list