Convert CONFIG_SYS_PMAN et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / T104xRDB.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Freescale Semiconductor, Inc.
4  * Copyright 2020-2021 NXP
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 #include <linux/stringify.h>
11
12 /*
13  * T104x RDB board configuration file
14  */
15 #include <asm/config_mpc85xx.h>
16
17 #ifdef CONFIG_RAMBOOT_PBL
18 #define RESET_VECTOR_OFFSET             0x27FFC
19 #define BOOT_PAGE_OFFSET                0x27000
20
21 #ifdef CONFIG_MTD_RAW_NAND
22 #ifdef CONFIG_NXP_ESBC
23 #define CONFIG_U_BOOT_HDR_SIZE          (16 << 10)
24 /*
25  * HDR would be appended at end of image and copied to DDR along
26  * with U-Boot image.
27  */
28 #define CFG_SYS_NAND_U_BOOT_SIZE        ((768 << 10) + \
29                                          CONFIG_U_BOOT_HDR_SIZE)
30 #else
31 #define CFG_SYS_NAND_U_BOOT_SIZE        (768 << 10)
32 #endif
33 #define CFG_SYS_NAND_U_BOOT_DST 0x30000000
34 #define CFG_SYS_NAND_U_BOOT_START       0x30000000
35 #endif
36
37 #ifdef CONFIG_SPIFLASH
38 #define CONFIG_RESET_VECTOR_ADDRESS             0x30000FFC
39 #define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE        (768 << 10)
40 #define CONFIG_SYS_SPI_FLASH_U_BOOT_DST         (0x30000000)
41 #define CONFIG_SYS_SPI_FLASH_U_BOOT_START       (0x30000000)
42 #define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS        (256 << 10)
43 #endif
44
45 #ifdef CONFIG_SDCARD
46 #define CONFIG_RESET_VECTOR_ADDRESS             0x30000FFC
47 #define CONFIG_SYS_MMC_U_BOOT_SIZE      (768 << 10)
48 #define CONFIG_SYS_MMC_U_BOOT_DST       (0x30000000)
49 #define CONFIG_SYS_MMC_U_BOOT_START     (0x30000000)
50 #define CONFIG_SYS_MMC_U_BOOT_OFFS      (260 << 10)
51 #endif
52
53 #endif
54
55 /* High Level Configuration Options */
56
57 #ifndef CONFIG_RESET_VECTOR_ADDRESS
58 #define CONFIG_RESET_VECTOR_ADDRESS     0xeffffffc
59 #endif
60
61 #define CFG_SYS_NUM_CPC         CONFIG_SYS_NUM_DDR_CTLRS
62
63 /*
64  * These can be toggled for performance analysis, otherwise use default.
65  */
66 #define CONFIG_SYS_INIT_L2CSR0          L2CSR0_L2E
67 #ifdef CONFIG_DDR_ECC
68 #define CONFIG_MEM_INIT_VALUE           0xdeadbeef
69 #endif
70
71 /*
72  *  Config the L3 Cache as L3 SRAM
73  */
74 #define CONFIG_SYS_INIT_L3_ADDR         0xFFFC0000
75 /*
76  * For Secure Boot CONFIG_SYS_INIT_L3_ADDR will be redefined and hence
77  * Physical address (CONFIG_SYS_INIT_L3_ADDR) and virtual address
78  * (CONFIG_SYS_INIT_L3_VADDR) will be different.
79  */
80 #define CONFIG_SYS_INIT_L3_VADDR        0xFFFC0000
81 #define SPL_ENV_ADDR                    (CONFIG_SPL_GD_ADDR + 4 * 1024)
82
83 #define CONFIG_SYS_DCSRBAR              0xf0000000
84 #define CONFIG_SYS_DCSRBAR_PHYS         0xf00000000ull
85
86 /*
87  * DDR Setup
88  */
89 #define CONFIG_VERY_BIG_RAM
90 #define CONFIG_SYS_DDR_SDRAM_BASE       0x00000000
91 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_SDRAM_BASE
92
93 #define SPD_EEPROM_ADDRESS      0x51
94
95 #define CONFIG_SYS_SDRAM_SIZE   4096    /* for fixed parameter use */
96
97 /*
98  * IFC Definitions
99  */
100 #define CONFIG_SYS_FLASH_BASE   0xe8000000
101 #define CONFIG_SYS_FLASH_BASE_PHYS      (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
102
103 #define CFG_SYS_NOR_CSPR_EXT    (0xf)
104 #define CFG_SYS_NOR_CSPR        (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE) | \
105                                 CSPR_PORT_SIZE_16 | \
106                                 CSPR_MSEL_NOR | \
107                                 CSPR_V)
108 #define CFG_SYS_NOR_AMASK       IFC_AMASK(128*1024*1024)
109
110 /*
111  * TDM Definition
112  */
113 #define T1040_TDM_QUIRK_CCSR_BASE       0xfe000000
114
115 /* NOR Flash Timing Params */
116 #define CFG_SYS_NOR_CSOR        CSOR_NAND_TRHZ_80
117 #define CFG_SYS_NOR_FTIM0       (FTIM0_NOR_TACSE(0x4) | \
118                                 FTIM0_NOR_TEADC(0x5) | \
119                                 FTIM0_NOR_TEAHC(0x5))
120 #define CFG_SYS_NOR_FTIM1       (FTIM1_NOR_TACO(0x35) | \
121                                 FTIM1_NOR_TRAD_NOR(0x1A) |\
122                                 FTIM1_NOR_TSEQRAD_NOR(0x13))
123 #define CFG_SYS_NOR_FTIM2       (FTIM2_NOR_TCS(0x4) | \
124                                 FTIM2_NOR_TCH(0x4) | \
125                                 FTIM2_NOR_TWPH(0x0E) | \
126                                 FTIM2_NOR_TWP(0x1c))
127 #define CFG_SYS_NOR_FTIM3       0x0
128
129 #define CONFIG_FLASH_SHOW_PROGRESS      45 /* count down from 45/5: 9..1 */
130
131 #define CONFIG_SYS_FLASH_BANKS_LIST     {CONFIG_SYS_FLASH_BASE_PHYS}
132
133 /* CPLD on IFC */
134 #define CPLD_LBMAP_MASK                 0x3F
135 #define CPLD_BANK_SEL_MASK              0x07
136 #define CPLD_BANK_OVERRIDE              0x40
137 #define CPLD_LBMAP_ALTBANK              0x44 /* BANK OR | BANK 4 */
138 #define CPLD_LBMAP_DFLTBANK             0x40 /* BANK OR | BANK0 */
139 #define CPLD_LBMAP_RESET                0xFF
140 #define CPLD_LBMAP_SHIFT                0x03
141
142 #if defined(CONFIG_TARGET_T1042RDB_PI)
143 #define CPLD_DIU_SEL_DFP                0x80
144 #elif defined(CONFIG_TARGET_T1042D4RDB)
145 #define CPLD_DIU_SEL_DFP                0xc0
146 #endif
147
148 #if defined(CONFIG_TARGET_T1040D4RDB)
149 #define CPLD_INT_MASK_ALL               0xFF
150 #define CPLD_INT_MASK_THERM             0x80
151 #define CPLD_INT_MASK_DVI_DFP           0x40
152 #define CPLD_INT_MASK_QSGMII1           0x20
153 #define CPLD_INT_MASK_QSGMII2           0x10
154 #define CPLD_INT_MASK_SGMI1             0x08
155 #define CPLD_INT_MASK_SGMI2             0x04
156 #define CPLD_INT_MASK_TDMR1             0x02
157 #define CPLD_INT_MASK_TDMR2             0x01
158 #endif
159
160 #define CONFIG_SYS_CPLD_BASE    0xffdf0000
161 #define CONFIG_SYS_CPLD_BASE_PHYS       (0xf00000000ull | CONFIG_SYS_CPLD_BASE)
162 #define CONFIG_SYS_CSPR2_EXT    (0xf)
163 #define CONFIG_SYS_CSPR2        (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
164                                 | CSPR_PORT_SIZE_8 \
165                                 | CSPR_MSEL_GPCM \
166                                 | CSPR_V)
167 #define CONFIG_SYS_AMASK2       IFC_AMASK(64*1024)
168 #define CONFIG_SYS_CSOR2        0x0
169 /* CPLD Timing parameters for IFC CS2 */
170 #define CONFIG_SYS_CS2_FTIM0            (FTIM0_GPCM_TACSE(0x0e) | \
171                                         FTIM0_GPCM_TEADC(0x0e) | \
172                                         FTIM0_GPCM_TEAHC(0x0e))
173 #define CONFIG_SYS_CS2_FTIM1            (FTIM1_GPCM_TACO(0x0e) | \
174                                         FTIM1_GPCM_TRAD(0x1f))
175 #define CONFIG_SYS_CS2_FTIM2            (FTIM2_GPCM_TCS(0x0e) | \
176                                         FTIM2_GPCM_TCH(0x8) | \
177                                         FTIM2_GPCM_TWP(0x1f))
178 #define CONFIG_SYS_CS2_FTIM3            0x0
179
180 /* NAND Flash on IFC */
181 #define CFG_SYS_NAND_BASE               0xff800000
182 #define CFG_SYS_NAND_BASE_PHYS  (0xf00000000ull | CFG_SYS_NAND_BASE)
183
184 #define CFG_SYS_NAND_CSPR_EXT   (0xf)
185 #define CFG_SYS_NAND_CSPR       (CSPR_PHYS_ADDR(CFG_SYS_NAND_BASE_PHYS) \
186                                 | CSPR_PORT_SIZE_8 /* Port Size = 8 bit */ \
187                                 | CSPR_MSEL_NAND        /* MSEL = NAND */ \
188                                 | CSPR_V)
189 #define CFG_SYS_NAND_AMASK      IFC_AMASK(64*1024)
190
191 #define CFG_SYS_NAND_CSOR    (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
192                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
193                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
194                                 | CSOR_NAND_RAL_3       /* RAL = 3Byes */ \
195                                 | CSOR_NAND_PGS_4K      /* Page Size = 4K */ \
196                                 | CSOR_NAND_SPRZ_224/* Spare size = 224 */ \
197                                 | CSOR_NAND_PB(64))     /*Pages Per Block = 64*/
198
199 /* ONFI NAND Flash mode0 Timing Params */
200 #define CFG_SYS_NAND_FTIM0              (FTIM0_NAND_TCCST(0x07) | \
201                                         FTIM0_NAND_TWP(0x18)   | \
202                                         FTIM0_NAND_TWCHT(0x07) | \
203                                         FTIM0_NAND_TWH(0x0a))
204 #define CFG_SYS_NAND_FTIM1              (FTIM1_NAND_TADLE(0x32) | \
205                                         FTIM1_NAND_TWBE(0x39)  | \
206                                         FTIM1_NAND_TRR(0x0e)   | \
207                                         FTIM1_NAND_TRP(0x18))
208 #define CFG_SYS_NAND_FTIM2              (FTIM2_NAND_TRAD(0x0f) | \
209                                         FTIM2_NAND_TREH(0x0a) | \
210                                         FTIM2_NAND_TWHRE(0x1e))
211 #define CFG_SYS_NAND_FTIM3              0x0
212
213 #define CFG_SYS_NAND_BASE_LIST  { CFG_SYS_NAND_BASE }
214
215 #if defined(CONFIG_MTD_RAW_NAND)
216 #define CONFIG_SYS_CSPR0_EXT            CFG_SYS_NAND_CSPR_EXT
217 #define CONFIG_SYS_CSPR0                CFG_SYS_NAND_CSPR
218 #define CONFIG_SYS_AMASK0               CFG_SYS_NAND_AMASK
219 #define CONFIG_SYS_CSOR0                CFG_SYS_NAND_CSOR
220 #define CONFIG_SYS_CS0_FTIM0            CFG_SYS_NAND_FTIM0
221 #define CONFIG_SYS_CS0_FTIM1            CFG_SYS_NAND_FTIM1
222 #define CONFIG_SYS_CS0_FTIM2            CFG_SYS_NAND_FTIM2
223 #define CONFIG_SYS_CS0_FTIM3            CFG_SYS_NAND_FTIM3
224 #define CONFIG_SYS_CSPR1_EXT            CFG_SYS_NOR_CSPR_EXT
225 #define CONFIG_SYS_CSPR1                CFG_SYS_NOR_CSPR
226 #define CONFIG_SYS_AMASK1               CFG_SYS_NOR_AMASK
227 #define CONFIG_SYS_CSOR1                CFG_SYS_NOR_CSOR
228 #define CONFIG_SYS_CS1_FTIM0            CFG_SYS_NOR_FTIM0
229 #define CONFIG_SYS_CS1_FTIM1            CFG_SYS_NOR_FTIM1
230 #define CONFIG_SYS_CS1_FTIM2            CFG_SYS_NOR_FTIM2
231 #define CONFIG_SYS_CS1_FTIM3            CFG_SYS_NOR_FTIM3
232 #else
233 #define CONFIG_SYS_CSPR0_EXT            CFG_SYS_NOR_CSPR_EXT
234 #define CONFIG_SYS_CSPR0                CFG_SYS_NOR_CSPR
235 #define CONFIG_SYS_AMASK0               CFG_SYS_NOR_AMASK
236 #define CONFIG_SYS_CSOR0                CFG_SYS_NOR_CSOR
237 #define CONFIG_SYS_CS0_FTIM0            CFG_SYS_NOR_FTIM0
238 #define CONFIG_SYS_CS0_FTIM1            CFG_SYS_NOR_FTIM1
239 #define CONFIG_SYS_CS0_FTIM2            CFG_SYS_NOR_FTIM2
240 #define CONFIG_SYS_CS0_FTIM3            CFG_SYS_NOR_FTIM3
241 #define CONFIG_SYS_CSPR1_EXT            CFG_SYS_NAND_CSPR_EXT
242 #define CONFIG_SYS_CSPR1                CFG_SYS_NAND_CSPR
243 #define CONFIG_SYS_AMASK1               CFG_SYS_NAND_AMASK
244 #define CONFIG_SYS_CSOR1                CFG_SYS_NAND_CSOR
245 #define CONFIG_SYS_CS1_FTIM0            CFG_SYS_NAND_FTIM0
246 #define CONFIG_SYS_CS1_FTIM1            CFG_SYS_NAND_FTIM1
247 #define CONFIG_SYS_CS1_FTIM2            CFG_SYS_NAND_FTIM2
248 #define CONFIG_SYS_CS1_FTIM3            CFG_SYS_NAND_FTIM3
249 #endif
250
251 #define CONFIG_HWCONFIG
252
253 /* define to use L1 as initial stack */
254 #define CONFIG_L1_INIT_RAM
255 #define CONFIG_SYS_INIT_RAM_ADDR        0xfdd00000      /* Initial L1 address */
256 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH      0xf
257 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW       0xfe03c000
258 /* The assembler doesn't like typecast */
259 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
260         ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
261           CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
262 #define CONFIG_SYS_INIT_RAM_SIZE                0x00004000
263
264 #define CONFIG_SYS_INIT_SP_OFFSET       (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
265
266 /* Serial Port - controlled on board with jumper J8
267  * open - index 2
268  * shorted - index 1
269  */
270 #define CFG_SYS_NS16550_CLK             (get_bus_freq(0)/2)
271
272 #define CONFIG_SYS_BAUDRATE_TABLE       \
273         {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
274
275 #define CFG_SYS_NS16550_COM1    (CONFIG_SYS_CCSRBAR+0x11C500)
276 #define CFG_SYS_NS16550_COM2    (CONFIG_SYS_CCSRBAR+0x11C600)
277 #define CFG_SYS_NS16550_COM3    (CONFIG_SYS_CCSRBAR+0x11D500)
278 #define CFG_SYS_NS16550_COM4    (CONFIG_SYS_CCSRBAR+0x11D600)
279
280 /* I2C bus multiplexer */
281 #define I2C_MUX_PCA_ADDR                0x70
282 #define I2C_MUX_CH_DEFAULT      0x8
283
284 #if defined(CONFIG_TARGET_T1042RDB_PI)  || \
285         defined(CONFIG_TARGET_T1040D4RDB)       || \
286         defined(CONFIG_TARGET_T1042D4RDB)
287 /*
288  * RTC configuration
289  */
290 #define RTC
291 #define CONFIG_RTC_DS1337               1
292 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
293
294 /*DVI encoder*/
295 #define CONFIG_HDMI_ENCODER_I2C_ADDR  0x75
296 #endif
297
298 /*
299  * eSPI - Enhanced SPI
300  */
301
302 /*
303  * General PCI
304  * Memory space is mapped 1-1, but I/O space must start from 0.
305  */
306
307 #ifdef CONFIG_PCI
308 /* controller 1, direct to uli, tgtid 3, Base address 20000 */
309 #ifdef CONFIG_PCIE1
310 #define CFG_SYS_PCIE1_MEM_VIRT  0x80000000
311 #define CFG_SYS_PCIE1_MEM_PHYS  0xc00000000ull
312 #define CFG_SYS_PCIE1_IO_VIRT   0xf8000000
313 #define CFG_SYS_PCIE1_IO_PHYS   0xff8000000ull
314 #endif
315
316 /* controller 2, Slot 2, tgtid 2, Base address 201000 */
317 #ifdef CONFIG_PCIE2
318 #define CFG_SYS_PCIE2_MEM_VIRT  0x90000000
319 #define CFG_SYS_PCIE2_MEM_PHYS  0xc10000000ull
320 #define CFG_SYS_PCIE2_IO_VIRT   0xf8010000
321 #define CFG_SYS_PCIE2_IO_PHYS   0xff8010000ull
322 #endif
323
324 /* controller 3, Slot 1, tgtid 1, Base address 202000 */
325 #ifdef CONFIG_PCIE3
326 #define CFG_SYS_PCIE3_MEM_VIRT  0xa0000000
327 #define CFG_SYS_PCIE3_MEM_PHYS  0xc20000000ull
328 #endif
329
330 /* controller 4, Base address 203000 */
331 #ifdef CONFIG_PCIE4
332 #define CFG_SYS_PCIE4_MEM_VIRT  0xb0000000
333 #define CFG_SYS_PCIE4_MEM_PHYS  0xc30000000ull
334 #endif
335 #endif  /* CONFIG_PCI */
336
337 /*
338 * USB
339 */
340
341 #ifdef CONFIG_MMC
342 #define CFG_SYS_FSL_ESDHC_ADDR       CFG_SYS_MPC85xx_ESDHC_ADDR
343 #endif
344
345 /* Qman/Bman */
346 #ifndef CONFIG_NOBQFMAN
347 #define CONFIG_SYS_BMAN_NUM_PORTALS     10
348 #define CONFIG_SYS_BMAN_MEM_BASE        0xf4000000
349 #define CONFIG_SYS_BMAN_MEM_PHYS        0xff4000000ull
350 #define CONFIG_SYS_BMAN_MEM_SIZE        0x02000000
351 #define CONFIG_SYS_BMAN_SP_CENA_SIZE    0x4000
352 #define CONFIG_SYS_BMAN_SP_CINH_SIZE    0x1000
353 #define CONFIG_SYS_BMAN_CENA_BASE       CONFIG_SYS_BMAN_MEM_BASE
354 #define CONFIG_SYS_BMAN_CENA_SIZE       (CONFIG_SYS_BMAN_MEM_SIZE >> 1)
355 #define CONFIG_SYS_BMAN_CINH_BASE       (CONFIG_SYS_BMAN_MEM_BASE + \
356                                         CONFIG_SYS_BMAN_CENA_SIZE)
357 #define CONFIG_SYS_BMAN_CINH_SIZE       (CONFIG_SYS_BMAN_MEM_SIZE >> 1)
358 #define CONFIG_SYS_BMAN_SWP_ISDR_REG    0xE08
359 #define CONFIG_SYS_QMAN_NUM_PORTALS     10
360 #define CONFIG_SYS_QMAN_MEM_BASE        0xf6000000
361 #define CONFIG_SYS_QMAN_MEM_PHYS        0xff6000000ull
362 #define CONFIG_SYS_QMAN_MEM_SIZE        0x02000000
363 #define CONFIG_SYS_QMAN_SP_CINH_SIZE    0x1000
364 #define CONFIG_SYS_QMAN_CENA_SIZE       (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
365 #define CONFIG_SYS_QMAN_CINH_BASE       (CONFIG_SYS_QMAN_MEM_BASE + \
366                                         CONFIG_SYS_QMAN_CENA_SIZE)
367 #define CONFIG_SYS_QMAN_CINH_SIZE       (CONFIG_SYS_QMAN_MEM_SIZE >> 1)
368 #define CONFIG_SYS_QMAN_SWP_ISDR_REG    0xE08
369 #endif /* CONFIG_NOBQFMAN */
370
371 #ifdef CONFIG_FMAN_ENET
372 #if defined(CONFIG_TARGET_T1040RDB) || defined(CONFIG_TARGET_T1042RDB)
373 #define CONFIG_SYS_SGMII1_PHY_ADDR             0x03
374 #elif defined(CONFIG_TARGET_T1040D4RDB)
375 #define CONFIG_SYS_SGMII1_PHY_ADDR             0x01
376 #elif defined(CONFIG_TARGET_T1042D4RDB)
377 #define CONFIG_SYS_SGMII1_PHY_ADDR             0x02
378 #define CONFIG_SYS_SGMII2_PHY_ADDR             0x03
379 #define CONFIG_SYS_SGMII3_PHY_ADDR             0x01
380 #endif
381
382 #if defined(CONFIG_TARGET_T1040D4RDB) || defined(CONFIG_TARGET_T1042D4RDB)
383 #define CONFIG_SYS_RGMII1_PHY_ADDR             0x04
384 #define CONFIG_SYS_RGMII2_PHY_ADDR             0x05
385 #else
386 #define CONFIG_SYS_RGMII1_PHY_ADDR             0x01
387 #define CONFIG_SYS_RGMII2_PHY_ADDR             0x02
388 #endif
389
390 /* Enable VSC9953 L2 Switch driver on T1040 SoC */
391 #if defined(CONFIG_TARGET_T1040RDB) || defined(CONFIG_TARGET_T1040D4RDB)
392 #define CONFIG_VSC9953
393 #ifdef CONFIG_TARGET_T1040RDB
394 #define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR        0x04
395 #define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR        0x08
396 #else
397 #define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR        0x08
398 #define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR        0x0c
399 #endif
400 #endif
401 #endif
402
403 /*
404  * Miscellaneous configurable options
405  */
406
407 /*
408  * For booting Linux, the board info and command line data
409  * have to be in the first 64 MB of memory, since this is
410  * the maximum mapped by the Linux kernel during initialization.
411  */
412 #define CONFIG_SYS_BOOTMAPSZ    (64 << 20)      /* Initial map for Linux*/
413
414 /*
415  * Dynamic MTD Partition support with mtdparts
416  */
417
418 /*
419  * Environment Configuration
420  */
421 #define CONFIG_ROOTPATH         "/opt/nfsroot"
422 #define CONFIG_UBOOTPATH        "u-boot.bin"    /* U-Boot image on TFTP server*/
423
424 #define __USB_PHY_TYPE  utmi
425 #define RAMDISKFILE     "t104xrdb/ramdisk.uboot"
426
427 #ifdef CONFIG_TARGET_T1040RDB
428 #define FDTFILE         "t1040rdb/t1040rdb.dtb"
429 #elif defined(CONFIG_TARGET_T1042RDB_PI)
430 #define FDTFILE         "t1042rdb_pi/t1042rdb_pi.dtb"
431 #elif defined(CONFIG_TARGET_T1042RDB)
432 #define FDTFILE         "t1042rdb/t1042rdb.dtb"
433 #elif defined(CONFIG_TARGET_T1040D4RDB)
434 #define FDTFILE         "t1042rdb/t1040d4rdb.dtb"
435 #elif defined(CONFIG_TARGET_T1042D4RDB)
436 #define FDTFILE         "t1042rdb/t1042d4rdb.dtb"
437 #endif
438
439 #define CONFIG_EXTRA_ENV_SETTINGS                               \
440         "hwconfig=fsl_ddr:bank_intlv=cs0_cs1;"                  \
441         "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
442         "usb2:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
443         "netdev=eth0\0"                                         \
444         "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"             \
445         "ubootaddr=" __stringify(CONFIG_TEXT_BASE) "\0" \
446         "tftpflash=tftpboot $loadaddr $uboot && "               \
447         "protect off $ubootaddr +$filesize && "                 \
448         "erase $ubootaddr +$filesize && "                       \
449         "cp.b $loadaddr $ubootaddr $filesize && "               \
450         "protect on $ubootaddr +$filesize && "                  \
451         "cmp.b $loadaddr $ubootaddr $filesize\0"                \
452         "consoledev=ttyS0\0"                                    \
453         "ramdiskaddr=2000000\0"                                 \
454         "ramdiskfile=" __stringify(RAMDISKFILE) "\0"            \
455         "fdtaddr=1e00000\0"                                     \
456         "fdtfile=" __stringify(FDTFILE) "\0"                    \
457         "bdev=sda3\0"
458
459 #include <asm/fsl_secure_boot.h>
460
461 #endif  /* __CONFIG_H */