diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-05-06 14:19:39 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso@freescale.com> | 2015-05-13 10:46:16 -0500 |
commit | 5bdce30396c47cdfdac66cee19b28ff0bfafc038 (patch) | |
tree | b9765f7033c4c2b1baad63a5c74a8a969d5e3466 /configs | |
parent | 3624e4b6b0c161a6a58b9cef3aa32181050b0402 (diff) | |
download | u-boot-imx-5bdce30396c47cdfdac66cee19b28ff0bfafc038.zip u-boot-imx-5bdce30396c47cdfdac66cee19b28ff0bfafc038.tar.gz u-boot-imx-5bdce30396c47cdfdac66cee19b28ff0bfafc038.tar.bz2 |
MLK-10839: arm: imx: mx7d 19x19 lpddr3 arm2 board support
* Add mx7d_19x19_lpddr3_arm2 target board supprt
* Enable i2c, spinor, usb, usdhc, qspi, enet, uart
* Build targets
mx7d_19x19_lpddr3_arm2_defconfig
mx7d_19x19_lpddr3_arm2_eimnor_defconfig
- Set EIMNOR settings for Intel Sibley Asynchronous mode
- Set flash sector size for 256kb (erase block size)
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7d_19x19_lpddr3_arm2_defconfig | 7 | ||||
-rw-r--r-- | configs/mx7d_19x19_lpddr3_arm2_eimnor_defconfig | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/configs/mx7d_19x19_lpddr3_arm2_defconfig b/configs/mx7d_19x19_lpddr3_arm2_defconfig new file mode 100644 index 0000000..f3c3adc --- /dev/null +++ b/configs/mx7d_19x19_lpddr3_arm2_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage.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/mx7d_19x19_lpddr3_arm2_eimnor_defconfig b/configs/mx7d_19x19_lpddr3_arm2_eimnor_defconfig new file mode 100644 index 0000000..f4b5cfe --- /dev/null +++ b/configs/mx7d_19x19_lpddr3_arm2_eimnor_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage.cfg,MX7D,SYS_BOOT_EIMNOR,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 |