summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-07-28 07:44:27 -0700
committerLucas Stach <l.stach@pengutronix.de>2017-07-30 21:20:04 +0200
commita0a5a7b84ff8a4dbae93404f88aeedf1c341bc20 (patch)
tree2ea455454f022fb640290f63acf3abf9e2acf0fe /images
parent738af50a20c2a3e6f035cd4b805c69091ac854de (diff)
downloadbarebox-a0a5a7b84ff8a4dbae93404f88aeedf1c341bc20.tar.gz
barebox-a0a5a7b84ff8a4dbae93404f88aeedf1c341bc20.tar.xz
ARM: i.MX: Add support for NXP i.MX7 SABRESD board
Add minimal code to support NXP i.MX7 SABRESD board. Tested to have working SD card and first Ethernet port as well as being able to boot upstream Linux kernel (4.12+). Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 3e26667c52..e9176022bf 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -489,3 +489,8 @@ pblx-$(CONFIG_MACH_ZII_VF610_DEV) += start_zii_vf610_dev
CFG_start_zii_vf610_dev.pblx.imximg = $(board)/zii-vf610-dev/flash-header-zii-vf610-dev.imxcfg
FILE_barebox-zii-vf610-dev.img = start_zii_vf610_dev.pblx.imximg
image-$(CONFIG_MACH_ZII_VF610_DEV) += barebox-zii-vf610-dev.img
+
+pblx-$(CONFIG_MACH_FREESCALE_MX7_SABRESD) += start_imx7d_sabresd
+CFG_start_imx7d_sabresd.pblx.imximg = $(board)/freescale-mx7-sabresd/flash-header-mx7-sabresd.imxcfg
+FILE_barebox-freescale-mx7-sabresd.img = start_imx7d_sabresd.pblx.imximg
+image-$(CONFIG_MACH_FREESCALE_MX7_SABRESD) += barebox-freescale-mx7-sabresd.img