summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-08 09:33:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-13 09:34:40 +0100
commit5a0a6202956c8946ad9a8b93883466535a90607c (patch)
tree56257429235c802f2fc8bfcc93f9df33cc58c82e /arch/arm/Makefile
parentdece707522434d5c8eb35da8c98d0269112457f7 (diff)
downloadbarebox-5a0a6202956c8946ad9a8b93883466535a90607c.tar.gz
barebox-5a0a6202956c8946ad9a8b93883466535a90607c.tar.xz
ARM: Add initial STM32MP1 support
This adds initial STMicroelectronics MP1 support along with support for the DK2 devel board. Only very basic support: - UART - SDRAM memory base/size - No 1st stage support Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 6b5f21a7a9..9b0e34f50b 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -96,6 +96,7 @@ machine-$(CONFIG_ARCH_PXA) := pxa
machine-$(CONFIG_ARCH_ROCKCHIP) := rockchip
machine-$(CONFIG_ARCH_SAMSUNG) := samsung
machine-$(CONFIG_ARCH_SOCFPGA) := socfpga
+machine-$(CONFIG_ARCH_STM32MP1) := stm32mp1
machine-$(CONFIG_ARCH_VERSATILE) := versatile
machine-$(CONFIG_ARCH_VEXPRESS) := vexpress
machine-$(CONFIG_ARCH_TEGRA) := tegra