From 0cf19c29a325c5d31fcb6984106ec3d4c75c0af9 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 16 Mar 2021 09:59:04 +0100 Subject: ARM: stm32mp: add support for STM32MP157-EV1 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The STM32MP157A-EV1 and STM32MP157C-EV1 Evaluation boards are the full-feature demonstration and development platforms for STMicroelectronics Arm®-based dual Cortex®-A7 32 bits and Cortex®-M4 32 bits MPUs in the STM32MP1 Series. Add support for running barebox as SSBL on either of them. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- images/Makefile.stm32mp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'images') diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp index eafe84a721..3384f5014b 100644 --- a/images/Makefile.stm32mp +++ b/images/Makefile.stm32mp @@ -27,3 +27,8 @@ pblb-$(CONFIG_MACH_SEEED_ODYSSEY) += start_stm32mp157c_seeed_odyssey FILE_barebox-stm32mp157c-seeed-odyssey.img = start_stm32mp157c_seeed_odyssey.pblb.stm32 OPTS_start_stm32mp157c_seeed_odyssey.pblb.stm32 = $(STM32MP1_OPTS) image-$(CONFIG_MACH_SEEED_ODYSSEY) += barebox-stm32mp157c-seeed-odyssey.img + +pblb-$(CONFIG_MACH_STM32MP15X_EV1) += start_stm32mp15x_ev1 +FILE_barebox-stm32mp15x-ev1.img = start_stm32mp15x_ev1.pblb.stm32 +OPTS_start_stm32mp15x_ev1.pblb.stm32 = $(STM32MP1_OPTS) +image-$(CONFIG_MACH_STM32MP15X_EV1) += barebox-stm32mp15x-ev1.img -- cgit v1.2.3