From 79d2a2d4a4608fd0ca9f1eeb06e4aee0fb095f19 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Wed, 2 Mar 2022 17:02:42 +0100 Subject: ARM: stm32: add support for PHYTEC phyCORE stm32mp1 Import DT[1] and add the boilerplate to have barebox generate a SSBL for the board. [1]: git://git.phytec.de/tf-a-stm32mp Signed-off-by: Steffen Trumtrar Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220302160242.2997946-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- images/Makefile.stm32mp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'images') diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp index abe70a6a50..59d6572207 100644 --- a/images/Makefile.stm32mp +++ b/images/Makefile.stm32mp @@ -41,3 +41,5 @@ $(call build_stm32mp_image, CONFIG_MACH_PROTONIC_STM32MP1, start_prtt1s, prtt1s) $(call build_stm32mp_image, CONFIG_MACH_PROTONIC_STM32MP1, start_prtt1c, prtt1c) $(call build_stm32mp_image, CONFIG_MACH_SEEED_ODYSSEY, start_stm32mp157c_seeed_odyssey, stm32mp157c-seeed-odyssey) + +$(call build_stm32mp_image, CONFIG_MACH_PHYTEC_PHYCORE_STM32MP1, start_phycore_stm32mp1_3, phycore-stm32mp1) -- cgit v1.2.3