summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAndrey Panov <rockford@yandex.ru>2014-07-15 11:16:12 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-17 07:27:09 +0200
commitcb22c3cd712f4e5a02e55d7eb9f3322a563ed744 (patch)
treeb8a5663bc3e9007045ed334cbe9c689b048dae39 /images
parent239b6559ed5d65cc3e08eae66eb862fefe651e33 (diff)
downloadbarebox-cb22c3cd712f4e5a02e55d7eb9f3322a563ed744.tar.gz
barebox-cb22c3cd712f4e5a02e55d7eb9f3322a563ed744.tar.xz
ARM: i.MX6Q: Add support for Embedsky E9 board.
This will add support for Embedsky E9 board. It is a small board based on i.MX6 Quad with 2G of RAM. http://en.embedsky.com/product_info.php?cateid=169&id=169 Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@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 1d0edd2fda..dd10c39919 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -175,6 +175,11 @@ CFG_start_variscite_custom.pblx.imximg = $(board)/variscite-mx6/flash-header-var
FILE_barebox-variscite-custom.img = start_variscite_custom.pblx.imximg
image-$(CONFIG_MACH_VARISCITE_MX6) += barebox-variscite-custom.img
+pblx-$(CONFIG_MACH_EMBEDSKY_E9) += start_imx6q_embedsky_e9
+CFG_start_imx6q_embedsky_e9.pblx.imximg = $(board)/embedsky-e9/flash-header-e9.imxcfg
+FILE_barebox-freescale-imx6q-embedsky-e9.img = start_imx6q_embedsky_e9.pblx.imximg
+image-$(CONFIG_MACH_EMBEDSKY_E9) += barebox-freescale-imx6q-embedsky-e9.img
+
pblx-$(CONFIG_MACH_EMBEST_RIOTBOARD) += start_imx6s_riotboard
CFG_start_imx6s_riotboard.pblx.imximg = $(board)/embest-riotboard/flash-header-embest-riotboard.imxcfg
FILE_barebox-embest-imx6s-riotboard.img = start_imx6s_riotboard.pblx.imximg