]> git.ipfire.org Git - thirdparty/u-boot.git/commit - configs/stm32h743-eval_defconfig
board: Add stm32h7 SoC, discovery and evaluation boards support
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 13 Sep 2017 16:00:12 +0000 (18:00 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:40:03 +0000 (07:40 -0400)
commit246771b1845df858007165827d934ca9c43153b3
tree6c202f018a622b0d8b3dc51309283c8d7cf7a78c
parenta1e384b4d9df74735f02e3b9a2f8f70ff02543a5
board: Add stm32h7 SoC, discovery and evaluation boards support

This patch adds support for stm32h7 soc family, stm32h743
discovery and evaluation boards.

For more information about STM32H7 series, please visit:
http://www.st.com/en/microcontrollers/stm32h7-series.html

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
19 files changed:
arch/arm/include/asm/arch-stm32h7/gpio.h [new file with mode: 0644]
arch/arm/include/asm/arch-stm32h7/stm32.h [new file with mode: 0644]
arch/arm/mach-stm32/Kconfig
arch/arm/mach-stm32/Makefile
arch/arm/mach-stm32/stm32h7/Kconfig [new file with mode: 0644]
arch/arm/mach-stm32/stm32h7/Makefile [new file with mode: 0644]
arch/arm/mach-stm32/stm32h7/soc.c [new file with mode: 0644]
board/st/stm32h743-disco/Kconfig [new file with mode: 0644]
board/st/stm32h743-disco/MAINTAINERS [new file with mode: 0644]
board/st/stm32h743-disco/Makefile [new file with mode: 0644]
board/st/stm32h743-disco/stm32h743-disco.c [new file with mode: 0644]
board/st/stm32h743-eval/Kconfig [new file with mode: 0644]
board/st/stm32h743-eval/MAINTAINERS [new file with mode: 0644]
board/st/stm32h743-eval/Makefile [new file with mode: 0644]
board/st/stm32h743-eval/stm32h743-eval.c [new file with mode: 0644]
configs/stm32h743-disco_defconfig [new file with mode: 0644]
configs/stm32h743-eval_defconfig [new file with mode: 0644]
include/configs/stm32h743-disco.h [new file with mode: 0644]
include/configs/stm32h743-eval.h [new file with mode: 0644]