Convert CONFIG_RTC_DS1337 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 CFG_SYS_SPI_FLASH_U_BOOT_SIZE   (768 << 10)
40 #define CFG_SYS_SPI_FLASH_U_BOOT_DST            (0x30000000)
41 #define CFG_SYS_SPI_FLASH_U_BOOT_START  (0x30000000)
42 #define CFG_SYS_SPI_FLASH_U_BOOT_OFFS   (256 << 10)
43 #endif
44
45 #ifdef CONFIG_SDCARD
46 #define CONFIG_RESET_VECTOR_ADDRESS             0x30000FFC
47 #define CFG_SYS_MMC_U_BOOT_SIZE (768 << 10)
48 #define CFG_SYS_MMC_U_BOOT_DST  (0x30000000)
49 #define CFG_SYS_MMC_U_BOOT_START        (0x30000000)
50 #define CFG_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 CFG_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 CFG_SYS_INIT_L3_ADDR            0xFFFC0000
75 /*
76  * For Secure Boot CFG_SYS_INIT_L3_ADDR will be redefined and hence
77  * Physical address (CFG_SYS_INIT_L3_ADDR) and virtual address
78  * (CFG_SYS_INIT_L3_VADDR) will be different.
79  */
80 #define CFG_SYS_INIT_L3_VADDR   0xFFFC0000
81 #define SPL_ENV_ADDR                    (CONFIG_SPL_GD_ADDR + 4 * 1024)
82
83 #define CFG_SYS_DCSRBAR         0xf0000000
84 #define CFG_SYS_DCSRBAR_PHYS            0xf00000000ull
85
86 /*
87  * DDR Setup
88  */
89 #define CONFIG_VERY_BIG_RAM
90 #define CFG_SYS_DDR_SDRAM_BASE  0x00000000
91 #define CFG_SYS_SDRAM_BASE              CFG_SYS_DDR_SDRAM_BASE
92
93 #define SPD_EEPROM_ADDRESS      0x51
94
95 #define CFG_SYS_SDRAM_SIZE      4096    /* for fixed parameter use */
96
97 /*
98  * IFC Definitions
99  */
100 #define CFG_SYS_FLASH_BASE      0xe8000000
101 #define CFG_SYS_FLASH_BASE_PHYS (0xf00000000ull | CFG_SYS_FLASH_BASE)
102
103 #define CFG_SYS_NOR_CSPR_EXT    (0xf)
104 #define CFG_SYS_NOR_CSPR        (CSPR_PHYS_ADDR(CFG_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 CFG_SYS_FLASH_BANKS_LIST        {CFG_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 CFG_SYS_CPLD_BASE       0xffdf0000
161 #define CFG_SYS_CPLD_BASE_PHYS  (0xf00000000ull | CFG_SYS_CPLD_BASE)
162 #define CFG_SYS_CSPR2_EXT       (0xf)
163 #define CFG_SYS_CSPR2   (CSPR_PHYS_ADDR(CFG_SYS_CPLD_BASE_PHYS) \
164                                 | CSPR_PORT_SIZE_8 \
165                                 | CSPR_MSEL_GPCM \
166                                 | CSPR_V)
167 #define CFG_SYS_AMASK2  IFC_AMASK(64*1024)
168 #define CFG_SYS_CSOR2   0x0
169 /* CPLD Timing parameters for IFC CS2 */
170 #define CFG_SYS_CS2_FTIM0               (FTIM0_GPCM_TACSE(0x0e) | \
171                                         FTIM0_GPCM_TEADC(0x0e) | \
172                                         FTIM0_GPCM_TEAHC(0x0e))
173 #define CFG_SYS_CS2_FTIM1               (FTIM1_GPCM_TACO(0x0e) | \
174                                         FTIM1_GPCM_TRAD(0x1f))
175 #define CFG_SYS_CS2_FTIM2               (FTIM2_GPCM_TCS(0x0e) | \
176                                         FTIM2_GPCM_TCH(0x8) | \
177                                         FTIM2_GPCM_TWP(0x1f))
178 #define CFG_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 CFG_SYS_CSPR0_EXT               CFG_SYS_NAND_CSPR_EXT
217 #define CFG_SYS_CSPR0           CFG_SYS_NAND_CSPR
218 #define CFG_SYS_AMASK0          CFG_SYS_NAND_AMASK
219 #define CFG_SYS_CSOR0           CFG_SYS_NAND_CSOR
220 #define CFG_SYS_CS0_FTIM0               CFG_SYS_NAND_FTIM0
221 #define CFG_SYS_CS0_FTIM1               CFG_SYS_NAND_FTIM1
222 #define CFG_SYS_CS0_FTIM2               CFG_SYS_NAND_FTIM2
223 #define CFG_SYS_CS0_FTIM3               CFG_SYS_NAND_FTIM3
224 #define CFG_SYS_CSPR1_EXT               CFG_SYS_NOR_CSPR_EXT
225 #define CFG_SYS_CSPR1           CFG_SYS_NOR_CSPR
226 #define CFG_SYS_AMASK1          CFG_SYS_NOR_AMASK
227 #define CFG_SYS_CSOR1           CFG_SYS_NOR_CSOR
228 #define CFG_SYS_CS1_FTIM0               CFG_SYS_NOR_FTIM0
229 #define CFG_SYS_CS1_FTIM1               CFG_SYS_NOR_FTIM1
230 #define CFG_SYS_CS1_FTIM2               CFG_SYS_NOR_FTIM2
231 #define CFG_SYS_CS1_FTIM3               CFG_SYS_NOR_FTIM3
232 #else
233 #define CFG_SYS_CSPR0_EXT               CFG_SYS_NOR_CSPR_EXT
234 #define CFG_SYS_CSPR0           CFG_SYS_NOR_CSPR
235 #define CFG_SYS_AMASK0          CFG_SYS_NOR_AMASK
236 #define CFG_SYS_CSOR0           CFG_SYS_NOR_CSOR
237 #define CFG_SYS_CS0_FTIM0               CFG_SYS_NOR_FTIM0
238 #define CFG_SYS_CS0_FTIM1               CFG_SYS_NOR_FTIM1
239 #define CFG_SYS_CS0_FTIM2               CFG_SYS_NOR_FTIM2
240 #define CFG_SYS_CS0_FTIM3               CFG_SYS_NOR_FTIM3
241 #define CFG_SYS_CSPR1_EXT               CFG_SYS_NAND_CSPR_EXT
242 #define CFG_SYS_CSPR1           CFG_SYS_NAND_CSPR
243 #define CFG_SYS_AMASK1          CFG_SYS_NAND_AMASK
244 #define CFG_SYS_CSOR1           CFG_SYS_NAND_CSOR
245 #define CFG_SYS_CS1_FTIM0               CFG_SYS_NAND_FTIM0
246 #define CFG_SYS_CS1_FTIM1               CFG_SYS_NAND_FTIM1
247 #define CFG_SYS_CS1_FTIM2               CFG_SYS_NAND_FTIM2
248 #define CFG_SYS_CS1_FTIM3               CFG_SYS_NAND_FTIM3
249 #endif
250
251 /* define to use L1 as initial stack */
252 #define CONFIG_L1_INIT_RAM
253 #define CFG_SYS_INIT_RAM_ADDR   0xfdd00000      /* Initial L1 address */
254 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
255 #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW  0xfe03c000
256 /* The assembler doesn't like typecast */
257 #define CFG_SYS_INIT_RAM_ADDR_PHYS \
258         ((CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
259           CFG_SYS_INIT_RAM_ADDR_PHYS_LOW)
260 #define CFG_SYS_INIT_RAM_SIZE           0x00004000
261
262 #define CFG_SYS_INIT_SP_OFFSET  (CFG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
263
264 /* Serial Port - controlled on board with jumper J8
265  * open - index 2
266  * shorted - index 1
267  */
268 #define CFG_SYS_NS16550_CLK             (get_bus_freq(0)/2)
269
270 #define CFG_SYS_BAUDRATE_TABLE  \
271         {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
272
273 #define CFG_SYS_NS16550_COM1    (CFG_SYS_CCSRBAR+0x11C500)
274 #define CFG_SYS_NS16550_COM2    (CFG_SYS_CCSRBAR+0x11C600)
275 #define CFG_SYS_NS16550_COM3    (CFG_SYS_CCSRBAR+0x11D500)
276 #define CFG_SYS_NS16550_COM4    (CFG_SYS_CCSRBAR+0x11D600)
277
278 /* I2C bus multiplexer */
279 #define I2C_MUX_PCA_ADDR                0x70
280 #define I2C_MUX_CH_DEFAULT      0x8
281
282 #if defined(CONFIG_TARGET_T1042RDB_PI)  || \
283         defined(CONFIG_TARGET_T1040D4RDB)       || \
284         defined(CONFIG_TARGET_T1042D4RDB)
285 /*
286  * RTC configuration
287  */
288 #define CFG_SYS_I2C_RTC_ADDR         0x68
289
290 /*DVI encoder*/
291 #define CONFIG_HDMI_ENCODER_I2C_ADDR  0x75
292 #endif
293
294 /*
295  * eSPI - Enhanced SPI
296  */
297
298 /*
299  * General PCI
300  * Memory space is mapped 1-1, but I/O space must start from 0.
301  */
302
303 #ifdef CONFIG_PCI
304 /* controller 1, direct to uli, tgtid 3, Base address 20000 */
305 #ifdef CONFIG_PCIE1
306 #define CFG_SYS_PCIE1_MEM_VIRT  0x80000000
307 #define CFG_SYS_PCIE1_MEM_PHYS  0xc00000000ull
308 #define CFG_SYS_PCIE1_IO_VIRT   0xf8000000
309 #define CFG_SYS_PCIE1_IO_PHYS   0xff8000000ull
310 #endif
311
312 /* controller 2, Slot 2, tgtid 2, Base address 201000 */
313 #ifdef CONFIG_PCIE2
314 #define CFG_SYS_PCIE2_MEM_VIRT  0x90000000
315 #define CFG_SYS_PCIE2_MEM_PHYS  0xc10000000ull
316 #define CFG_SYS_PCIE2_IO_VIRT   0xf8010000
317 #define CFG_SYS_PCIE2_IO_PHYS   0xff8010000ull
318 #endif
319
320 /* controller 3, Slot 1, tgtid 1, Base address 202000 */
321 #ifdef CONFIG_PCIE3
322 #define CFG_SYS_PCIE3_MEM_VIRT  0xa0000000
323 #define CFG_SYS_PCIE3_MEM_PHYS  0xc20000000ull
324 #endif
325
326 /* controller 4, Base address 203000 */
327 #ifdef CONFIG_PCIE4
328 #define CFG_SYS_PCIE4_MEM_VIRT  0xb0000000
329 #define CFG_SYS_PCIE4_MEM_PHYS  0xc30000000ull
330 #endif
331 #endif  /* CONFIG_PCI */
332
333 /*
334 * USB
335 */
336
337 #ifdef CONFIG_MMC
338 #define CFG_SYS_FSL_ESDHC_ADDR       CFG_SYS_MPC85xx_ESDHC_ADDR
339 #endif
340
341 /* Qman/Bman */
342 #ifndef CONFIG_NOBQFMAN
343 #define CFG_SYS_BMAN_NUM_PORTALS        10
344 #define CFG_SYS_BMAN_MEM_BASE   0xf4000000
345 #define CFG_SYS_BMAN_MEM_PHYS   0xff4000000ull
346 #define CFG_SYS_BMAN_MEM_SIZE   0x02000000
347 #define CFG_SYS_BMAN_SP_CENA_SIZE    0x4000
348 #define CFG_SYS_BMAN_SP_CINH_SIZE    0x1000
349 #define CFG_SYS_BMAN_CENA_BASE       CFG_SYS_BMAN_MEM_BASE
350 #define CFG_SYS_BMAN_CENA_SIZE       (CFG_SYS_BMAN_MEM_SIZE >> 1)
351 #define CFG_SYS_BMAN_CINH_BASE       (CFG_SYS_BMAN_MEM_BASE + \
352                                         CFG_SYS_BMAN_CENA_SIZE)
353 #define CFG_SYS_BMAN_CINH_SIZE       (CFG_SYS_BMAN_MEM_SIZE >> 1)
354 #define CFG_SYS_BMAN_SWP_ISDR_REG       0xE08
355 #define CFG_SYS_QMAN_NUM_PORTALS        10
356 #define CFG_SYS_QMAN_MEM_BASE   0xf6000000
357 #define CFG_SYS_QMAN_MEM_PHYS   0xff6000000ull
358 #define CFG_SYS_QMAN_MEM_SIZE   0x02000000
359 #define CFG_SYS_QMAN_SP_CINH_SIZE    0x1000
360 #define CFG_SYS_QMAN_CENA_SIZE       (CFG_SYS_QMAN_MEM_SIZE >> 1)
361 #define CFG_SYS_QMAN_CINH_BASE       (CFG_SYS_QMAN_MEM_BASE + \
362                                         CFG_SYS_QMAN_CENA_SIZE)
363 #define CFG_SYS_QMAN_CINH_SIZE       (CFG_SYS_QMAN_MEM_SIZE >> 1)
364 #define CFG_SYS_QMAN_SWP_ISDR_REG       0xE08
365 #endif /* CONFIG_NOBQFMAN */
366
367 #ifdef CONFIG_FMAN_ENET
368 #if defined(CONFIG_TARGET_T1040RDB) || defined(CONFIG_TARGET_T1042RDB)
369 #define CFG_SYS_SGMII1_PHY_ADDR             0x03
370 #elif defined(CONFIG_TARGET_T1040D4RDB)
371 #define CFG_SYS_SGMII1_PHY_ADDR             0x01
372 #elif defined(CONFIG_TARGET_T1042D4RDB)
373 #define CFG_SYS_SGMII1_PHY_ADDR             0x02
374 #define CFG_SYS_SGMII2_PHY_ADDR             0x03
375 #define CFG_SYS_SGMII3_PHY_ADDR             0x01
376 #endif
377
378 #if defined(CONFIG_TARGET_T1040D4RDB) || defined(CONFIG_TARGET_T1042D4RDB)
379 #define CFG_SYS_RGMII1_PHY_ADDR             0x04
380 #define CFG_SYS_RGMII2_PHY_ADDR             0x05
381 #else
382 #define CFG_SYS_RGMII1_PHY_ADDR             0x01
383 #define CFG_SYS_RGMII2_PHY_ADDR             0x02
384 #endif
385
386 /* Enable VSC9953 L2 Switch driver on T1040 SoC */
387 #if defined(CONFIG_TARGET_T1040RDB) || defined(CONFIG_TARGET_T1040D4RDB)
388 #define CONFIG_VSC9953
389 #ifdef CONFIG_TARGET_T1040RDB
390 #define CFG_SYS_FM1_QSGMII11_PHY_ADDR   0x04
391 #define CFG_SYS_FM1_QSGMII21_PHY_ADDR   0x08
392 #else
393 #define CFG_SYS_FM1_QSGMII11_PHY_ADDR   0x08
394 #define CFG_SYS_FM1_QSGMII21_PHY_ADDR   0x0c
395 #endif
396 #endif
397 #endif
398
399 /*
400  * Miscellaneous configurable options
401  */
402
403 /*
404  * For booting Linux, the board info and command line data
405  * have to be in the first 64 MB of memory, since this is
406  * the maximum mapped by the Linux kernel during initialization.
407  */
408 #define CFG_SYS_BOOTMAPSZ       (64 << 20)      /* Initial map for Linux*/
409
410 /*
411  * Dynamic MTD Partition support with mtdparts
412  */
413
414 /*
415  * Environment Configuration
416  */
417 #define CONFIG_ROOTPATH         "/opt/nfsroot"
418 #define CONFIG_UBOOTPATH        "u-boot.bin"    /* U-Boot image on TFTP server*/
419
420 #define __USB_PHY_TYPE  utmi
421 #define RAMDISKFILE     "t104xrdb/ramdisk.uboot"
422
423 #ifdef CONFIG_TARGET_T1040RDB
424 #define FDTFILE         "t1040rdb/t1040rdb.dtb"
425 #elif defined(CONFIG_TARGET_T1042RDB_PI)
426 #define FDTFILE         "t1042rdb_pi/t1042rdb_pi.dtb"
427 #elif defined(CONFIG_TARGET_T1042RDB)
428 #define FDTFILE         "t1042rdb/t1042rdb.dtb"
429 #elif defined(CONFIG_TARGET_T1040D4RDB)
430 #define FDTFILE         "t1042rdb/t1040d4rdb.dtb"
431 #elif defined(CONFIG_TARGET_T1042D4RDB)
432 #define FDTFILE         "t1042rdb/t1042d4rdb.dtb"
433 #endif
434
435 #define CONFIG_EXTRA_ENV_SETTINGS                               \
436         "hwconfig=fsl_ddr:bank_intlv=cs0_cs1;"                  \
437         "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
438         "usb2:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
439         "netdev=eth0\0"                                         \
440         "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"             \
441         "ubootaddr=" __stringify(CONFIG_TEXT_BASE) "\0" \
442         "tftpflash=tftpboot $loadaddr $uboot && "               \
443         "protect off $ubootaddr +$filesize && "                 \
444         "erase $ubootaddr +$filesize && "                       \
445         "cp.b $loadaddr $ubootaddr $filesize && "               \
446         "protect on $ubootaddr +$filesize && "                  \
447         "cmp.b $loadaddr $ubootaddr $filesize\0"                \
448         "consoledev=ttyS0\0"                                    \
449         "ramdiskaddr=2000000\0"                                 \
450         "ramdiskfile=" __stringify(RAMDISKFILE) "\0"            \
451         "fdtaddr=1e00000\0"                                     \
452         "fdtfile=" __stringify(FDTFILE) "\0"                    \
453         "bdev=sda3\0"
454
455 #include <asm/fsl_secure_boot.h>
456
457 #endif  /* __CONFIG_H */