diff options
author | Eric Sun <jian.sun@freescale.com> | 2012-05-02 14:55:56 +0800 |
---|---|---|
committer | Eric Sun <jian.sun@freescale.com> | 2012-05-03 14:14:09 +0800 |
commit | adb73799f5406ae3ad347501c95b8d9f8d1788cd (patch) | |
tree | d62b6ac88b1b76f059b8fecbeff27373d68b81c7 /Makefile | |
parent | 636ccbbb69257d3a7513b2ae006ca166129bba9c (diff) | |
download | u-boot-imx-adb73799f5406ae3ad347501c95b8d9f8d1788cd.zip u-boot-imx-adb73799f5406ae3ad347501c95b8d9f8d1788cd.tar.gz u-boot-imx-adb73799f5406ae3ad347501c95b8d9f8d1788cd.tar.bz2 |
ENGR00181337-3 i.mx6: i.mx6sl: add initial support for i.mx6sl ARM2 board
This patch is to add the initial support for i.mx6sl ARM2 board, the patch does:
- implemention of LPDDR2 init script
- Plug-in/DCD mode support to do DDR initialization
- Debug UART(UART1) support
- SPI-NOR(M25P32, 4MB) flash support
- FEC support, PHY(LAN8720A, RMII mode)
- SD/MMC card support, SD1/SD2/SD3
Signed-off-by: Danny Nold <dannynold@freescale.com>
Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Jason Liu <r64343@freescale.com>
Signed-off-by: Terry Lv <r65388@freescale.com>
Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3346,6 +3346,14 @@ mx6q_sabreauto_mfg_config \ mx6q_sabreauto_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabreauto freescale mx6 +mx6sl_arm2_config \ +mx6sl_arm2_iram_config : unconfig + @[ -z "$(findstring iram_,$@)" ] || \ + { echo "TEXT_BASE = 0x00907000" >$(obj)board/freescale/mx6sl_arm2/config.tmp ; \ + echo "... with iram configuration" ; \ + } + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6sl_arm2 freescale mx6 + omap2420h4_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx |