board: st: add generic board for STM32MP1 family
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 12 Mar 2018 09:46:18 +0000 (10:46 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 19 Mar 2018 20:14:22 +0000 (16:14 -0400)
commitf8598d9815c7f89aed28e3f880b489260bd50a49
tree2a2bb5b046cab4532908d2585a31db61dbe624d4
parent3d2d115a30e870b0ce7adfe1a6d8bdf73a016571
board: st: add generic board for STM32MP1 family

Add first support for STM32MP157C-ED1 board with "Basic" boot chain
1/ Boot Rom: load SPL with STM32 image header in SYSRAM
2/ SPL: power up and initialize the DDR and load U-Boot image
        from SDCARD in DDR
3/ U-Boot: search and load extlinux.conf in SDCARD
           (DISTRO activated)

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/mach-stm32mp/Kconfig
board/st/stm32mp1/Kconfig [new file with mode: 0644]
board/st/stm32mp1/MAINTAINERS [new file with mode: 0644]
board/st/stm32mp1/Makefile [new file with mode: 0644]
board/st/stm32mp1/README [new file with mode: 0644]
board/st/stm32mp1/board.c [new file with mode: 0644]
board/st/stm32mp1/spl.c [new file with mode: 0644]
board/st/stm32mp1/stm32mp1.c [new file with mode: 0644]
configs/stm32mp15_basic_defconfig [new file with mode: 0644]
include/configs/stm32mp1.h [new file with mode: 0644]