configs/stm32f469_disco: new configuration for STM32F469 Discovery board
authorLee Jones <lee.jones@linaro.org>
Fri, 15 Apr 2016 21:02:20 +0000 (23:02 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 16 Apr 2016 10:44:07 +0000 (12:44 +0200)
commit04d0a5793fd802b1bcd091cfdd84a464d438579e
tree74b4ab6812f7c51ebacaac008f8980bf0af0cac4
parentc8ad46a1a72e41d4f1c2140d63cb771a20359347
configs/stm32f469_disco: new configuration for STM32F469 Discovery board

Similar to stm32f429_disco, this commit adds a configuration for the
Cortex-M4 based STM32F469 platform.

It requires a few kernel patches, which have already been submitted
upstream, as well as a small OpenOCD patch. Besides that, it re-uses
most of what has been added for the STM32F429 platform.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
[Thomas:
 - squash multiple patches from Lee Jones into one
 - improve the readme.txt file
 - sync the defconfig with the adaptations made to the stm32f429
   configuration.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/stmicroelectronics/stm32f469-disco/flash.sh [new file with mode: 0755]
board/stmicroelectronics/stm32f469-disco/patches/linux/0001-ARM-stm32-Identify-a-new-board-STM32F469.patch [new file with mode: 0644]
board/stmicroelectronics/stm32f469-disco/patches/linux/0002-ARM-stm32-Supply-a-DTS-file-for-the-STM32F469-Discov.patch [new file with mode: 0644]
board/stmicroelectronics/stm32f469-disco/patches/linux/0003-ARM-configs-Add-new-config-fragment-to-change-RAM-st.patch [new file with mode: 0644]
board/stmicroelectronics/stm32f469-disco/patches/openocd/0001-add-config.patch [new file with mode: 0644]
board/stmicroelectronics/stm32f469-disco/patches/openocd/0002-flash-nor.patch [new file with mode: 0644]
board/stmicroelectronics/stm32f469-disco/readme.txt [new file with mode: 0644]
configs/stm32f469_disco_defconfig [new file with mode: 0644]