summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2014-04-30 12:01:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-04-30 19:45:11 +0200
commit3e571c1f862b6022a9c43a3625d0cbf6e1cb86d3 (patch)
tree552d4e2e818a9eeb905a5f88fbc20df6bd30a5e4 /images
parentccc4eac63225410c364eec8ee33a402788334b4d (diff)
downloadbarebox-3e571c1f862b6022a9c43a3625d0cbf6e1cb86d3.tar.gz
barebox-3e571c1f862b6022a9c43a3625d0cbf6e1cb86d3.tar.xz
imx6: Add support for phyCARD-i.MX6
Add support for Phytec phyCARD-i.MX6. - 1GB RAM on two banks - 1GB RAM on one bank - 2GB RAM on two banks Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx15
1 files changed, 15 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 17fcfbf50d..d00a3e5a03 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -171,3 +171,18 @@ 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
image-$(CONFIG_MACH_EMBEST_RIOTBOARD) += barebox-embest-imx6s-riotboard.img
+
+pblx-$(CONFIG_MACH_PCAAXL3) += start_phytec_pbaa03_1gib
+CFG_start_phytec_pbaa03_1gib.pblx.imximg = $(board)/phytec-phycard-imx6/flash-header-phytec-pcaaxl3-1gib.imxcfg
+FILE_barebox-phytec-pbaa03-1gib.img = start_phytec_pbaa03_1gib.pblx.imximg
+image-$(CONFIG_MACH_PCAAXL3) += barebox-phytec-pbaa03-1gib.img
+
+pblx-$(CONFIG_MACH_PCAAXL3) += start_phytec_pbaa03_1gib_1bank
+CFG_start_phytec_pbaa03_1gib_1bank.pblx.imximg = $(board)/phytec-phycard-imx6/flash-header-phytec-pcaaxl3-1gib-1bank.imxcfg
+FILE_barebox-phytec-pbaa03-1gib-1bank.img = start_phytec_pbaa03_1gib_1bank.pblx.imximg
+image-$(CONFIG_MACH_PCAAXL3) += barebox-phytec-pbaa03-1gib-1bank.img
+
+pblx-$(CONFIG_MACH_PCAAXL3) += start_phytec_pbaa03_2gib
+CFG_start_phytec_pbaa03_2gib.pblx.imximg = $(board)/phytec-phycard-imx6/flash-header-phytec-pcaaxl3-2gib.imxcfg
+FILE_barebox-phytec-pbaa03-2gib.img = start_phytec_pbaa03_2gib.pblx.imximg
+image-$(CONFIG_MACH_PCAAXL3) += barebox-phytec-pbaa03-2gib.img