]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/T1040QDS.h
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / configs / T1040QDS.h
1 /*
2  * Copyright 2013-2014 Freescale Semiconductor, Inc.
3  *
4  * See file CREDITS for list of people who contributed to this
5  * project.
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License as
9  * published by the Free Software Foundation; either version 2 of
10  * the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20  * MA 02111-1307 USA
21  */
22
23 #ifndef __CONFIG_H
24 #define __CONFIG_H
25
26 /*
27  * T1040 QDS board configuration file
28  */
29 #define CONFIG_T1040QDS
30 #define CONFIG_PHYS_64BIT
31
32 #ifdef CONFIG_RAMBOOT_PBL
33 #define CONFIG_RAMBOOT_TEXT_BASE        CONFIG_SYS_TEXT_BASE
34 #define CONFIG_RESET_VECTOR_ADDRESS     0xfffffffc
35 #define CONFIG_SYS_FSL_PBL_PBI board/freescale/t1040qds/t1040_pbi.cfg
36 #define CONFIG_SYS_FSL_PBL_RCW board/freescale/t1040qds/t1040_rcw.cfg
37 #endif
38
39 /* High Level Configuration Options */
40 #define CONFIG_BOOKE
41 #define CONFIG_E500                     /* BOOKE e500 family */
42 #define CONFIG_E500MC                   /* BOOKE e500mc family */
43 #define CONFIG_SYS_BOOK3E_HV            /* Category E.HV supported */
44 #define CONFIG_MP                       /* support multiple processors */
45
46 /* support deep sleep */
47 #define CONFIG_DEEP_SLEEP
48 #define CONFIG_SILENT_CONSOLE
49
50 #ifndef CONFIG_SYS_TEXT_BASE
51 #define CONFIG_SYS_TEXT_BASE    0xeff40000
52 #endif
53
54 #ifndef CONFIG_RESET_VECTOR_ADDRESS
55 #define CONFIG_RESET_VECTOR_ADDRESS     0xeffffffc
56 #endif
57
58 #define CONFIG_SYS_FSL_CPC              /* Corenet Platform Cache */
59 #define CONFIG_SYS_NUM_CPC              CONFIG_NUM_DDR_CONTROLLERS
60 #define CONFIG_FSL_IFC                  /* Enable IFC Support */
61 #define CONFIG_PCI                      /* Enable PCI/PCIE */
62 #define CONFIG_PCI_INDIRECT_BRIDGE
63 #define CONFIG_PCIE1                    /* PCIE controler 1 */
64 #define CONFIG_PCIE2                    /* PCIE controler 2 */
65 #define CONFIG_PCIE3                    /* PCIE controler 3 */
66 #define CONFIG_PCIE4                    /* PCIE controler 4 */
67
68 #define CONFIG_FSL_PCI_INIT             /* Use common FSL init code */
69 #define CONFIG_SYS_PCI_64BIT            /* enable 64-bit PCI resources */
70
71 #define CONFIG_FSL_LAW                  /* Use common FSL init code */
72
73 #define CONFIG_ENV_OVERWRITE
74
75 #ifdef CONFIG_SYS_NO_FLASH
76 #define CONFIG_ENV_IS_NOWHERE
77 #else
78 #define CONFIG_FLASH_CFI_DRIVER
79 #define CONFIG_SYS_FLASH_CFI
80 #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
81 #endif
82
83 #ifndef CONFIG_SYS_NO_FLASH
84 #if defined(CONFIG_SPIFLASH)
85 #define CONFIG_SYS_EXTRA_ENV_RELOC
86 #define CONFIG_ENV_IS_IN_SPI_FLASH
87 #define CONFIG_ENV_SPI_BUS              0
88 #define CONFIG_ENV_SPI_CS               0
89 #define CONFIG_ENV_SPI_MAX_HZ           10000000
90 #define CONFIG_ENV_SPI_MODE             0
91 #define CONFIG_ENV_SIZE                 0x2000          /* 8KB */
92 #define CONFIG_ENV_OFFSET               0x100000        /* 1MB */
93 #define CONFIG_ENV_SECT_SIZE            0x10000
94 #elif defined(CONFIG_SDCARD)
95 #define CONFIG_SYS_EXTRA_ENV_RELOC
96 #define CONFIG_ENV_IS_IN_MMC
97 #define CONFIG_SYS_MMC_ENV_DEV          0
98 #define CONFIG_ENV_SIZE                 0x2000
99 #define CONFIG_ENV_OFFSET               (512 * 1658)
100 #elif defined(CONFIG_NAND)
101 #define CONFIG_SYS_EXTRA_ENV_RELOC
102 #define CONFIG_ENV_IS_IN_NAND
103 #define CONFIG_ENV_SIZE                 CONFIG_SYS_NAND_BLOCK_SIZE
104 #define CONFIG_ENV_OFFSET               (7 * CONFIG_SYS_NAND_BLOCK_SIZE)
105 #else
106 #define CONFIG_ENV_IS_IN_FLASH
107 #define CONFIG_ENV_ADDR         (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
108 #define CONFIG_ENV_SIZE         0x2000
109 #define CONFIG_ENV_SECT_SIZE    0x20000 /* 128K (one sector) */
110 #endif
111 #else /* CONFIG_SYS_NO_FLASH */
112 #define CONFIG_ENV_SIZE                0x2000
113 #define CONFIG_ENV_SECT_SIZE   0x20000 /* 128K (one sector) */
114 #endif
115
116 #ifndef __ASSEMBLY__
117 unsigned long get_board_sys_clk(void);
118 unsigned long get_board_ddr_clk(void);
119 #endif
120
121 #define CONFIG_SYS_CLK_FREQ     get_board_sys_clk() /* sysclk for MPC85xx */
122 #define CONFIG_DDR_CLK_FREQ     get_board_ddr_clk()
123
124 /*
125  * These can be toggled for performance analysis, otherwise use default.
126  */
127 #define CONFIG_SYS_CACHE_STASHING
128 #define CONFIG_BACKSIDE_L2_CACHE
129 #define CONFIG_SYS_INIT_L2CSR0          L2CSR0_L2E
130 #define CONFIG_BTB                      /* toggle branch predition */
131 #define CONFIG_DDR_ECC
132 #ifdef CONFIG_DDR_ECC
133 #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
134 #define CONFIG_MEM_INIT_VALUE           0xdeadbeef
135 #endif
136
137 #define CONFIG_ENABLE_36BIT_PHYS
138
139 #define CONFIG_ADDR_MAP
140 #define CONFIG_SYS_NUM_ADDR_MAP         64      /* number of TLB1 entries */
141
142 #define CONFIG_SYS_MEMTEST_START        0x00200000      /* memtest works on */
143 #define CONFIG_SYS_MEMTEST_END          0x00400000
144 #define CONFIG_SYS_ALT_MEMTEST
145 #define CONFIG_PANIC_HANG       /* do not reset board on panic */
146
147 /*
148  *  Config the L3 Cache as L3 SRAM
149  */
150 #define CONFIG_SYS_INIT_L3_ADDR         0xFFFC0000
151
152 #define CONFIG_SYS_DCSRBAR              0xf0000000
153 #define CONFIG_SYS_DCSRBAR_PHYS         0xf00000000ull
154
155 /* EEPROM */
156 #define CONFIG_ID_EEPROM
157 #define CONFIG_SYS_I2C_EEPROM_NXID
158 #define CONFIG_SYS_EEPROM_BUS_NUM       0
159 #define CONFIG_SYS_I2C_EEPROM_ADDR      0x57
160 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN  1
161 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
162 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
163
164 /*
165  * DDR Setup
166  */
167 #define CONFIG_VERY_BIG_RAM
168 #define CONFIG_SYS_DDR_SDRAM_BASE       0x00000000
169 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_SDRAM_BASE
170
171 /* CONFIG_NUM_DDR_CONTROLLERS is defined in include/asm/config_mpc85xx.h */
172 #define CONFIG_DIMM_SLOTS_PER_CTLR      1
173 #define CONFIG_CHIP_SELECTS_PER_CTRL    (2 * CONFIG_DIMM_SLOTS_PER_CTLR)
174
175 #define CONFIG_DDR_SPD
176 #ifndef CONFIG_SYS_FSL_DDR4
177 #define CONFIG_SYS_FSL_DDR3
178 #define CONFIG_FSL_DDR_INTERACTIVE
179 #endif
180
181 #define CONFIG_SYS_SPD_BUS_NUM  0
182 #define SPD_EEPROM_ADDRESS      0x51
183
184 #define CONFIG_SYS_SDRAM_SIZE   4096    /* for fixed parameter use */
185
186 /*
187  * IFC Definitions
188  */
189 #define CONFIG_SYS_FLASH_BASE   0xe0000000
190 #define CONFIG_SYS_FLASH_BASE_PHYS      (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
191
192 #define CONFIG_SYS_NOR0_CSPR_EXT        (0xf)
193 #define CONFIG_SYS_NOR0_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS \
194                                 + 0x8000000) | \
195                                 CSPR_PORT_SIZE_16 | \
196                                 CSPR_MSEL_NOR | \
197                                 CSPR_V)
198 #define CONFIG_SYS_NOR1_CSPR_EXT        (0xf)
199 #define CONFIG_SYS_NOR1_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | \
200                                 CSPR_PORT_SIZE_16 | \
201                                 CSPR_MSEL_NOR | \
202                                 CSPR_V)
203 #define CONFIG_SYS_NOR_AMASK    IFC_AMASK(128*1024*1024)
204
205 /*
206  * TDM Definition
207  */
208 #define T1040_TDM_QUIRK_CCSR_BASE       0xfe000000
209
210 /* NOR Flash Timing Params */
211 #define CONFIG_SYS_NOR_CSOR     CSOR_NAND_TRHZ_80
212 #define CONFIG_SYS_NOR_FTIM0    (FTIM0_NOR_TACSE(0x4) | \
213                                 FTIM0_NOR_TEADC(0x5) | \
214                                 FTIM0_NOR_TEAHC(0x5))
215 #define CONFIG_SYS_NOR_FTIM1    (FTIM1_NOR_TACO(0x35) | \
216                                 FTIM1_NOR_TRAD_NOR(0x1A) |\
217                                 FTIM1_NOR_TSEQRAD_NOR(0x13))
218 #define CONFIG_SYS_NOR_FTIM2    (FTIM2_NOR_TCS(0x4) | \
219                                 FTIM2_NOR_TCH(0x4) | \
220                                 FTIM2_NOR_TWPH(0x0E) | \
221                                 FTIM2_NOR_TWP(0x1c))
222 #define CONFIG_SYS_NOR_FTIM3    0x0
223
224 #define CONFIG_SYS_FLASH_QUIET_TEST
225 #define CONFIG_FLASH_SHOW_PROGRESS      45 /* count down from 45/5: 9..1 */
226
227 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* number of banks */
228 #define CONFIG_SYS_MAX_FLASH_SECT       1024    /* sectors per device */
229 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000   /* Flash Erase Timeout (ms) */
230 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Flash Write Timeout (ms) */
231
232 #define CONFIG_SYS_FLASH_EMPTY_INFO
233 #define CONFIG_SYS_FLASH_BANKS_LIST     {CONFIG_SYS_FLASH_BASE_PHYS \
234                                         + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS}
235 #define CONFIG_FSL_QIXIS        /* use common QIXIS code */
236 #define QIXIS_BASE              0xffdf0000
237 #define QIXIS_BASE_PHYS         (0xf00000000ull | QIXIS_BASE)
238 #define QIXIS_LBMAP_SWITCH              0x06
239 #define QIXIS_LBMAP_MASK                0x0f
240 #define QIXIS_LBMAP_SHIFT               0
241 #define QIXIS_LBMAP_DFLTBANK            0x00
242 #define QIXIS_LBMAP_ALTBANK             0x04
243 #define QIXIS_RST_CTL_RESET             0x31
244 #define QIXIS_RCFG_CTL_RECONFIG_IDLE    0x20
245 #define QIXIS_RCFG_CTL_RECONFIG_START   0x21
246 #define QIXIS_RCFG_CTL_WATCHDOG_ENBLE   0x08
247 #define QIXIS_RST_FORCE_MEM             0x01
248
249 #define CONFIG_SYS_CSPR3_EXT    (0xf)
250 #define CONFIG_SYS_CSPR3        (CSPR_PHYS_ADDR(QIXIS_BASE_PHYS) \
251                                 | CSPR_PORT_SIZE_8 \
252                                 | CSPR_MSEL_GPCM \
253                                 | CSPR_V)
254 #define CONFIG_SYS_AMASK3       IFC_AMASK(4*1024)
255 #define CONFIG_SYS_CSOR3        0x0
256 /* QIXIS Timing parameters for IFC CS3 */
257 #define CONFIG_SYS_CS3_FTIM0            (FTIM0_GPCM_TACSE(0x0e) | \
258                                         FTIM0_GPCM_TEADC(0x0e) | \
259                                         FTIM0_GPCM_TEAHC(0x0e))
260 #define CONFIG_SYS_CS3_FTIM1            (FTIM1_GPCM_TACO(0xff) | \
261                                         FTIM1_GPCM_TRAD(0x3f))
262 #define CONFIG_SYS_CS3_FTIM2            (FTIM2_GPCM_TCS(0x0e) | \
263                                         FTIM2_GPCM_TCH(0x8) | \
264                                         FTIM2_GPCM_TWP(0x1f))
265 #define CONFIG_SYS_CS3_FTIM3            0x0
266
267 #define CONFIG_NAND_FSL_IFC
268 #define CONFIG_SYS_NAND_BASE            0xff800000
269 #define CONFIG_SYS_NAND_BASE_PHYS       (0xf00000000ull | CONFIG_SYS_NAND_BASE)
270
271 #define CONFIG_SYS_NAND_CSPR_EXT        (0xf)
272 #define CONFIG_SYS_NAND_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
273                                 | CSPR_PORT_SIZE_8 /* Port Size = 8 bit */ \
274                                 | CSPR_MSEL_NAND        /* MSEL = NAND */ \
275                                 | CSPR_V)
276 #define CONFIG_SYS_NAND_AMASK   IFC_AMASK(64*1024)
277
278 #define CONFIG_SYS_NAND_CSOR    (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
279                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
280                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
281                                 | CSOR_NAND_RAL_3       /* RAL = 3Byes */ \
282                                 | CSOR_NAND_PGS_2K      /* Page Size = 2K */ \
283                                 | CSOR_NAND_SPRZ_64/* Spare size = 64 */ \
284                                 | CSOR_NAND_PB(64))     /*Pages Per Block = 64*/
285
286 #define CONFIG_SYS_NAND_ONFI_DETECTION
287
288 /* ONFI NAND Flash mode0 Timing Params */
289 #define CONFIG_SYS_NAND_FTIM0           (FTIM0_NAND_TCCST(0x07) | \
290                                         FTIM0_NAND_TWP(0x18)   | \
291                                         FTIM0_NAND_TWCHT(0x07) | \
292                                         FTIM0_NAND_TWH(0x0a))
293 #define CONFIG_SYS_NAND_FTIM1           (FTIM1_NAND_TADLE(0x32) | \
294                                         FTIM1_NAND_TWBE(0x39)  | \
295                                         FTIM1_NAND_TRR(0x0e)   | \
296                                         FTIM1_NAND_TRP(0x18))
297 #define CONFIG_SYS_NAND_FTIM2           (FTIM2_NAND_TRAD(0x0f) | \
298                                         FTIM2_NAND_TREH(0x0a) | \
299                                         FTIM2_NAND_TWHRE(0x1e))
300 #define CONFIG_SYS_NAND_FTIM3           0x0
301
302 #define CONFIG_SYS_NAND_DDR_LAW         11
303 #define CONFIG_SYS_NAND_BASE_LIST       { CONFIG_SYS_NAND_BASE }
304 #define CONFIG_SYS_MAX_NAND_DEVICE      1
305 #define CONFIG_MTD_NAND_VERIFY_WRITE
306 #define CONFIG_CMD_NAND
307
308 #define CONFIG_SYS_NAND_BLOCK_SIZE      (128 * 1024)
309
310 #if defined(CONFIG_NAND)
311 #define CONFIG_SYS_CSPR0_EXT            CONFIG_SYS_NAND_CSPR_EXT
312 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NAND_CSPR
313 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NAND_AMASK
314 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NAND_CSOR
315 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NAND_FTIM0
316 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NAND_FTIM1
317 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NAND_FTIM2
318 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NAND_FTIM3
319 #define CONFIG_SYS_CSPR1_EXT            CONFIG_SYS_NOR0_CSPR_EXT
320 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NOR0_CSPR
321 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NOR_AMASK
322 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NOR_CSOR
323 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NOR_FTIM0
324 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NOR_FTIM1
325 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NOR_FTIM2
326 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NOR_FTIM3
327 #define CONFIG_SYS_CSPR2_EXT            CONFIG_SYS_NOR1_CSPR_EXT
328 #define CONFIG_SYS_CSPR2                CONFIG_SYS_NOR1_CSPR
329 #define CONFIG_SYS_AMASK2               CONFIG_SYS_NOR_AMASK
330 #define CONFIG_SYS_CSOR2                CONFIG_SYS_NOR_CSOR
331 #define CONFIG_SYS_CS2_FTIM0            CONFIG_SYS_NOR_FTIM0
332 #define CONFIG_SYS_CS2_FTIM1            CONFIG_SYS_NOR_FTIM1
333 #define CONFIG_SYS_CS2_FTIM2            CONFIG_SYS_NOR_FTIM2
334 #define CONFIG_SYS_CS2_FTIM3            CONFIG_SYS_NOR_FTIM3
335 #else
336 #define CONFIG_SYS_CSPR0_EXT            CONFIG_SYS_NOR0_CSPR_EXT
337 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NOR0_CSPR
338 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NOR_AMASK
339 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NOR_CSOR
340 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NOR_FTIM0
341 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NOR_FTIM1
342 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NOR_FTIM2
343 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NOR_FTIM3
344 #define CONFIG_SYS_CSPR1_EXT            CONFIG_SYS_NOR1_CSPR_EXT
345 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NOR1_CSPR
346 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NOR_AMASK
347 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NOR_CSOR
348 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NOR_FTIM0
349 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NOR_FTIM1
350 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NOR_FTIM2
351 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NOR_FTIM3
352 #define CONFIG_SYS_CSPR2_EXT            CONFIG_SYS_NAND_CSPR_EXT
353 #define CONFIG_SYS_CSPR2                CONFIG_SYS_NAND_CSPR
354 #define CONFIG_SYS_AMASK2               CONFIG_SYS_NAND_AMASK
355 #define CONFIG_SYS_CSOR2                CONFIG_SYS_NAND_CSOR
356 #define CONFIG_SYS_CS2_FTIM0            CONFIG_SYS_NAND_FTIM0
357 #define CONFIG_SYS_CS2_FTIM1            CONFIG_SYS_NAND_FTIM1
358 #define CONFIG_SYS_CS2_FTIM2            CONFIG_SYS_NAND_FTIM2
359 #define CONFIG_SYS_CS2_FTIM3            CONFIG_SYS_NAND_FTIM3
360 #endif
361
362 #define CONFIG_SYS_MONITOR_BASE         CONFIG_SYS_TEXT_BASE
363
364 #if defined(CONFIG_RAMBOOT_PBL)
365 #define CONFIG_SYS_RAMBOOT
366 #endif
367
368 #define CONFIG_BOARD_EARLY_INIT_R
369 #define CONFIG_MISC_INIT_R
370
371 #define CONFIG_HWCONFIG
372
373 /* define to use L1 as initial stack */
374 #define CONFIG_L1_INIT_RAM
375 #define CONFIG_SYS_INIT_RAM_LOCK
376 #define CONFIG_SYS_INIT_RAM_ADDR        0xfdd00000      /* Initial L1 address */
377 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH      0xf
378 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW       0xfe0ec000
379 /* The assembler doesn't like typecast */
380 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
381         ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
382           CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
383 #define CONFIG_SYS_INIT_RAM_SIZE                0x00004000
384
385 #define CONFIG_SYS_GBL_DATA_OFFSET      (CONFIG_SYS_INIT_RAM_SIZE - \
386                                         GENERATED_GBL_DATA_SIZE)
387 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
388
389 #define CONFIG_SYS_MONITOR_LEN          (768 * 1024)
390 #define CONFIG_SYS_MALLOC_LEN           (10 * 1024 * 1024)
391
392 /* Serial Port - controlled on board with jumper J8
393  * open - index 2
394  * shorted - index 1
395  */
396 #define CONFIG_CONS_INDEX       1
397 #define CONFIG_SYS_NS16550
398 #define CONFIG_SYS_NS16550_SERIAL
399 #define CONFIG_SYS_NS16550_REG_SIZE     1
400 #define CONFIG_SYS_NS16550_CLK          (get_bus_freq(0)/2)
401
402 #define CONFIG_SYS_BAUDRATE_TABLE       \
403         {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
404
405 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x11C500)
406 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x11C600)
407 #define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_CCSRBAR+0x11D500)
408 #define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_CCSRBAR+0x11D600)
409 #define CONFIG_SERIAL_MULTI             /* Enable both serial ports */
410 #define CONFIG_SYS_CONSOLE_IS_IN_ENV    /* determine from environment */
411
412 /* Use the HUSH parser */
413 #define CONFIG_SYS_HUSH_PARSER
414 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
415
416 /* Video */
417 #define CONFIG_FSL_DIU_FB
418 #ifdef CONFIG_FSL_DIU_FB
419 #define CONFIG_SYS_DIU_ADDR     (CONFIG_SYS_CCSRBAR + 0x180000)
420 #define CONFIG_VIDEO
421 #define CONFIG_CMD_BMP
422 #define CONFIG_CFB_CONSOLE
423 #define CONFIG_VIDEO_SW_CURSOR
424 #define CONFIG_VGA_AS_SINGLE_DEVICE
425 #define CONFIG_VIDEO_LOGO
426 #define CONFIG_VIDEO_BMP_LOGO
427 #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS
428 /*
429  * With CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS, flash I/O is really slow, so
430  * disable empty flash sector detection, which is I/O-intensive.
431  */
432 #undef CONFIG_SYS_FLASH_EMPTY_INFO
433 #endif
434
435 /* pass open firmware flat tree */
436 #define CONFIG_OF_LIBFDT
437 #define CONFIG_OF_BOARD_SETUP
438 #define CONFIG_OF_STDOUT_VIA_ALIAS
439
440 /* new uImage format support */
441 #define CONFIG_FIT
442 #define CONFIG_FIT_VERBOSE      /* enable fit_format_{error,warning}() */
443
444 /* I2C */
445 #define CONFIG_SYS_I2C
446 #define CONFIG_SYS_I2C_FSL              /* Use FSL common I2C driver */
447 #define CONFIG_SYS_FSL_I2C_SPEED        50000   /* I2C speed in Hz */
448 #define CONFIG_SYS_FSL_I2C_SLAVE        0x7F
449 #define CONFIG_SYS_FSL_I2C2_SPEED       50000   /* I2C speed in Hz */
450 #define CONFIG_SYS_FSL_I2C2_SLAVE       0x7F
451 #define CONFIG_SYS_FSL_I2C_OFFSET       0x118000
452 #define CONFIG_SYS_FSL_I2C2_OFFSET      0x119000
453
454 #define I2C_MUX_PCA_ADDR                0x77
455 #define I2C_MUX_PCA_ADDR_PRI            0x77 /* Primary Mux*/
456
457
458 /* I2C bus multiplexer */
459 #define I2C_MUX_CH_DEFAULT      0x8
460 #define I2C_MUX_CH_DIU          0xC
461
462 /* LDI/DVI Encoder for display */
463 #define CONFIG_SYS_I2C_LDI_ADDR         0x38
464 #define CONFIG_SYS_I2C_DVI_ADDR         0x75
465
466 /*
467  * RTC configuration
468  */
469 #define RTC
470 #define CONFIG_RTC_DS3231               1
471 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
472
473 /*
474  * eSPI - Enhanced SPI
475  */
476 #define CONFIG_FSL_ESPI
477 #define CONFIG_SPI_FLASH
478 #define CONFIG_SPI_FLASH_STMICRO
479 #define CONFIG_SPI_FLASH_SST
480 #define CONFIG_SPI_FLASH_EON
481 #define CONFIG_CMD_SF
482 #define CONFIG_SF_DEFAULT_SPEED         10000000
483 #define CONFIG_SF_DEFAULT_MODE          0
484
485 /*
486  * General PCI
487  * Memory space is mapped 1-1, but I/O space must start from 0.
488  */
489
490 #ifdef CONFIG_PCI
491 /* controller 1, direct to uli, tgtid 3, Base address 20000 */
492 #ifdef CONFIG_PCIE1
493 #define CONFIG_SYS_PCIE1_MEM_VIRT       0x80000000
494 #define CONFIG_SYS_PCIE1_MEM_BUS        0xe0000000
495 #define CONFIG_SYS_PCIE1_MEM_PHYS       0xc00000000ull
496 #define CONFIG_SYS_PCIE1_MEM_SIZE       0x10000000      /* 256M */
497 #define CONFIG_SYS_PCIE1_IO_VIRT        0xf8000000
498 #define CONFIG_SYS_PCIE1_IO_BUS         0x00000000
499 #define CONFIG_SYS_PCIE1_IO_PHYS        0xff8000000ull
500 #define CONFIG_SYS_PCIE1_IO_SIZE        0x00010000      /* 64k */
501 #endif
502
503 /* controller 2, Slot 2, tgtid 2, Base address 201000 */
504 #ifdef CONFIG_PCIE2
505 #define CONFIG_SYS_PCIE2_MEM_VIRT       0x90000000
506 #define CONFIG_SYS_PCIE2_MEM_BUS        0xe0000000
507 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xc10000000ull
508 #define CONFIG_SYS_PCIE2_MEM_SIZE       0x10000000      /* 256M */
509 #define CONFIG_SYS_PCIE2_IO_VIRT        0xf8010000
510 #define CONFIG_SYS_PCIE2_IO_BUS         0x00000000
511 #define CONFIG_SYS_PCIE2_IO_PHYS        0xff8010000ull
512 #define CONFIG_SYS_PCIE2_IO_SIZE        0x00010000      /* 64k */
513 #endif
514
515 /* controller 3, Slot 1, tgtid 1, Base address 202000 */
516 #ifdef CONFIG_PCIE3
517 #define CONFIG_SYS_PCIE3_MEM_VIRT       0xa0000000
518 #define CONFIG_SYS_PCIE3_MEM_BUS        0xe0000000
519 #define CONFIG_SYS_PCIE3_MEM_PHYS       0xc20000000ull
520 #define CONFIG_SYS_PCIE3_MEM_SIZE       0x10000000      /* 256M */
521 #define CONFIG_SYS_PCIE3_IO_VIRT        0xf8020000
522 #define CONFIG_SYS_PCIE3_IO_BUS         0x00000000
523 #define CONFIG_SYS_PCIE3_IO_PHYS        0xff8020000ull
524 #define CONFIG_SYS_PCIE3_IO_SIZE        0x00010000      /* 64k */
525 #endif
526
527 /* controller 4, Base address 203000 */
528 #ifdef CONFIG_PCIE4
529 #define CONFIG_SYS_PCIE4_MEM_VIRT       0xb0000000
530 #define CONFIG_SYS_PCIE4_MEM_BUS        0xe0000000
531 #define CONFIG_SYS_PCIE4_MEM_PHYS       0xc30000000ull
532 #define CONFIG_SYS_PCIE4_MEM_SIZE       0x10000000      /* 256M */
533 #define CONFIG_SYS_PCIE4_IO_VIRT        0xf8030000
534 #define CONFIG_SYS_PCIE4_IO_BUS         0x00000000
535 #define CONFIG_SYS_PCIE4_IO_PHYS        0xff8030000ull
536 #define CONFIG_SYS_PCIE4_IO_SIZE        0x00010000      /* 64k */
537 #endif
538
539 #define CONFIG_PCI_PNP                  /* do pci plug-and-play */
540 #define CONFIG_E1000
541
542 #define CONFIG_PCI_SCAN_SHOW            /* show pci devices on startup */
543 #define CONFIG_DOS_PARTITION
544 #endif  /* CONFIG_PCI */
545
546 /* SATA */
547 #define CONFIG_FSL_SATA_V2
548 #ifdef CONFIG_FSL_SATA_V2
549 #define CONFIG_LIBATA
550 #define CONFIG_FSL_SATA
551
552 #define CONFIG_SYS_SATA_MAX_DEVICE      2
553 #define CONFIG_SATA1
554 #define CONFIG_SYS_SATA1                CONFIG_SYS_MPC85xx_SATA1_ADDR
555 #define CONFIG_SYS_SATA1_FLAGS          FLAGS_DMA
556 #define CONFIG_SATA2
557 #define CONFIG_SYS_SATA2                CONFIG_SYS_MPC85xx_SATA2_ADDR
558 #define CONFIG_SYS_SATA2_FLAGS          FLAGS_DMA
559
560 #define CONFIG_LBA48
561 #define CONFIG_CMD_SATA
562 #define CONFIG_DOS_PARTITION
563 #define CONFIG_CMD_EXT2
564 #endif
565
566 /*
567 * USB
568 */
569 #define CONFIG_HAS_FSL_DR_USB
570
571 #ifdef CONFIG_HAS_FSL_DR_USB
572 #define CONFIG_USB_EHCI
573
574 #ifdef CONFIG_USB_EHCI
575 #define CONFIG_CMD_USB
576 #define CONFIG_USB_STORAGE
577 #define CONFIG_USB_EHCI_FSL
578 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
579 #define CONFIG_CMD_EXT2
580 #endif
581 #endif
582
583 #define CONFIG_MMC
584
585 #ifdef CONFIG_MMC
586 #define CONFIG_FSL_ESDHC
587 #define CONFIG_SYS_FSL_ESDHC_ADDR       CONFIG_SYS_MPC85xx_ESDHC_ADDR
588 #define CONFIG_CMD_MMC
589 #define CONFIG_GENERIC_MMC
590 #define CONFIG_CMD_EXT2
591 #define CONFIG_CMD_FAT
592 #define CONFIG_DOS_PARTITION
593 #endif
594
595 /* Qman/Bman */
596 #ifndef CONFIG_NOBQFMAN
597 #define CONFIG_SYS_DPAA_QBMAN           /* Support Q/Bman */
598 #define CONFIG_SYS_BMAN_NUM_PORTALS     25
599 #define CONFIG_SYS_BMAN_MEM_BASE        0xf4000000
600 #define CONFIG_SYS_BMAN_MEM_PHYS        0xff4000000ull
601 #define CONFIG_SYS_BMAN_MEM_SIZE        0x02000000
602 #define CONFIG_SYS_QMAN_NUM_PORTALS     25
603 #define CONFIG_SYS_QMAN_MEM_BASE        0xf6000000
604 #define CONFIG_SYS_QMAN_MEM_PHYS        0xff6000000ull
605 #define CONFIG_SYS_QMAN_MEM_SIZE        0x02000000
606
607 #define CONFIG_SYS_DPAA_FMAN
608 #define CONFIG_SYS_DPAA_PME
609
610 #define CONFIG_QE
611 #define CONFIG_U_QE
612 /* Default address of microcode for the Linux Fman driver */
613 #if defined(CONFIG_SPIFLASH)
614 /*
615  * env is stored at 0x100000, sector size is 0x10000, ucode is stored after
616  * env, so we got 0x110000.
617  */
618 #define CONFIG_SYS_QE_FW_IN_SPIFLASH
619 #define CONFIG_SYS_FMAN_FW_ADDR 0x110000
620 #elif defined(CONFIG_SDCARD)
621 /*
622  * PBL SD boot image should stored at 0x1000(8 blocks), the size of the image is
623  * about 825KB (1650 blocks), Env is stored after the image, and the env size is
624  * 0x2000 (16 blocks), 8 + 1650 + 16 = 1674, enlarge it to 1680.
625  */
626 #define CONFIG_SYS_QE_FMAN_FW_IN_MMC
627 #define CONFIG_SYS_FMAN_FW_ADDR (512 * 1680)
628 #elif defined(CONFIG_NAND)
629 #define CONFIG_SYS_QE_FMAN_FW_IN_NAND
630 #define CONFIG_SYS_FMAN_FW_ADDR (8 * CONFIG_SYS_NAND_BLOCK_SIZE)
631 #else
632 #define CONFIG_SYS_QE_FMAN_FW_IN_NOR
633 #define CONFIG_SYS_FMAN_FW_ADDR         0xEFF00000
634 #define CONFIG_SYS_QE_FW_ADDR           0xEFF10000
635 #endif
636 #define CONFIG_SYS_QE_FMAN_FW_LENGTH    0x10000
637 #define CONFIG_SYS_FDT_PAD              (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH)
638 #endif /* CONFIG_NOBQFMAN */
639
640 #ifdef CONFIG_SYS_DPAA_FMAN
641 #define CONFIG_FMAN_ENET
642 #define CONFIG_PHYLIB_10G
643 #define CONFIG_PHY_VITESSE
644 #define CONFIG_PHY_REALTEK
645 #define CONFIG_PHY_TERANETICS
646 #define SGMII_CARD_PORT1_PHY_ADDR 0x1C
647 #define SGMII_CARD_PORT2_PHY_ADDR 0x10
648 #define SGMII_CARD_PORT3_PHY_ADDR 0x1E
649 #define SGMII_CARD_PORT4_PHY_ADDR 0x11
650 #endif
651
652 #ifdef CONFIG_FMAN_ENET
653 #define CONFIG_SYS_FM1_DTSEC4_PHY_ADDR  0x01
654 #define CONFIG_SYS_FM1_DTSEC5_PHY_ADDR  0x02
655
656 #define CONFIG_SYS_FM1_DTSEC1_RISER_PHY_ADDR    0x1c
657 #define CONFIG_SYS_FM1_DTSEC2_RISER_PHY_ADDR    0x1d
658 #define CONFIG_SYS_FM1_DTSEC3_RISER_PHY_ADDR    0x1e
659 #define CONFIG_SYS_FM1_DTSEC4_RISER_PHY_ADDR    0x1f
660
661 #define CONFIG_MII              /* MII PHY management */
662 #define CONFIG_ETHPRIME         "FM1@DTSEC1"
663 #define CONFIG_PHY_GIGE         /* Include GbE speed/duplex detection */
664 #endif
665
666 /*
667  * Dynamic MTD Partition support with mtdparts
668  */
669 #ifndef CONFIG_SYS_NO_FLASH
670 #define CONFIG_MTD_DEVICE
671 #define CONFIG_MTD_PARTITIONS
672 #define CONFIG_CMD_MTDPARTS
673 #define CONFIG_FLASH_CFI_MTD
674 #define MTDIDS_DEFAULT "nor0=fe8000000.nor,nand0=fff800000.flash," \
675                         "spi0=spife110000.0"
676 #define MTDPARTS_DEFAULT        "mtdparts=fe8000000.nor:1m(uboot),5m(kernel)," \
677                                 "128k(dtb),96m(fs),-(user);"\
678                                 "fff800000.flash:2m(uboot),9m(kernel),"\
679                                 "128k(dtb),96m(fs),-(user);spife110000.0:" \
680                                 "2m(uboot),9m(kernel),128k(dtb),-(user)"
681 #endif
682
683 /*
684  * Environment
685  */
686 #define CONFIG_LOADS_ECHO               /* echo on for serial download */
687 #define CONFIG_SYS_LOADS_BAUD_CHANGE    /* allow baudrate change */
688
689 /*
690  * Command line configuration.
691  */
692 #include <config_cmd_default.h>
693
694 #define CONFIG_CMD_DATE
695 #define CONFIG_CMD_DHCP
696 #define CONFIG_CMD_EEPROM
697 #define CONFIG_CMD_ELF
698 #define CONFIG_CMD_ERRATA
699 #define CONFIG_CMD_GREPENV
700 #define CONFIG_CMD_IRQ
701 #define CONFIG_CMD_I2C
702 #define CONFIG_CMD_MII
703 #define CONFIG_CMD_PING
704 #define CONFIG_CMD_REGINFO
705 #define CONFIG_CMD_SETEXPR
706
707 #ifdef CONFIG_PCI
708 #define CONFIG_CMD_PCI
709 #define CONFIG_CMD_NET
710 #endif
711
712 /*
713  * Miscellaneous configurable options
714  */
715 #define CONFIG_SYS_LONGHELP                     /* undef to save memory */
716 #define CONFIG_CMDLINE_EDITING                  /* Command-line editing */
717 #define CONFIG_AUTO_COMPLETE                    /* add autocompletion support */
718 #define CONFIG_SYS_LOAD_ADDR    0x2000000       /* default load address */
719 #define CONFIG_SYS_PROMPT       "=> "           /* Monitor Command Prompt */
720 #ifdef CONFIG_CMD_KGDB
721 #define CONFIG_SYS_CBSIZE       1024            /* Console I/O Buffer Size */
722 #else
723 #define CONFIG_SYS_CBSIZE       256             /* Console I/O Buffer Size */
724 #endif
725 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
726 #define CONFIG_SYS_MAXARGS      16              /* max number of command args */
727 #define CONFIG_SYS_BARGSIZE     CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
728
729 /*
730  * For booting Linux, the board info and command line data
731  * have to be in the first 64 MB of memory, since this is
732  * the maximum mapped by the Linux kernel during initialization.
733  */
734 #define CONFIG_SYS_BOOTMAPSZ    (64 << 20)      /* Initial map for Linux*/
735 #define CONFIG_SYS_BOOTM_LEN    (64 << 20)      /* Increase max gunzip size */
736
737 #ifdef CONFIG_CMD_KGDB
738 #define CONFIG_KGDB_BAUDRATE    230400  /* speed to run kgdb serial port */
739 #endif
740
741 /*
742  * Environment Configuration
743  */
744 #define CONFIG_ROOTPATH         "/opt/nfsroot"
745 #define CONFIG_BOOTFILE         "uImage"
746 #define CONFIG_UBOOTPATH        "u-boot.bin"    /* U-Boot image on TFTP server*/
747
748 /* default location for tftp and bootm */
749 #define CONFIG_LOADADDR         1000000
750
751 #define CONFIG_BOOTDELAY        10      /* -1 disables auto-boot */
752
753 #define CONFIG_BAUDRATE 115200
754
755 #define __USB_PHY_TYPE  utmi
756
757 #define CONFIG_EXTRA_ENV_SETTINGS                               \
758         "hwconfig=fsl_ddr:ctlr_intlv=cacheline,"                \
759         "bank_intlv=cs0_cs1;"                                   \
760         "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
761         "netdev=eth0\0"                                         \
762         "video-mode=fslfb:1024x768-32@60,monitor=dvi\0"         \
763         "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"             \
764         "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0"     \
765         "tftpflash=tftpboot $loadaddr $uboot && "               \
766         "protect off $ubootaddr +$filesize && "                 \
767         "erase $ubootaddr +$filesize && "                       \
768         "cp.b $loadaddr $ubootaddr $filesize && "               \
769         "protect on $ubootaddr +$filesize && "                  \
770         "cmp.b $loadaddr $ubootaddr $filesize\0"                \
771         "consoledev=ttyS0\0"                                    \
772         "ramdiskaddr=2000000\0"                                 \
773         "ramdiskfile=t1040qds/ramdisk.uboot\0"                  \
774         "fdtaddr=c00000\0"                                      \
775         "fdtfile=t1040qds/t1040qds.dtb\0"                       \
776         "bdev=sda3\0"
777
778 #define CONFIG_LINUX                       \
779         "setenv bootargs root=/dev/ram rw "            \
780         "console=$consoledev,$baudrate $othbootargs;"  \
781         "setenv ramdiskaddr 0x02000000;"               \
782         "setenv fdtaddr 0x00c00000;"                   \
783         "setenv loadaddr 0x1000000;"                   \
784         "bootm $loadaddr $ramdiskaddr $fdtaddr"
785
786 #define CONFIG_HDBOOT                                   \
787         "setenv bootargs root=/dev/$bdev rw "           \
788         "console=$consoledev,$baudrate $othbootargs;"   \
789         "tftp $loadaddr $bootfile;"                     \
790         "tftp $fdtaddr $fdtfile;"                       \
791         "bootm $loadaddr - $fdtaddr"
792
793 #define CONFIG_NFSBOOTCOMMAND                   \
794         "setenv bootargs root=/dev/nfs rw "     \
795         "nfsroot=$serverip:$rootpath "          \
796         "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
797         "console=$consoledev,$baudrate $othbootargs;"   \
798         "tftp $loadaddr $bootfile;"             \
799         "tftp $fdtaddr $fdtfile;"               \
800         "bootm $loadaddr - $fdtaddr"
801
802 #define CONFIG_RAMBOOTCOMMAND                           \
803         "setenv bootargs root=/dev/ram rw "             \
804         "console=$consoledev,$baudrate $othbootargs;"   \
805         "tftp $ramdiskaddr $ramdiskfile;"               \
806         "tftp $loadaddr $bootfile;"                     \
807         "tftp $fdtaddr $fdtfile;"                       \
808         "bootm $loadaddr $ramdiskaddr $fdtaddr"
809
810 #define CONFIG_BOOTCOMMAND              CONFIG_LINUX
811
812 #ifdef CONFIG_SECURE_BOOT
813 #include <asm/fsl_secure_boot.h>
814 #endif
815
816 #endif  /* __CONFIG_H */