]> git.sur5r.net Git - u-boot/commit
board: stm32: Add stm32f429-evaluation board support
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 18 Jan 2018 12:39:32 +0000 (13:39 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 14:39:05 +0000 (09:39 -0500)
commite23b19f4a8f790f9206f7af3363695b2ec06c1f6
treec4e0ad6c211444b5cd7e31951e2f43f7123ac70c
parent09b9f649d06256dfc2fefc28f091c3cabfd9cfeb
board: stm32: Add stm32f429-evaluation board support

Add stm32f429-evaluation board support.
For more information, please visit:
http://www.st.com/en/evaluation-tools/stm32429i-eval.html

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/mach-stm32/stm32f4/Kconfig
board/st/stm32f429-evaluation/Kconfig [new file with mode: 0644]
board/st/stm32f429-evaluation/MAINTAINERS [new file with mode: 0644]
board/st/stm32f429-evaluation/Makefile [new file with mode: 0644]
board/st/stm32f429-evaluation/stm32f429-evaluation.c [new file with mode: 0644]
configs/stm32f429-evaluation_defconfig [new file with mode: 0644]
include/configs/stm32f429-evaluation.h [new file with mode: 0644]