diff options
author | Ye Li <ye.li@nxp.com> | 2016-01-14 13:26:23 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:53:40 +0800 |
commit | 99859095c1e466f35dc9a121ab4b0fbb78b2f454 (patch) | |
tree | 86756d9a2c6a773f2ea74c8aebf207a27577c19d | |
parent | 6721eb1a0df892eb44073d50dc52a87e758f8587 (diff) | |
download | u-boot-imx-99859095c1e466f35dc9a121ab4b0fbb78b2f454.zip u-boot-imx-99859095c1e466f35dc9a121ab4b0fbb78b2f454.tar.gz u-boot-imx-99859095c1e466f35dc9a121ab4b0fbb78b2f454.tar.bz2 |
MLK-12329-2 imx7d: Add build target for TO1.0
Since only DDR script changed, create build target for SD boot as example
to use TO1.0.
All default build target for 7D platforms are for TO1.1.
Signed-off-by: Ye Li <ye.li@nxp.com>
-rw-r--r-- | configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig | 7 | ||||
-rw-r--r-- | configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig | 7 | ||||
-rw-r--r-- | configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig | 7 | ||||
-rw-r--r-- | configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig | 7 | ||||
-rw-r--r-- | configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig | 7 | ||||
-rw-r--r-- | configs/mx7dsabresd_TO_1_0_defconfig | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig b/configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig new file mode 100644 index 0000000..86cd006 --- /dev/null +++ b/configs/mx7d_12x12_ddr3_arm2_TO_1_0_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_ddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-12x12-ddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_12X12_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig b/configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig new file mode 100644 index 0000000..841f4a2 --- /dev/null +++ b/configs/mx7d_12x12_lpddr3_arm2_TO_1_0_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-12x12-lpddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_12X12_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig b/configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig new file mode 100644 index 0000000..bdb6aba --- /dev/null +++ b/configs/mx7d_19x19_ddr3_arm2_TO_1_0_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_ddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-19x19-ddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig b/configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig new file mode 100644 index 0000000..e4aca28 --- /dev/null +++ b/configs/mx7d_19x19_lpddr2_arm2_TO_1_0_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage_lpddr2_TO_1_0.cfg,MX7D,MX7D_LPDDR2,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr2-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig b/configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig new file mode 100644 index 0000000..11813f0 --- /dev/null +++ b/configs/mx7d_19x19_lpddr3_arm2_TO_1_0_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage_TO_1_0.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx7dsabresd_TO_1_0_defconfig b/configs/mx7dsabresd_TO_1_0_defconfig new file mode 100644 index 0000000..c0541c0 --- /dev/null +++ b/configs/mx7dsabresd_TO_1_0_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage_TO_1_0.cfg,MX7D" +CONFIG_ARM=y +CONFIG_TARGET_MX7DSABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |