public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Add stmf429-evaluation board support
@ 2018-01-18 12:39 patrice.chotard at st.com
  2018-01-18 12:39 ` [U-Boot] [PATCH 1/6] ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot patrice.chotard at st.com
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: patrice.chotard at st.com @ 2018-01-18 12:39 UTC (permalink / raw)
  To: u-boot

From: Patrice Chotard <patrice.chotard@st.com>

This series add support for stmf429-evaluation board.

Before adding this board support, the clk_stm32f driver must be updated
to be able to retrieve external oscillator frequency (HSE) from device tree.
This because stm32f429-evaluation board doesn't use a 8 Mhz external
oscillator as all STM32F4 board supported (stm32f429-disco and stm32f469-disco).

Patrice Chotard (6):
  ARM: dts: stm32: add "u-boot,dm-pre-reloc" for clk_hse in
    stm32f7-u-boot
  clk: stm32: retrieve external oscillator frequency from DT
  configs: stm32f: Remove STM32_HSE_HZ for all STM32F series
  board: stm32: Add stm32f429-evaluation board support
  ARM: dts: stm32: Add STM32F429 Evaluation board support
  ARM: dts: stm32: add stm32429-eval-u-boot dts file

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/stm32429i-eval-u-boot.dtsi            | 231 +++++++++++++++++
 arch/arm/dts/stm32429i-eval.dts                    | 276 +++++++++++++++++++++
 arch/arm/dts/stm32f7-u-boot.dtsi                   |   4 +
 arch/arm/mach-stm32/stm32f4/Kconfig                |   4 +
 board/st/stm32f429-evaluation/Kconfig              |  19 ++
 board/st/stm32f429-evaluation/MAINTAINERS          |   6 +
 board/st/stm32f429-evaluation/Makefile             |   8 +
 .../st/stm32f429-evaluation/stm32f429-evaluation.c |  74 ++++++
 configs/stm32f429-evaluation_defconfig             |  31 +++
 drivers/clk/clk_stm32f.c                           |  78 ++++--
 include/configs/stm32f429-discovery.h              |   2 -
 include/configs/stm32f429-evaluation.h             |  65 +++++
 include/configs/stm32f469-discovery.h              |   1 -
 include/configs/stm32f746-disco.h                  |   1 -
 15 files changed, 776 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/dts/stm32429i-eval-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32429i-eval.dts
 create mode 100644 board/st/stm32f429-evaluation/Kconfig
 create mode 100644 board/st/stm32f429-evaluation/MAINTAINERS
 create mode 100644 board/st/stm32f429-evaluation/Makefile
 create mode 100644 board/st/stm32f429-evaluation/stm32f429-evaluation.c
 create mode 100644 configs/stm32f429-evaluation_defconfig
 create mode 100644 include/configs/stm32f429-evaluation.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-01-28 18:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 12:39 [U-Boot] [PATCH 0/6] Add stmf429-evaluation board support patrice.chotard at st.com
2018-01-18 12:39 ` [U-Boot] [PATCH 1/6] ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot patrice.chotard at st.com
2018-01-28 18:52   ` [U-Boot] [U-Boot, " Tom Rini
2018-01-18 12:39 ` [U-Boot] [PATCH 2/6] clk: stm32: retrieve external oscillator frequency from DT patrice.chotard at st.com
2018-01-28 18:52   ` [U-Boot] [U-Boot, " Tom Rini
2018-01-18 12:39 ` [U-Boot] [PATCH 3/6] configs: stm32f: Remove STM32_HSE_HZ for all STM32F series patrice.chotard at st.com
2018-01-28 18:52   ` [U-Boot] [U-Boot, " Tom Rini
2018-01-18 12:39 ` [U-Boot] [PATCH 4/6] board: stm32: Add stm32f429-evaluation board support patrice.chotard at st.com
2018-01-28 18:52   ` [U-Boot] [U-Boot, " Tom Rini
2018-01-18 12:39 ` [U-Boot] [PATCH 5/6] ARM: dts: stm32: Add STM32F429 Evaluation " patrice.chotard at st.com
2018-01-28 18:52   ` [U-Boot] [U-Boot, " Tom Rini
2018-01-18 12:39 ` [U-Boot] [PATCH 6/6] ARM: dts: stm32: add stm32429-eval-u-boot dts file patrice.chotard at st.com
2018-01-28 18:52   ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox