diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-12 10:53:11 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:59 +0800 |
commit | 80f845ada02651e0aaa606eb05372b12a0b7b901 (patch) | |
tree | 686dd1dbbf40ca9e86d631f609e9709f52a40821 /include | |
parent | 994e1bf0c4d9ece782d33ae0ab0855ffa3683a71 (diff) | |
download | u-boot-imx-80f845ada02651e0aaa606eb05372b12a0b7b901.zip u-boot-imx-80f845ada02651e0aaa606eb05372b12a0b7b901.tar.gz u-boot-imx-80f845ada02651e0aaa606eb05372b12a0b7b901.tar.bz2 |
ENGR00315894-62 iMX6SX: Add MX6SX 19x19 DDR3 ARM2 board support
Add BSP codes for iMX6SX 19x19 DDR3 ARM2 board to support SD/MMC,
USB, QSPI2 NOR Flash, SPI NOR flash, WEIM NOR Flash, Ethernet,
I2C, PMIC and M4 command boot(bootaux).
Some features has conflicts, so can't be enabled at same time:
WEIM-NOR <---> QSPI pin conflict
QSPI <---> SPI-NOR u-boot driver conflict
SPI-NOR <---> SD2 pin conflict
Add board build targets of 19x19 DDR3 ARM2 for boot device:
mx6sx_19x19_ddr3_arm2 --- SD/MMC/eMMC
mx6sx_19x19_ddr3_arm2_spinor --- SPINOR on ECSPI4 CS0
mx6sx_19x19_ddr3_arm2_eimnor --- WEIM NOR flash
mx6sx_19x19_ddr3_arm2_qspi2 --- QuadSPI2 NOR flash
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sx_19x19_arm2.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/mx6sx_19x19_arm2.h b/include/configs/mx6sx_19x19_arm2.h new file mode 100644 index 0000000..09221ea --- /dev/null +++ b/include/configs/mx6sx_19x19_arm2.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2014 Freescale Semiconductor, Inc. + * + * Configuration settings for the Freescale i.MX6SX 19x19 ARM2 board. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __MX6SX_19X19_ARM2_CONFIG_H +#define __MX6SX_19X19_ARM2_CONFIG_H + +#include "mx6sx_arm2.h" + +#define CONFIG_SYS_FSL_USDHC_NUM 1 +#define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ +#endif |