summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/Makefile
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-12-08 09:59:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-04-13 14:17:44 +0200
commit562657476728f8a25351894a74a058a39abc3914 (patch)
tree7d26dc9398359849195dd8cb392b35744014a6fa /arch/arm/boards/Makefile
parent4d14dede9afbdc53f36910cd59bb43b2dbacf7f6 (diff)
downloadbarebox-562657476728f8a25351894a74a058a39abc3914.tar.gz
barebox-562657476728f8a25351894a74a058a39abc3914.tar.xz
ARM: i.MX: Add support for Skov i.MX6 boards
The Skov platform potentially consists of many variants of CPUs (i.MX6S/DL and i.MX6D/Q), NAND memories (size differs from 256 MiB to 8 GiB) and populated SDRAM (256 MiB up to 2 GiB). All these variants share one PCB. Some bootstrap resistors are provided which decode the variant and which allow for it's detection at runtime. This information is needed to choose the bootspec entry with the matching devicetree to boot the system. Based upon this mechanism usage of a single Barebox image and Linux root filesystem for all known board variants is made possible. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Søren Andersen <san@skov.dk> Signed-off-by: Sam Ravnborg <srn@skov.dk>
Diffstat (limited to 'arch/arm/boards/Makefile')
-rw-r--r--arch/arm/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile
index 9ccb75e27b..3ef4de7b62 100644
--- a/arch/arm/boards/Makefile
+++ b/arch/arm/boards/Makefile
@@ -114,6 +114,7 @@ obj-$(CONFIG_MACH_RPI_COMMON) += raspberry-pi/
obj-$(CONFIG_MACH_SABRELITE) += freescale-mx6-sabrelite/
obj-$(CONFIG_MACH_SABRESD) += freescale-mx6-sabresd/
obj-$(CONFIG_MACH_AC_SXB) += ac-sxb/
+obj-$(CONFIG_MACH_SKOV_IMX6) += skov-imx6/
obj-$(CONFIG_MACH_FREESCALE_IMX6SX_SABRESDB) += freescale-mx6sx-sabresdb/
obj-$(CONFIG_MACH_SAMA5D27_GIANTBOARD) += sama5d27-giantboard/
obj-$(CONFIG_MACH_SAMA5D27_SOM1) += sama5d27-som1/