Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1335421

[PATCH 0/3] ARM: stm32: Introduce support for STM32F469

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] ARM: stm32: Introduce support for STM32F469
Date 2016-02-16 15:20 +0100
Message-ID <r2ODT-vy-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Simple set using the STM32F429 infrastructure as a foundation.
There will be more changes to the DTS files and a requirement for
added hierarchical layering as more differences become apparent.

Lee Jones (3):
  ARM: stm32: Supply a DTS file for the STM32F469 Discovery board
  ARM: configs: Add new config fragment to change RAM start point
  ARM: stm32: Identify a new board - STM32F469

 arch/arm/boot/dts/Makefile              |  1 +
 arch/arm/boot/dts/stm32f469-disco.dts   | 75 +++++++++++++++++++++++++++++++++
 arch/arm/configs/dram_0x00000000.config |  1 +
 arch/arm/mach-stm32/board-dt.c          |  1 +
 4 files changed, 78 insertions(+)
 create mode 100644 arch/arm/boot/dts/stm32f469-disco.dts
 create mode 100644 arch/arm/configs/dram_0x00000000.config

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] ARM: stm32: Introduce support for STM32F469 Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:20 +0100
  [PATCH 3/3] ARM: stm32: Identify a new board - STM32F469 Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:20 +0100
  [PATCH 1/3] ARM: stm32: Supply a DTS file for the STM32F469 Discovery board Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:30 +0100
  Re: [PATCH 0/3] ARM: stm32: Introduce support for STM32F469 Arnd Bergmann <arnd@arndb.de> - 2016-02-16 15:40 +0100
  Re: [PATCH 0/3] ARM: stm32: Introduce support for STM32F469 Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-02-18 09:20 +0100

csiph-web