From 5f7967937db89a1634c96f20fe0825af1a27ede7 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 12 Jul 2019 12:24:56 +0200 Subject: ARM: stm32mp: generate STM32 images Both STM32MP BootROM and TF-A first stage expect subsequent bootloader stages to feature a specific STM32 file header. Generate this image type by default. If for some reason, the image without stm32 header is required, the start_stm32mp157c_dk2.pblb can be used. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- images/Makefile.stm32mp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp index a0baad30c3..910e029a5b 100644 --- a/images/Makefile.stm32mp +++ b/images/Makefile.stm32mp @@ -9,8 +9,11 @@ $(obj)/%.stm32: $(obj)/% FORCE $(call if_changed,stm32_image) +STM32MP1_OPTS = -a 0xc0100000 -e 0xc0100000 -v1 + # -------------------------------------- pblb-$(CONFIG_MACH_STM32MP157C_DK2) += start_stm32mp157c_dk2 -FILE_barebox-stm32mp157c-dk2.img = start_stm32mp157c_dk2.pblb +FILE_barebox-stm32mp157c-dk2.img = start_stm32mp157c_dk2.pblb.stm32 +OPTS_start_stm32mp157c_dk2.pblb.stm32 = $(STM32MP1_OPTS) image-$(CONFIG_MACH_STM32MP157C_DK2) += barebox-stm32mp157c-dk2.img -- cgit v1.2.3