]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/mx50_arm2_lpddr2.h
Unified codebase for TX28, TX48, TX51, TX53
[karo-tx-uboot.git] / include / configs / mx50_arm2_lpddr2.h
1 /*
2  * Copyright (C) 2010 Freescale Semiconductor, Inc.
3  *
4  * Configuration settings for the MX50-ARM2 Freescale board.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; either version 2 of
9  * the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19  * MA 02111-1307 USA
20  */
21
22 #ifndef __CONFIG_H
23 #define __CONFIG_H
24
25 #include <asm/arch/mx50.h>
26
27  /* High Level Configuration Options */
28 #define CONFIG_MXC
29 #define CONFIG_MX50
30 #define CONFIG_MX50_ARM2
31 #define CONFIG_LPDDR2
32 #define CONFIG_FLASH_HEADER
33 #define CONFIG_FLASH_HEADER_OFFSET 0x400
34
35 #define CONFIG_SKIP_RELOCATE_UBOOT
36
37 #define CONFIG_ARCH_CPU_INIT
38 #define CONFIG_ARCH_MMU
39
40 #define CONFIG_MX50_HCLK_FREQ   24000000
41 #define CONFIG_SYS_PLL2_FREQ    400
42 #define CONFIG_SYS_AHB_PODF     2
43 #define CONFIG_SYS_AXIA_PODF    0
44 #define CONFIG_SYS_AXIB_PODF    1
45
46 #define CONFIG_DISPLAY_CPUINFO
47 #define CONFIG_DISPLAY_BOARDINFO
48
49 #define CONFIG_SYS_64BIT_VSPRINTF
50
51 #define BOARD_LATE_INIT
52 /*
53  * Disabled for now due to build problems under Debian and a significant
54  * increase in the final file size: 144260 vs. 109536 Bytes.
55  */
56
57 #define CONFIG_CMDLINE_TAG              1       /* enable passing of ATAGs */
58 #define CONFIG_REVISION_TAG             1
59 #define CONFIG_SETUP_MEMORY_TAGS        1
60 #define CONFIG_INITRD_TAG               1
61
62 /*
63  * Size of malloc() pool
64  */
65 #define CONFIG_SYS_MALLOC_LEN           (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
66 /* size in bytes reserved for initial data */
67 #define CONFIG_SYS_GBL_DATA_SIZE        128
68
69 /*
70  * Hardware drivers
71  */
72 #define CONFIG_MX50_UART        1
73 #define CONFIG_MX50_UART1       1
74
75 /* allow to overwrite serial and ethaddr */
76 #define CONFIG_ENV_OVERWRITE
77 #define CONFIG_CONS_INDEX               1
78 #define CONFIG_BAUDRATE                 115200
79 #define CONFIG_SYS_BAUDRATE_TABLE       {9600, 19200, 38400, 57600, 115200}
80
81 /***********************************************************
82  * Command definition
83  ***********************************************************/
84
85 #include <config_cmd_default.h>
86
87 #define CONFIG_CMD_PING
88 #define CONFIG_CMD_DHCP
89 #define CONFIG_CMD_MII
90 #define CONFIG_CMD_NET
91 #define CONFIG_NET_RETRY_COUNT  100
92 #define CONFIG_NET_MULTI 1
93 #define CONFIG_BOOTP_SUBNETMASK
94 #define CONFIG_BOOTP_GATEWAY
95 #define CONFIG_BOOTP_DNS
96
97 #define CONFIG_CMD_MMC
98 #define CONFIG_CMD_ENV
99
100 /*#define CONFIG_CMD */
101 #define CONFIG_REF_CLK_FREQ CONFIG_MX50_HCLK_FREQ
102
103 #undef CONFIG_CMD_IMLS
104
105 #define CONFIG_BOOTDELAY        3
106
107 #define CONFIG_PRIME    "FEC0"
108
109 #define CONFIG_LOADADDR         0x70800000      /* loadaddr env var */
110 #define CONFIG_RD_LOADADDR      (CONFIG_LOADADDR + 0x300000)
111
112 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
113                 "netdev=eth0\0"                                         \
114                 "ethprime=FEC0\0"                                       \
115                 "uboot=u-boot.bin\0"                    \
116                 "kernel=uImage\0"                               \
117                 "nfsroot=/opt/eldk/arm\0"                               \
118                 "bootargs_base=setenv bootargs console=ttymxc0,115200\0"\
119                 "bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\
120                         "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\
121                 "bootcmd_net=run bootargs_base bootargs_nfs; "          \
122                         "tftpboot ${loadaddr} ${kernel}; bootm\0"       \
123                 "bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp "     \
124                         "root=/dev/mmcblk0p2 rootwait\0"                \
125                 "bootcmd_mmc=run bootargs_base bootargs_mmc; bootm\0"   \
126                 "bootcmd=run bootcmd_net\0"                             \
127
128
129 #define CONFIG_ARP_TIMEOUT      200UL
130
131 /*
132  * Miscellaneous configurable options
133  */
134 #define CONFIG_SYS_LONGHELP             /* undef to save memory */
135 #define CONFIG_SYS_PROMPT               "ARM2 U-Boot > "
136 #define CONFIG_AUTO_COMPLETE
137 #define CONFIG_SYS_CBSIZE               256     /* Console I/O Buffer Size */
138 /* Print Buffer Size */
139 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
140 #define CONFIG_SYS_MAXARGS      16      /* max number of command args */
141 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
142
143 #define CONFIG_SYS_MEMTEST_START        0       /* memtest works on */
144 #define CONFIG_SYS_MEMTEST_END          0x10000
145
146 #undef  CONFIG_SYS_CLKS_IN_HZ           /* everything, incl board info, in Hz */
147
148 #define CONFIG_SYS_LOAD_ADDR            CONFIG_LOADADDR
149
150 #define CONFIG_SYS_HZ                           1000
151
152 #define CONFIG_CMDLINE_EDITING  1
153
154 #define CONFIG_FEC0_IOBASE      FEC_BASE_ADDR
155 #define CONFIG_FEC0_PINMUX      -1
156 #define CONFIG_FEC0_PHY_ADDR    -1
157 #define CONFIG_FEC0_MIIBASE     -1
158
159 #define CONFIG_GET_FEC_MAC_ADDR_FROM_IIM
160
161 #define CONFIG_MXC_FEC
162 #define CONFIG_MII
163 #define CONFIG_MII_GASKET
164 #define CONFIG_DISCOVER_PHY
165
166 /*
167 #define CONFIG_SPLASH_SCREEN
168 */
169
170 /*
171  * SPLASH SCREEN Configs
172  */
173 #ifdef CONFIG_SPLASH_SCREEN
174         #define CONFIG_LCD
175         #undef LCD_TEST_PATTERN
176         #define CONFIG_FB_BASE                          (TEXT_BASE + 0x300000)
177         #define CONFIG_SYS_CONSOLE_IS_IN_ENV            1
178         /* #define CONFIG_SPLASH_IS_IN_MMC                 1 */
179         #define LCD_BPP                                 LCD_MONOCHROME
180         /* #define CONFIG_SPLASH_SCREEN_ALIGN           1 */
181
182         #define CONFIG_MXC_EPDC                         1
183
184         #define CONFIG_WORKING_BUF_ADDR                 (TEXT_BASE + 0x100000)
185         #define CONFIG_WAVEFORM_BUF_ADDR                (TEXT_BASE + 0x200000)
186         #define CONFIG_WAVEFORM_FILE_OFFSET             0x100000
187         #define CONFIG_WAVEFORM_FILE_SIZE               0xB4000
188         #define CONFIG_WAVEFORM_FILE_IN_MMC
189 #endif
190
191 #ifdef CONFIG_SPLASH_IS_IN_MMC
192         #define CONFIG_SPLASH_IMG_OFFSET                0x4c000
193         #define CONFIG_SPLASH_IMG_SIZE                  0x19000
194 #endif
195
196 /*
197  * I2C Configs
198  */
199 #define CONFIG_CMD_I2C          1
200 #define CONFIG_HARD_I2C         1
201 #define CONFIG_I2C_MXC          1
202 #define CONFIG_SYS_I2C_PORT             I2C2_BASE_ADDR
203 #define CONFIG_SYS_I2C_SPEED            100000
204 #define CONFIG_SYS_I2C_SLAVE            0xfe
205
206
207 /*
208  * SPI Configs
209  */
210 #define CONFIG_FSL_SF           1
211 #define CONFIG_CMD_SPI
212 #define CONFIG_CMD_SF
213 #define CONFIG_SPI_FLASH_IMX_ATMEL      1
214 #define CONFIG_SPI_FLASH_CS     1
215 #define CONFIG_IMX_CSPI
216 #define IMX_CSPI_VER_0_7        1
217 #define MAX_SPI_BYTES           (8 * 4)
218 #define CONFIG_IMX_SPI_PMIC
219 #define CONFIG_IMX_SPI_PMIC_CS 0
220
221 /*
222  * MMC Configs
223  */
224 #ifdef CONFIG_CMD_MMC
225         #define CONFIG_MMC                              1
226         #define CONFIG_GENERIC_MMC
227         #define CONFIG_IMX_MMC
228         #define CONFIG_SYS_FSL_ESDHC_NUM        3
229         #define CONFIG_SYS_FSL_ESDHC_ADDR       0
230         #define CONFIG_SYS_MMC_ENV_DEV  0
231         #define CONFIG_DOS_PARTITION    1
232         #define CONFIG_CMD_FAT          1
233         #define CONFIG_CMD_EXT2         1
234
235         /* detect whether ESDHC1, ESDHC2, or ESDHC3 is boot device */
236         #define CONFIG_DYNAMIC_MMC_DEVNO
237
238         #define CONFIG_BOOT_PARTITION_ACCESS
239         #define CONFIG_EMMC_DDR_MODE
240
241         /* Indicate to esdhc driver which ports support 8-bit data */
242         #define CONFIG_MMC_8BIT_PORTS           0x6   /* ports 1 and 2 */
243
244
245 #endif
246 /*-----------------------------------------------------------------------
247  * Stack sizes
248  *
249  * The stack sizes are set up in start.S using the settings below
250  */
251 #define CONFIG_STACKSIZE        (128 * 1024)    /* regular stack */
252
253 /*-----------------------------------------------------------------------
254  * Physical Memory Map
255  */
256 #define CONFIG_NR_DRAM_BANKS    2
257 #define PHYS_SDRAM_1            CSD0_BASE_ADDR
258 #define PHYS_SDRAM_1_SIZE       (256 * 1024 * 1024)
259 #define iomem_valid_addr(addr, size) \
260         (addr >= PHYS_SDRAM_1 && addr <= (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE))
261
262 /*-----------------------------------------------------------------------
263  * FLASH and environment organization
264  */
265 #define CONFIG_SYS_NO_FLASH
266
267 /* Monitor at beginning of flash */
268 #define CONFIG_FSL_ENV_IN_MMC
269
270 #define CONFIG_ENV_SECT_SIZE    (128 * 1024)
271 #define CONFIG_ENV_SIZE         CONFIG_ENV_SECT_SIZE
272
273 #if defined(CONFIG_FSL_ENV_IN_NAND)
274         #define CONFIG_ENV_IS_IN_NAND 1
275         #define CONFIG_ENV_OFFSET       0x100000
276 #elif defined(CONFIG_FSL_ENV_IN_MMC)
277         #define CONFIG_ENV_IS_IN_MMC    1
278         #define CONFIG_ENV_OFFSET       (768 * 1024)
279 #elif defined(CONFIG_FSL_ENV_IN_SF)
280         #define CONFIG_ENV_IS_IN_SPI_FLASH      1
281         #define CONFIG_ENV_SPI_CS               1
282         #define CONFIG_ENV_OFFSET       (768 * 1024)
283 #else
284         #define CONFIG_ENV_IS_NOWHERE   1
285 #endif
286 #endif                          /* __CONFIG_H */