summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2021-04-23 16:28:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-17 09:00:16 +0200
commit5837dcc2e04edfbf1b6fa3ceb5553d60d027cc82 (patch)
tree5457f9347b38b29ea2c10ed8b62d74ee3aa56df0 /images
parent7e838d427e28d9ca0f0525e83672319e72ae5d42 (diff)
downloadbarebox-5837dcc2e04edfbf1b6fa3ceb5553d60d027cc82.tar.gz
barebox-5837dcc2e04edfbf1b6fa3ceb5553d60d027cc82.tar.xz
ARM: at91: sama5d3: add multiimage support for the microchip-ksz9477-evb
Rework the lowlevel init code to make it multiimage capable. With this patch we can build first and second stage in one run. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.barebox.org/20210423142829.29468-7-o.rempel@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.at915
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.at91 b/images/Makefile.at91
index 7ab92edf14..1d443eae0e 100644
--- a/images/Makefile.at91
+++ b/images/Makefile.at91
@@ -14,6 +14,11 @@ pblb-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += start_sama5d3_xplained_ung8071
FILE_barebox-microchip-ksz9477-evb.img = start_sama5d3_xplained_ung8071.pblb
image-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += barebox-microchip-ksz9477-evb.img
+pblb-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += start_sama5d3_xplained_ung8071_xload_mmc
+MAX_PBL_IMAGE_SIZE_start_sama5d3_xplained_ung8071_xload_mmc = 0xffff
+FILE_barebox-microchip-ksz9477-evb-xload-mmc.img = start_sama5d3_xplained_ung8071_xload_mmc.pblb
+image-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += barebox-microchip-ksz9477-evb-xload-mmc.img
+
pblb-$(CONFIG_MACH_SAMA5D27_SOM1) += start_sama5d27_som1_ek
FILE_barebox-sama5d27-som1-ek.img = start_sama5d27_som1_ek.pblb
image-$(CONFIG_MACH_SAMA5D27_SOM1) += barebox-sama5d27-som1-ek.img