diff options
author | Juergen Borleis <jbe@pengutronix.de> | 2015-12-08 09:59:19 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2021-04-13 14:17:44 +0200 |
commit | 562657476728f8a25351894a74a058a39abc3914 (patch) | |
tree | 7d26dc9398359849195dd8cb392b35744014a6fa /images | |
parent | 4d14dede9afbdc53f36910cd59bb43b2dbacf7f6 (diff) | |
download | barebox-562657476728f8a25351894a74a058a39abc3914.tar.gz |
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 'images')
-rw-r--r-- | images/Makefile.imx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx index b892ec0196..12cc478674 100644 --- a/images/Makefile.imx +++ b/images/Makefile.imx @@ -331,6 +331,8 @@ $(call build_imx_habv4img, CONFIG_MACH_KONTRON_SAMX6I, start_imx6q_samx6i, kontr $(call build_imx_habv4img, CONFIG_MACH_KONTRON_SAMX6I, start_imx6dl_samx6i, kontron-samx6i/flash-header-samx6i-duallite, imx6dl-samx6i) +$(call build_imx_habv4img, CONFIG_MACH_SKOV_IMX6, start_imx6_skov_imx6, skov-imx6/flash-header-mx6-skov-imx6, skov-imx6) + $(call build_imx_habv4img, CONFIG_MACH_GW_VENTANA, start_imx6q_gw54xx_1gx64, gateworks-ventana/flash-header-ventana-quad-1gx64, gateworks-imx6q-ventana-1gx64) $(call build_imx_habv4img, CONFIG_MACH_ELTEC_HIPERCAM, start_imx6dl_eltec_hipercam, eltec-hipercam/flash-header-eltec-hipercam, eltec-hipercam) |