1 /*
2  * Copyright 2010-2011 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 /*
8  * QorIQ RDB boards configuration file
9  */
10 #ifndef __CONFIG_H
11 #define __CONFIG_H
12 
13 #ifdef CONFIG_36BIT
14 #define CONFIG_PHYS_64BIT
15 #endif
16 
17 #if defined(CONFIG_P1020MBG)
18 #define CONFIG_BOARDNAME "P1020MBG-PC"
19 #define CONFIG_P1020
20 #define CONFIG_VSC7385_ENET
21 #define CONFIG_SLIC
22 #define __SW_BOOT_MASK		0x03
23 #define __SW_BOOT_NOR		0xe4
24 #define __SW_BOOT_SD		0x54
25 #define CONFIG_SYS_L2_SIZE	(256 << 10)
26 #endif
27 
28 #if defined(CONFIG_P1020UTM)
29 #define CONFIG_BOARDNAME "P1020UTM-PC"
30 #define CONFIG_P1020
31 #define __SW_BOOT_MASK		0x03
32 #define __SW_BOOT_NOR		0xe0
33 #define __SW_BOOT_SD		0x50
34 #define CONFIG_SYS_L2_SIZE	(256 << 10)
35 #endif
36 
37 #if defined(CONFIG_P1020RDB)
38 #define CONFIG_BOARDNAME "P1020RDB-PC"
39 #define CONFIG_NAND_FSL_ELBC
40 #define CONFIG_P1020
41 #define CONFIG_SPI_FLASH
42 #define CONFIG_VSC7385_ENET
43 #define CONFIG_SLIC
44 #define __SW_BOOT_MASK		0x03
45 #define __SW_BOOT_NOR		0x5c
46 #define __SW_BOOT_SPI		0x1c
47 #define __SW_BOOT_SD		0x9c
48 #define __SW_BOOT_NAND		0xec
49 #define __SW_BOOT_PCIE		0x6c
50 #define CONFIG_SYS_L2_SIZE	(256 << 10)
51 #endif
52 
53 #if defined(CONFIG_P1021RDB)
54 #define CONFIG_BOARDNAME "P1021RDB-PC"
55 #define CONFIG_NAND_FSL_ELBC
56 #define CONFIG_P1021
57 #define CONFIG_QE
58 #define CONFIG_SPI_FLASH
59 #define CONFIG_VSC7385_ENET
60 #define CONFIG_SYS_LBC_LBCR	0x00080000	/* Implement conversion of
61 						addresses in the LBC */
62 #define __SW_BOOT_MASK		0x03
63 #define __SW_BOOT_NOR		0x5c
64 #define __SW_BOOT_SPI		0x1c
65 #define __SW_BOOT_SD		0x9c
66 #define __SW_BOOT_NAND		0xec
67 #define __SW_BOOT_PCIE		0x6c
68 #define CONFIG_SYS_L2_SIZE	(256 << 10)
69 #endif
70 
71 #if defined(CONFIG_P1024RDB)
72 #define CONFIG_BOARDNAME "P1024RDB"
73 #define CONFIG_NAND_FSL_ELBC
74 #define CONFIG_P1024
75 #define CONFIG_SLIC
76 #define CONFIG_SPI_FLASH
77 #define __SW_BOOT_MASK		0xf3
78 #define __SW_BOOT_NOR		0x00
79 #define __SW_BOOT_SPI		0x08
80 #define __SW_BOOT_SD		0x04
81 #define __SW_BOOT_NAND		0x0c
82 #define CONFIG_SYS_L2_SIZE	(256 << 10)
83 #endif
84 
85 #if defined(CONFIG_P1025RDB)
86 #define CONFIG_BOARDNAME "P1025RDB"
87 #define CONFIG_NAND_FSL_ELBC
88 #define CONFIG_P1025
89 #define CONFIG_QE
90 #define CONFIG_SLIC
91 #define CONFIG_SPI_FLASH
92 
93 #define CONFIG_SYS_LBC_LBCR	0x00080000	/* Implement conversion of
94 						addresses in the LBC */
95 #define __SW_BOOT_MASK		0xf3
96 #define __SW_BOOT_NOR		0x00
97 #define __SW_BOOT_SPI		0x08
98 #define __SW_BOOT_SD		0x04
99 #define __SW_BOOT_NAND		0x0c
100 #define CONFIG_SYS_L2_SIZE	(256 << 10)
101 #endif
102 
103 #if defined(CONFIG_P2020RDB)
104 #define CONFIG_BOARDNAME "P2020RDB-PCA"
105 #define CONFIG_NAND_FSL_ELBC
106 #define CONFIG_P2020
107 #define CONFIG_SPI_FLASH
108 #define CONFIG_VSC7385_ENET
109 #define __SW_BOOT_MASK		0x03
110 #define __SW_BOOT_NOR		0xc8
111 #define __SW_BOOT_SPI		0x28
112 #define __SW_BOOT_SD		0x68 /* or 0x18 */
113 #define __SW_BOOT_NAND		0xe8
114 #define __SW_BOOT_PCIE		0xa8
115 #define CONFIG_SYS_L2_SIZE	(512 << 10)
116 #endif
117 
118 #if CONFIG_SYS_L2_SIZE >= (512 << 10)
119 /* must be 32-bit */
120 #define CONFIG_SYS_INIT_L2_ADDR	0xf8f80000
121 #define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR
122 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
123 #endif
124 
125 #ifdef CONFIG_SDCARD
126 #define CONFIG_RAMBOOT_SDCARD
127 #define CONFIG_SYS_RAMBOOT
128 #define CONFIG_SYS_EXTRA_ENV_RELOC
129 #define CONFIG_SYS_TEXT_BASE		0x11000000
130 #define CONFIG_RESET_VECTOR_ADDRESS	0x1107fffc
131 #endif
132 
133 #ifdef CONFIG_SPIFLASH
134 #define CONFIG_RAMBOOT_SPIFLASH
135 #define CONFIG_SYS_RAMBOOT
136 #define CONFIG_SYS_EXTRA_ENV_RELOC
137 #define CONFIG_SYS_TEXT_BASE		0x11000000
138 #define CONFIG_RESET_VECTOR_ADDRESS	0x1107fffc
139 #endif
140 
141 #ifdef CONFIG_NAND
142 #define CONFIG_SPL
143 #define CONFIG_SPL_INIT_MINIMAL
144 #define CONFIG_SPL_SERIAL_SUPPORT
145 #define CONFIG_SPL_NAND_SUPPORT
146 #define CONFIG_SPL_NAND_MINIMAL
147 #define CONFIG_SPL_FLUSH_IMAGE
148 #define CONFIG_SPL_TARGET		"u-boot-with-spl.bin"
149 
150 #define CONFIG_SPL_TEXT_BASE		0xfffff000
151 #define CONFIG_SPL_MAX_SIZE		4096
152 
153 #ifdef CONFIG_SYS_INIT_L2_ADDR
154 /* We multiply CONFIG_SPL_MAX_SIZE by two to leave some room for BSS. */
155 #define CONFIG_SYS_TEXT_BASE		0xf8f82000
156 #define CONFIG_SPL_RELOC_TEXT_BASE	\
157 	(CONFIG_SYS_INIT_L2_END - CONFIG_SPL_MAX_SIZE * 2)
158 #define CONFIG_SPL_RELOC_STACK		\
159 	(CONFIG_SYS_INIT_L2_END - CONFIG_SPL_MAX_SIZE * 2)
160 #define CONFIG_SYS_NAND_U_BOOT_DST	(CONFIG_SYS_INIT_L2_ADDR)
161 #define CONFIG_SYS_NAND_U_BOOT_START	\
162 	(CONFIG_SYS_INIT_L2_ADDR + CONFIG_SPL_MAX_SIZE)
163 #else
164 #define CONFIG_SYS_TEXT_BASE		0x00201000
165 #define CONFIG_SPL_RELOC_TEXT_BASE	0x00100000
166 #define CONFIG_SPL_RELOC_STACK		0x00100000
167 #define CONFIG_SYS_NAND_U_BOOT_DST	(0x00200000 - CONFIG_SPL_MAX_SIZE)
168 #define CONFIG_SYS_NAND_U_BOOT_START	0x00200000
169 #endif
170 
171 #define CONFIG_SYS_NAND_U_BOOT_SIZE	((512 << 10) - 0x2000)
172 #define CONFIG_SYS_NAND_U_BOOT_OFFS	0
173 #define CONFIG_SYS_LDSCRIPT		"arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
174 #endif
175 
176 #ifndef CONFIG_SYS_TEXT_BASE
177 #define CONFIG_SYS_TEXT_BASE		0xeff80000
178 #endif
179 
180 #ifndef CONFIG_RESET_VECTOR_ADDRESS
181 #define CONFIG_RESET_VECTOR_ADDRESS	0xeffffffc
182 #endif
183 
184 #ifndef CONFIG_SYS_MONITOR_BASE
185 #ifdef CONFIG_SPL_BUILD
186 #define CONFIG_SYS_MONITOR_BASE	CONFIG_SPL_TEXT_BASE
187 #else
188 #define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE	/* start of monitor */
189 #endif
190 #endif
191 
192 /* High Level Configuration Options */
193 #define CONFIG_BOOKE
194 #define CONFIG_E500
195 #define CONFIG_MPC85xx
196 
197 #define CONFIG_MP
198 
199 #define CONFIG_FSL_ELBC
200 #define CONFIG_PCI
201 #define CONFIG_PCIE1	/* PCIE controler 1 (slot 1) */
202 #define CONFIG_PCIE2	/* PCIE controler 2 (slot 2) */
203 #define CONFIG_FSL_PCI_INIT	/* Use common FSL init code */
204 #define CONFIG_PCI_INDIRECT_BRIDGE	/* indirect PCI bridge support */
205 #define CONFIG_FSL_PCIE_RESET	/* need PCIe reset errata */
206 #define CONFIG_SYS_PCI_64BIT	/* enable 64-bit PCI resources */
207 
208 #define CONFIG_FSL_LAW
209 #define CONFIG_TSEC_ENET	/* tsec ethernet support */
210 #define CONFIG_ENV_OVERWRITE
211 
212 #define CONFIG_CMD_SATA
213 #define CONFIG_SATA_SIL
214 #define CONFIG_SYS_SATA_MAX_DEVICE	2
215 #define CONFIG_LIBATA
216 #define CONFIG_LBA48
217 
218 #if defined(CONFIG_P2020RDB)
219 #define CONFIG_SYS_CLK_FREQ	100000000
220 #else
221 #define CONFIG_SYS_CLK_FREQ	66666666
222 #endif
223 #define CONFIG_DDR_CLK_FREQ	66666666
224 
225 #define CONFIG_HWCONFIG
226 /*
227  * These can be toggled for performance analysis, otherwise use default.
228  */
229 #define CONFIG_L2_CACHE
230 #define CONFIG_BTB
231 
232 #define CONFIG_BOARD_EARLY_INIT_F	/* Call board_pre_init */
233 
234 #define CONFIG_ENABLE_36BIT_PHYS
235 
236 #ifdef CONFIG_PHYS_64BIT
237 #define CONFIG_ADDR_MAP			1
238 #define CONFIG_SYS_NUM_ADDR_MAP		16	/* number of TLB1 entries */
239 #endif
240 
241 #define CONFIG_SYS_MEMTEST_START	0x00200000	/* memtest works on */
242 #define CONFIG_SYS_MEMTEST_END		0x1fffffff
243 #define CONFIG_PANIC_HANG	/* do not reset board on panic */
244 
245 #define CONFIG_SYS_CCSRBAR		0xffe00000
246 #define CONFIG_SYS_CCSRBAR_PHYS_LOW	CONFIG_SYS_CCSRBAR
247 
248 /* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
249        SPL code*/
250 #ifdef CONFIG_SPL_BUILD
251 #define CONFIG_SYS_CCSR_DO_NOT_RELOCATE
252 #endif
253 
254 /* DDR Setup */
255 #define CONFIG_FSL_DDR3
256 #define CONFIG_SYS_DDR_RAW_TIMING
257 #define CONFIG_DDR_SPD
258 #define CONFIG_SYS_SPD_BUS_NUM 1
259 #define SPD_EEPROM_ADDRESS 0x52
260 #undef CONFIG_FSL_DDR_INTERACTIVE
261 
262 #ifdef CONFIG_P1020MBG
263 #define CONFIG_SYS_SDRAM_SIZE_LAW	LAW_SIZE_2G
264 #define CONFIG_CHIP_SELECTS_PER_CTRL	2
265 #else
266 #define CONFIG_SYS_SDRAM_SIZE_LAW	LAW_SIZE_1G
267 #define CONFIG_CHIP_SELECTS_PER_CTRL	1
268 #endif
269 #define CONFIG_SYS_SDRAM_SIZE		(1u << (CONFIG_SYS_SDRAM_SIZE_LAW - 19))
270 #define CONFIG_SYS_DDR_SDRAM_BASE	0x00000000
271 #define CONFIG_SYS_SDRAM_BASE		CONFIG_SYS_DDR_SDRAM_BASE
272 
273 #define CONFIG_NUM_DDR_CONTROLLERS	1
274 #define CONFIG_DIMM_SLOTS_PER_CTLR	1
275 
276 /* Default settings for DDR3 */
277 #ifndef CONFIG_P2020RDB
278 #define CONFIG_SYS_DDR_CS0_BNDS		0x0000003f
279 #define CONFIG_SYS_DDR_CS0_CONFIG	0x80014302
280 #define CONFIG_SYS_DDR_CS0_CONFIG_2	0x00000000
281 #define CONFIG_SYS_DDR_CS1_BNDS		0x0040007f
282 #define CONFIG_SYS_DDR_CS1_CONFIG	0x80014302
283 #define CONFIG_SYS_DDR_CS1_CONFIG_2	0x00000000
284 
285 #define CONFIG_SYS_DDR_DATA_INIT	0xdeadbeef
286 #define CONFIG_SYS_DDR_INIT_ADDR	0x00000000
287 #define CONFIG_SYS_DDR_INIT_EXT_ADDR	0x00000000
288 #define CONFIG_SYS_DDR_MODE_CONTROL	0x00000000
289 
290 #define CONFIG_SYS_DDR_ZQ_CONTROL	0x89080600
291 #define CONFIG_SYS_DDR_WRLVL_CONTROL	0x8655A608
292 #define CONFIG_SYS_DDR_SR_CNTR		0x00000000
293 #define CONFIG_SYS_DDR_RCW_1		0x00000000
294 #define CONFIG_SYS_DDR_RCW_2		0x00000000
295 #define CONFIG_SYS_DDR_CONTROL		0xC70C0000	/* Type = DDR3	*/
296 #define CONFIG_SYS_DDR_CONTROL_2	0x04401050
297 #define CONFIG_SYS_DDR_TIMING_4		0x00220001
298 #define CONFIG_SYS_DDR_TIMING_5		0x03402400
299 
300 #define CONFIG_SYS_DDR_TIMING_3		0x00020000
301 #define CONFIG_SYS_DDR_TIMING_0		0x00330004
302 #define CONFIG_SYS_DDR_TIMING_1		0x6f6B4846
303 #define CONFIG_SYS_DDR_TIMING_2		0x0FA8C8CF
304 #define CONFIG_SYS_DDR_CLK_CTRL		0x03000000
305 #define CONFIG_SYS_DDR_MODE_1		0x40461520
306 #define CONFIG_SYS_DDR_MODE_2		0x8000c000
307 #define CONFIG_SYS_DDR_INTERVAL		0x0C300000
308 #endif
309 
310 #undef CONFIG_CLOCKS_IN_MHZ
311 
312 /*
313  * Memory map
314  *
315  * 0x0000_0000 0x7fff_ffff	DDR		Up to 2GB cacheable
316  * 0x8000_0000 0xdfff_ffff	PCI Express Mem	1.5G non-cacheable(PCIe * 3)
317  * 0xec00_0000 0xefff_ffff	NOR flash	Up to 64M non-cacheable	CS0/1
318  * 0xf8f8_0000 0xf8ff_ffff	L2 SRAM		Up to 512K cacheable
319  *   (early boot only)
320  * 0xff80_0000 0xff80_7fff	NAND flash	32K non-cacheable	CS1/0
321  * 0xff98_0000 0xff98_ffff	PMC		64K non-cacheable	CS2
322  * 0xffa0_0000 0xffaf_ffff	CPLD		1M non-cacheable	CS3
323  * 0xffb0_0000 0xffbf_ffff	VSC7385 switch  1M non-cacheable	CS2
324  * 0xffc0_0000 0xffc3_ffff	PCI IO range	256k non-cacheable
325  * 0xffd0_0000 0xffd0_3fff	L1 for stack	16K cacheable
326  * 0xffe0_0000 0xffef_ffff	CCSR		1M non-cacheable
327  */
328 
329 
330 /*
331  * Local Bus Definitions
332  */
333 #if defined(CONFIG_P1020MBG)
334 #define CONFIG_SYS_MAX_FLASH_SECT	512	/* 64M */
335 #define CONFIG_SYS_FLASH_BASE		0xec000000
336 #elif defined(CONFIG_P1020UTM)
337 #define CONFIG_SYS_MAX_FLASH_SECT	256	/* 32M */
338 #define CONFIG_SYS_FLASH_BASE		0xee000000
339 #else
340 #define CONFIG_SYS_MAX_FLASH_SECT	128	/* 16M */
341 #define CONFIG_SYS_FLASH_BASE		0xef000000
342 #endif
343 
344 
345 #ifdef CONFIG_PHYS_64BIT
346 #define CONFIG_SYS_FLASH_BASE_PHYS	(0xf00000000ull | CONFIG_SYS_FLASH_BASE)
347 #else
348 #define CONFIG_SYS_FLASH_BASE_PHYS	CONFIG_SYS_FLASH_BASE
349 #endif
350 
351 #define CONFIG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) \
352 	| BR_PS_16 | BR_V)
353 
354 #define CONFIG_FLASH_OR_PRELIM	0xfc000ff7
355 
356 #define CONFIG_SYS_FLASH_BANKS_LIST	{CONFIG_SYS_FLASH_BASE_PHYS}
357 #define CONFIG_SYS_FLASH_QUIET_TEST
358 #define CONFIG_FLASH_SHOW_PROGRESS	45	/* count down from 45/5: 9..1 */
359 
360 #define CONFIG_SYS_MAX_FLASH_BANKS	1	/* number of banks */
361 
362 #undef CONFIG_SYS_FLASH_CHECKSUM
363 #define CONFIG_SYS_FLASH_ERASE_TOUT	60000	/* Flash Erase Timeout (ms) */
364 #define CONFIG_SYS_FLASH_WRITE_TOUT	500	/* Flash Write Timeout (ms) */
365 
366 #define CONFIG_FLASH_CFI_DRIVER
367 #define CONFIG_SYS_FLASH_CFI
368 #define CONFIG_SYS_FLASH_EMPTY_INFO
369 #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
370 
371 /* Nand Flash */
372 #ifdef CONFIG_NAND_FSL_ELBC
373 #define CONFIG_SYS_NAND_BASE		0xff800000
374 #ifdef CONFIG_PHYS_64BIT
375 #define CONFIG_SYS_NAND_BASE_PHYS	0xfff800000ull
376 #else
377 #define CONFIG_SYS_NAND_BASE_PHYS	CONFIG_SYS_NAND_BASE
378 #endif
379 
380 #define CONFIG_SYS_NAND_BASE_LIST	{ CONFIG_SYS_NAND_BASE }
381 #define CONFIG_SYS_MAX_NAND_DEVICE	1
382 #define CONFIG_MTD_NAND_VERIFY_WRITE
383 #define CONFIG_CMD_NAND
384 #define CONFIG_SYS_NAND_BLOCK_SIZE	(16 * 1024)
385 
386 #define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
387 	| (2<<BR_DECC_SHIFT)	/* Use HW ECC */ \
388 	| BR_PS_8	/* Port Size = 8 bit */ \
389 	| BR_MS_FCM	/* MSEL = FCM */ \
390 	| BR_V)	/* valid */
391 #define CONFIG_SYS_NAND_OR_PRELIM	(OR_AM_32KB	/* small page */ \
392 	| OR_FCM_CSCT \
393 	| OR_FCM_CST \
394 	| OR_FCM_CHT \
395 	| OR_FCM_SCY_1 \
396 	| OR_FCM_TRLX \
397 	| OR_FCM_EHTR)
398 #endif /* CONFIG_NAND_FSL_ELBC */
399 
400 #define CONFIG_BOARD_EARLY_INIT_R	/* call board_early_init_r function */
401 
402 #define CONFIG_SYS_INIT_RAM_LOCK
403 #define CONFIG_SYS_INIT_RAM_ADDR	0xffd00000 /* stack in RAM */
404 #ifdef CONFIG_PHYS_64BIT
405 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
406 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR
407 /* The assembler doesn't like typecast */
408 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \
409 	((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \
410 	  CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW)
411 #else
412 /* Initial L1 address */
413 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS	CONFIG_SYS_INIT_RAM_ADDR
414 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0
415 #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR_PHYS
416 #endif
417 /* Size of used area in RAM */
418 #define CONFIG_SYS_INIT_RAM_SIZE	0x00004000
419 
420 #define CONFIG_SYS_GBL_DATA_OFFSET	(CONFIG_SYS_INIT_RAM_SIZE - \
421 					GENERATED_GBL_DATA_SIZE)
422 #define CONFIG_SYS_INIT_SP_OFFSET	CONFIG_SYS_GBL_DATA_OFFSET
423 
424 #define CONFIG_SYS_MONITOR_LEN	(256 * 1024)/* Reserve 256 kB for Mon */
425 #define CONFIG_SYS_MALLOC_LEN	(1024 * 1024)/* Reserved for malloc */
426 
427 #define CONFIG_SYS_CPLD_BASE	0xffa00000
428 #ifdef CONFIG_PHYS_64BIT
429 #define CONFIG_SYS_CPLD_BASE_PHYS	0xfffa00000ull
430 #else
431 #define CONFIG_SYS_CPLD_BASE_PHYS	CONFIG_SYS_CPLD_BASE
432 #endif
433 /* CPLD config size: 1Mb */
434 #define CONFIG_CPLD_BR_PRELIM	(BR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) | \
435 					BR_PS_8 | BR_V)
436 #define CONFIG_CPLD_OR_PRELIM	(0xfff009f7)
437 
438 #define CONFIG_SYS_PMC_BASE	0xff980000
439 #define CONFIG_SYS_PMC_BASE_PHYS	CONFIG_SYS_PMC_BASE
440 #define CONFIG_PMC_BR_PRELIM	(BR_PHYS_ADDR(CONFIG_SYS_PMC_BASE_PHYS) | \
441 					BR_PS_8 | BR_V)
442 #define CONFIG_PMC_OR_PRELIM	(OR_AM_64KB | OR_GPCM_CSNT | OR_GPCM_XACS | \
443 				 OR_GPCM_SCY | OR_GPCM_TRLX | OR_GPCM_EHTR | \
444 				 OR_GPCM_EAD)
445 
446 #ifdef CONFIG_NAND
447 #define CONFIG_SYS_BR0_PRELIM	CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Addr */
448 #define CONFIG_SYS_OR0_PRELIM	CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
449 #define CONFIG_SYS_BR1_PRELIM	CONFIG_FLASH_BR_PRELIM	/* NOR Base Address */
450 #define CONFIG_SYS_OR1_PRELIM	CONFIG_FLASH_OR_PRELIM	/* NOR Options */
451 #else
452 #define CONFIG_SYS_BR0_PRELIM	CONFIG_FLASH_BR_PRELIM	/* NOR Base Address */
453 #define CONFIG_SYS_OR0_PRELIM	CONFIG_FLASH_OR_PRELIM	/* NOR Options */
454 #ifdef CONFIG_NAND_FSL_ELBC
455 #define CONFIG_SYS_BR1_PRELIM	CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Addr */
456 #define CONFIG_SYS_OR1_PRELIM	CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
457 #endif
458 #endif
459 #define CONFIG_SYS_BR3_PRELIM	CONFIG_CPLD_BR_PRELIM	/* CPLD Base Address */
460 #define CONFIG_SYS_OR3_PRELIM	CONFIG_CPLD_OR_PRELIM	/* CPLD Options */
461 
462 
463 /* Vsc7385 switch */
464 #ifdef CONFIG_VSC7385_ENET
465 #define CONFIG_SYS_VSC7385_BASE		0xffb00000
466 
467 #ifdef CONFIG_PHYS_64BIT
468 #define CONFIG_SYS_VSC7385_BASE_PHYS	0xfffb00000ull
469 #else
470 #define CONFIG_SYS_VSC7385_BASE_PHYS	CONFIG_SYS_VSC7385_BASE
471 #endif
472 
473 #define CONFIG_SYS_VSC7385_BR_PRELIM	\
474 	(BR_PHYS_ADDR(CONFIG_SYS_VSC7385_BASE_PHYS) | BR_PS_8 | BR_V)
475 #define CONFIG_SYS_VSC7385_OR_PRELIM	(OR_AM_128KB | OR_GPCM_CSNT | \
476 			OR_GPCM_XACS |  OR_GPCM_SCY_15 | OR_GPCM_SETA | \
477 			OR_GPCM_TRLX |  OR_GPCM_EHTR | OR_GPCM_EAD)
478 
479 #define CONFIG_SYS_BR2_PRELIM	CONFIG_SYS_VSC7385_BR_PRELIM
480 #define CONFIG_SYS_OR2_PRELIM	CONFIG_SYS_VSC7385_OR_PRELIM
481 
482 /* The size of the VSC7385 firmware image */
483 #define CONFIG_VSC7385_IMAGE_SIZE	8192
484 #endif
485 
486 /* Serial Port - controlled on board with jumper J8
487  * open - index 2
488  * shorted - index 1
489  */
490 #define CONFIG_CONS_INDEX		1
491 #undef CONFIG_SERIAL_SOFTWARE_FIFO
492 #define CONFIG_SYS_NS16550
493 #define CONFIG_SYS_NS16550_SERIAL
494 #define CONFIG_SYS_NS16550_REG_SIZE	1
495 #define CONFIG_SYS_NS16550_CLK		get_bus_freq(0)
496 #ifdef CONFIG_SPL_BUILD
497 #define CONFIG_NS16550_MIN_FUNCTIONS
498 #endif
499 
500 #define CONFIG_SYS_BAUDRATE_TABLE	\
501 	{300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
502 
503 #define CONFIG_SYS_NS16550_COM1	(CONFIG_SYS_CCSRBAR+0x4500)
504 #define CONFIG_SYS_NS16550_COM2	(CONFIG_SYS_CCSRBAR+0x4600)
505 
506 /* Use the HUSH parser */
507 #define CONFIG_SYS_HUSH_PARSER
508 
509 /*
510  * Pass open firmware flat tree
511  */
512 #define CONFIG_OF_LIBFDT
513 #define CONFIG_OF_BOARD_SETUP
514 #define CONFIG_OF_STDOUT_VIA_ALIAS
515 
516 /* new uImage format support */
517 #define CONFIG_FIT
518 #define CONFIG_FIT_VERBOSE	/* enable fit_format_{error,warning}() */
519 
520 /* I2C */
521 #define CONFIG_SYS_I2C
522 #define CONFIG_SYS_I2C_FSL
523 #define CONFIG_SYS_FSL_I2C_SPEED	400000
524 #define CONFIG_SYS_FSL_I2C_SLAVE	0x7F
525 #define CONFIG_SYS_FSL_I2C_OFFSET	0x3000
526 #define CONFIG_SYS_FSL_I2C2_SPEED	400000
527 #define CONFIG_SYS_FSL_I2C2_SLAVE	0x7F
528 #define CONFIG_SYS_FSL_I2C2_OFFSET	0x3100
529 #define CONFIG_SYS_I2C_NOPROBES		{ {0, 0x29} }
530 #define CONFIG_SYS_I2C_EEPROM_ADDR	0x52
531 #define CONFIG_SYS_SPD_BUS_NUM		1 /* For rom_loc and flash bank */
532 
533 /*
534  * I2C2 EEPROM
535  */
536 #undef CONFIG_ID_EEPROM
537 
538 #define CONFIG_RTC_PT7C4338
539 #define CONFIG_SYS_I2C_RTC_ADDR		0x68
540 #define CONFIG_SYS_I2C_PCA9557_ADDR	0x18
541 
542 /* enable read and write access to EEPROM */
543 #define CONFIG_CMD_EEPROM
544 #define CONFIG_SYS_I2C_MULTI_EEPROMS
545 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
546 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
547 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
548 
549 /*
550  * eSPI - Enhanced SPI
551  */
552 #define CONFIG_HARD_SPI
553 #define CONFIG_FSL_ESPI
554 
555 #if defined(CONFIG_SPI_FLASH)
556 #define CONFIG_SPI_FLASH_SPANSION
557 #define CONFIG_CMD_SF
558 #define CONFIG_SF_DEFAULT_SPEED	10000000
559 #define CONFIG_SF_DEFAULT_MODE	0
560 #endif
561 
562 #if defined(CONFIG_PCI)
563 /*
564  * General PCI
565  * Memory space is mapped 1-1, but I/O space must start from 0.
566  */
567 
568 /* controller 2, direct to uli, tgtid 2, Base address 9000 */
569 #define CONFIG_SYS_PCIE2_NAME		"PCIe SLOT"
570 #define CONFIG_SYS_PCIE2_MEM_VIRT	0xa0000000
571 #ifdef CONFIG_PHYS_64BIT
572 #define CONFIG_SYS_PCIE2_MEM_BUS	0xc0000000
573 #define CONFIG_SYS_PCIE2_MEM_PHYS	0xc20000000ull
574 #else
575 #define CONFIG_SYS_PCIE2_MEM_BUS	0xa0000000
576 #define CONFIG_SYS_PCIE2_MEM_PHYS	0xa0000000
577 #endif
578 #define CONFIG_SYS_PCIE2_MEM_SIZE	0x20000000	/* 512M */
579 #define CONFIG_SYS_PCIE2_IO_VIRT	0xffc10000
580 #define CONFIG_SYS_PCIE2_IO_BUS		0x00000000
581 #ifdef CONFIG_PHYS_64BIT
582 #define CONFIG_SYS_PCIE2_IO_PHYS	0xfffc10000ull
583 #else
584 #define CONFIG_SYS_PCIE2_IO_PHYS	0xffc10000
585 #endif
586 #define CONFIG_SYS_PCIE2_IO_SIZE	0x00010000	/* 64k */
587 
588 /* controller 1, Slot 2, tgtid 1, Base address a000 */
589 #define CONFIG_SYS_PCIE1_NAME		"mini PCIe SLOT"
590 #define CONFIG_SYS_PCIE1_MEM_VIRT	0x80000000
591 #ifdef CONFIG_PHYS_64BIT
592 #define CONFIG_SYS_PCIE1_MEM_BUS	0x80000000
593 #define CONFIG_SYS_PCIE1_MEM_PHYS	0xc00000000ull
594 #else
595 #define CONFIG_SYS_PCIE1_MEM_BUS	0x80000000
596 #define CONFIG_SYS_PCIE1_MEM_PHYS	0x80000000
597 #endif
598 #define CONFIG_SYS_PCIE1_MEM_SIZE	0x20000000	/* 512M */
599 #define CONFIG_SYS_PCIE1_IO_VIRT	0xffc00000
600 #define CONFIG_SYS_PCIE1_IO_BUS		0x00000000
601 #ifdef CONFIG_PHYS_64BIT
602 #define CONFIG_SYS_PCIE1_IO_PHYS	0xfffc00000ull
603 #else
604 #define CONFIG_SYS_PCIE1_IO_PHYS	0xffc00000
605 #endif
606 #define CONFIG_SYS_PCIE1_IO_SIZE	0x00010000	/* 64k */
607 
608 #define CONFIG_PCI_PNP	/* do pci plug-and-play */
609 #define CONFIG_E1000	/* Defind e1000 pci Ethernet card*/
610 #define CONFIG_CMD_PCI
611 #define CONFIG_CMD_NET
612 
613 #define CONFIG_PCI_SCAN_SHOW	/* show pci devices on startup */
614 #define CONFIG_DOS_PARTITION
615 #endif /* CONFIG_PCI */
616 
617 #if defined(CONFIG_TSEC_ENET)
618 #define CONFIG_MII		/* MII PHY management */
619 #define CONFIG_TSEC1
620 #define CONFIG_TSEC1_NAME	"eTSEC1"
621 #define CONFIG_TSEC2
622 #define CONFIG_TSEC2_NAME	"eTSEC2"
623 #define CONFIG_TSEC3
624 #define CONFIG_TSEC3_NAME	"eTSEC3"
625 
626 #define TSEC1_PHY_ADDR	2
627 #define TSEC2_PHY_ADDR	0
628 #define TSEC3_PHY_ADDR	1
629 
630 #define TSEC1_FLAGS	(TSEC_GIGABIT | TSEC_REDUCED)
631 #define TSEC2_FLAGS	(TSEC_GIGABIT | TSEC_REDUCED)
632 #define TSEC3_FLAGS	(TSEC_GIGABIT | TSEC_REDUCED)
633 
634 #define TSEC1_PHYIDX	0
635 #define TSEC2_PHYIDX	0
636 #define TSEC3_PHYIDX	0
637 
638 #define CONFIG_ETHPRIME	"eTSEC1"
639 
640 #define CONFIG_PHY_GIGE	1	/* Include GbE speed/duplex detection */
641 
642 #define CONFIG_HAS_ETH0
643 #define CONFIG_HAS_ETH1
644 #define CONFIG_HAS_ETH2
645 #endif /* CONFIG_TSEC_ENET */
646 
647 #ifdef CONFIG_QE
648 /* QE microcode/firmware address */
649 #define CONFIG_SYS_QE_FMAN_FW_IN_NOR
650 #define CONFIG_SYS_QE_FMAN_FW_ADDR	0xefec0000
651 #define CONFIG_SYS_QE_FMAN_FW_LENGTH	0x10000
652 #endif /* CONFIG_QE */
653 
654 #ifdef CONFIG_P1025RDB
655 /*
656  * QE UEC ethernet configuration
657  */
658 #define CONFIG_MIIM_ADDRESS	(CONFIG_SYS_CCSRBAR + 0x82120)
659 
660 #undef CONFIG_UEC_ETH
661 #define CONFIG_PHY_MODE_NEED_CHANGE
662 
663 #define CONFIG_UEC_ETH1	/* ETH1 */
664 #define CONFIG_HAS_ETH0
665 
666 #ifdef CONFIG_UEC_ETH1
667 #define CONFIG_SYS_UEC1_UCC_NUM	0	/* UCC1 */
668 #define CONFIG_SYS_UEC1_RX_CLK	QE_CLK12 /* CLK12 for MII */
669 #define CONFIG_SYS_UEC1_TX_CLK	QE_CLK9 /* CLK9 for MII */
670 #define CONFIG_SYS_UEC1_ETH_TYPE	FAST_ETH
671 #define CONFIG_SYS_UEC1_PHY_ADDR	0x0	/* 0x0 for MII */
672 #define CONFIG_SYS_UEC1_INTERFACE_TYPE PHY_INTERFACE_MODE_RMII
673 #define CONFIG_SYS_UEC1_INTERFACE_SPEED	100
674 #endif /* CONFIG_UEC_ETH1 */
675 
676 #define CONFIG_UEC_ETH5	/* ETH5 */
677 #define CONFIG_HAS_ETH1
678 
679 #ifdef CONFIG_UEC_ETH5
680 #define CONFIG_SYS_UEC5_UCC_NUM	4	/* UCC5 */
681 #define CONFIG_SYS_UEC5_RX_CLK	QE_CLK_NONE
682 #define CONFIG_SYS_UEC5_TX_CLK	QE_CLK13 /* CLK 13 for RMII */
683 #define CONFIG_SYS_UEC5_ETH_TYPE	FAST_ETH
684 #define CONFIG_SYS_UEC5_PHY_ADDR	0x3	/* 0x3 for RMII */
685 #define CONFIG_SYS_UEC5_INTERFACE_TYPE PHY_INTERFACE_MODE_RMII
686 #define CONFIG_SYS_UEC5_INTERFACE_SPEED	100
687 #endif /* CONFIG_UEC_ETH5 */
688 #endif /* CONFIG_P1025RDB */
689 
690 /*
691  * Environment
692  */
693 #ifdef CONFIG_RAMBOOT_SPIFLASH
694 #define CONFIG_ENV_IS_IN_SPI_FLASH
695 #define CONFIG_ENV_SPI_BUS	0
696 #define CONFIG_ENV_SPI_CS	0
697 #define CONFIG_ENV_SPI_MAX_HZ	10000000
698 #define CONFIG_ENV_SPI_MODE	0
699 #define CONFIG_ENV_SIZE		0x2000	/* 8KB */
700 #define CONFIG_ENV_OFFSET	0x100000	/* 1MB */
701 #define CONFIG_ENV_SECT_SIZE	0x10000
702 #elif defined(CONFIG_RAMBOOT_SDCARD)
703 #define CONFIG_ENV_IS_IN_MMC
704 #define CONFIG_FSL_FIXED_MMC_LOCATION
705 #define CONFIG_ENV_SIZE		0x2000
706 #define CONFIG_SYS_MMC_ENV_DEV	0
707 #elif defined(CONFIG_NAND)
708 #define CONFIG_ENV_IS_IN_NAND
709 #define CONFIG_ENV_SIZE		CONFIG_SYS_NAND_BLOCK_SIZE
710 #define CONFIG_ENV_OFFSET	((512 * 1024) + CONFIG_SYS_NAND_BLOCK_SIZE)
711 #define CONFIG_ENV_RANGE	(3 * CONFIG_ENV_SIZE)
712 #elif defined(CONFIG_SYS_RAMBOOT)
713 #define CONFIG_ENV_IS_NOWHERE	/* Store ENV in memory only */
714 #define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE - 0x1000)
715 #define CONFIG_ENV_SIZE		0x2000
716 #else
717 #define CONFIG_ENV_IS_IN_FLASH
718 #if CONFIG_SYS_MONITOR_BASE > 0xfff80000
719 #define CONFIG_ENV_ADDR	0xfff80000
720 #else
721 #define CONFIG_ENV_ADDR	(CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
722 #endif
723 #define CONFIG_ENV_SIZE		0x2000
724 #define CONFIG_ENV_SECT_SIZE	0x20000 /* 128K (one sector) */
725 #endif
726 
727 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
728 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
729 
730 /*
731  * Command line configuration.
732  */
733 #include <config_cmd_default.h>
734 
735 #define CONFIG_CMD_IRQ
736 #define CONFIG_CMD_PING
737 #define CONFIG_CMD_I2C
738 #define CONFIG_CMD_MII
739 #define CONFIG_CMD_DATE
740 #define CONFIG_CMD_ELF
741 #define CONFIG_CMD_SETEXPR
742 #define CONFIG_CMD_REGINFO
743 
744 /*
745  * USB
746  */
747 #define CONFIG_HAS_FSL_DR_USB
748 
749 #if defined(CONFIG_HAS_FSL_DR_USB)
750 #define CONFIG_USB_EHCI
751 
752 #ifdef CONFIG_USB_EHCI
753 #define CONFIG_CMD_USB
754 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
755 #define CONFIG_USB_EHCI_FSL
756 #define CONFIG_USB_STORAGE
757 #endif
758 #endif
759 
760 #define CONFIG_MMC
761 
762 #ifdef CONFIG_MMC
763 #define CONFIG_FSL_ESDHC
764 #define CONFIG_SYS_FSL_ESDHC_ADDR	CONFIG_SYS_MPC85xx_ESDHC_ADDR
765 #define CONFIG_CMD_MMC
766 #define CONFIG_GENERIC_MMC
767 #endif
768 
769 #if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI) \
770 		 || defined(CONFIG_FSL_SATA)
771 #define CONFIG_CMD_EXT2
772 #define CONFIG_CMD_FAT
773 #define CONFIG_DOS_PARTITION
774 #endif
775 
776 #undef CONFIG_WATCHDOG	/* watchdog disabled */
777 
778 /*
779  * Miscellaneous configurable options
780  */
781 #define CONFIG_SYS_LONGHELP			/* undef to save memory */
782 #define CONFIG_CMDLINE_EDITING			/* Command-line editing */
783 #define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
784 #define CONFIG_SYS_PROMPT	"=> "		/* Monitor Command Prompt */
785 #if defined(CONFIG_CMD_KGDB)
786 #define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size */
787 #else
788 #define CONFIG_SYS_CBSIZE	256		/* Console I/O Buffer Size */
789 #endif
790 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
791 	/* Print Buffer Size */
792 #define CONFIG_SYS_MAXARGS	16	/* max number of command args */
793 #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
794 #define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms tick */
795 
796 /*
797  * For booting Linux, the board info and command line data
798  * have to be in the first 64 MB of memory, since this is
799  * the maximum mapped by the Linux kernel during initialization.
800  */
801 #define CONFIG_SYS_BOOTMAPSZ	(64 << 20)	/* Initial Memory for Linux*/
802 #define CONFIG_SYS_BOOTM_LEN	(64 << 20)	/* Increase max gunzip size */
803 
804 #if defined(CONFIG_CMD_KGDB)
805 #define CONFIG_KGDB_BAUDRATE	230400	/* speed to run kgdb serial port */
806 #define CONFIG_KGDB_SER_INDEX	2	/* which serial port to use */
807 #endif
808 
809 /*
810  * Environment Configuration
811  */
812 #define CONFIG_HOSTNAME		unknown
813 #define CONFIG_ROOTPATH		"/opt/nfsroot"
814 #define CONFIG_BOOTFILE		"uImage"
815 #define CONFIG_UBOOTPATH	u-boot.bin /* U-Boot image on TFTP server */
816 
817 /* default location for tftp and bootm */
818 #define CONFIG_LOADADDR	1000000
819 
820 #define CONFIG_BOOTDELAY 10	/* -1 disables auto-boot */
821 #define CONFIG_BOOTARGS	/* the boot command will set bootargs */
822 
823 #define CONFIG_BAUDRATE	115200
824 
825 #ifdef __SW_BOOT_NOR
826 #define __NOR_RST_CMD	\
827 norboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NOR 1; \
828 i2c mw 18 3 __SW_BOOT_MASK 1; reset
829 #endif
830 #ifdef __SW_BOOT_SPI
831 #define __SPI_RST_CMD	\
832 spiboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SPI 1; \
833 i2c mw 18 3 __SW_BOOT_MASK 1; reset
834 #endif
835 #ifdef __SW_BOOT_SD
836 #define __SD_RST_CMD	\
837 sdboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SD 1; \
838 i2c mw 18 3 __SW_BOOT_MASK 1; reset
839 #endif
840 #ifdef __SW_BOOT_NAND
841 #define __NAND_RST_CMD	\
842 nandboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NAND 1; \
843 i2c mw 18 3 __SW_BOOT_MASK 1; reset
844 #endif
845 #ifdef __SW_BOOT_PCIE
846 #define __PCIE_RST_CMD	\
847 pciboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_PCIE 1; \
848 i2c mw 18 3 __SW_BOOT_MASK 1; reset
849 #endif
850 
851 #define	CONFIG_EXTRA_ENV_SETTINGS	\
852 "netdev=eth0\0"	\
853 "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"	\
854 "loadaddr=1000000\0"	\
855 "bootfile=uImage\0"	\
856 "tftpflash=tftpboot $loadaddr $uboot; "	\
857 	"protect off " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
858 	"erase " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; "	\
859 	"cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize; " \
860 	"protect on " __stringify(CONFIG_SYS_TEXT_BASE) " +$filesize; "	\
861 	"cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) " $filesize\0" \
862 "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0"    \
863 "consoledev=ttyS0\0"	\
864 "ramdiskaddr=2000000\0"	\
865 "ramdiskfile=rootfs.ext2.gz.uboot\0"	\
866 "fdtaddr=c00000\0"	\
867 "bdev=sda1\0" \
868 "jffs2nor=mtdblock3\0"	\
869 "norbootaddr=ef080000\0"	\
870 "norfdtaddr=ef040000\0"	\
871 "jffs2nand=mtdblock9\0"	\
872 "nandbootaddr=100000\0"	\
873 "nandfdtaddr=80000\0"		\
874 "ramdisk_size=120000\0"	\
875 "map_lowernorbank=i2c dev 1; i2c mw 18 1 02 1; i2c mw 18 3 fd 1\0" \
876 "map_uppernorbank=i2c dev 1; i2c mw 18 1 00 1; i2c mw 18 3 fd 1\0" \
877 __stringify(__NOR_RST_CMD)"\0" \
878 __stringify(__SPI_RST_CMD)"\0" \
879 __stringify(__SD_RST_CMD)"\0" \
880 __stringify(__NAND_RST_CMD)"\0" \
881 __stringify(__PCIE_RST_CMD)"\0"
882 
883 #define CONFIG_NFSBOOTCOMMAND	\
884 "setenv bootargs root=/dev/nfs rw "	\
885 "nfsroot=$serverip:$rootpath "	\
886 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
887 "console=$consoledev,$baudrate $othbootargs;" \
888 "tftp $loadaddr $bootfile;"	\
889 "tftp $fdtaddr $fdtfile;"	\
890 "bootm $loadaddr - $fdtaddr"
891 
892 #define CONFIG_HDBOOT	\
893 "setenv bootargs root=/dev/$bdev rw rootdelay=30 "	\
894 "console=$consoledev,$baudrate $othbootargs;" \
895 "usb start;"	\
896 "ext2load usb 0:1 $loadaddr /boot/$bootfile;"	\
897 "ext2load usb 0:1 $fdtaddr /boot/$fdtfile;"	\
898 "bootm $loadaddr - $fdtaddr"
899 
900 #define CONFIG_USB_FAT_BOOT	\
901 "setenv bootargs root=/dev/ram rw "	\
902 "console=$consoledev,$baudrate $othbootargs " \
903 "ramdisk_size=$ramdisk_size;"	\
904 "usb start;"	\
905 "fatload usb 0:2 $loadaddr $bootfile;"	\
906 "fatload usb 0:2 $fdtaddr $fdtfile;"	\
907 "fatload usb 0:2 $ramdiskaddr $ramdiskfile;"	\
908 "bootm $loadaddr $ramdiskaddr $fdtaddr"
909 
910 #define CONFIG_USB_EXT2_BOOT	\
911 "setenv bootargs root=/dev/ram rw "	\
912 "console=$consoledev,$baudrate $othbootargs " \
913 "ramdisk_size=$ramdisk_size;"	\
914 "usb start;"	\
915 "ext2load usb 0:4 $loadaddr $bootfile;"	\
916 "ext2load usb 0:4 $fdtaddr $fdtfile;" \
917 "ext2load usb 0:4 $ramdiskaddr $ramdiskfile;" \
918 "bootm $loadaddr $ramdiskaddr $fdtaddr"
919 
920 #define CONFIG_NORBOOT	\
921 "setenv bootargs root=/dev/$jffs2nor rw "	\
922 "console=$consoledev,$baudrate rootfstype=jffs2 $othbootargs;"	\
923 "bootm $norbootaddr - $norfdtaddr"
924 
925 #define CONFIG_RAMBOOTCOMMAND	\
926 "setenv bootargs root=/dev/ram rw "	\
927 "console=$consoledev,$baudrate $othbootargs " \
928 "ramdisk_size=$ramdisk_size;"	\
929 "tftp $ramdiskaddr $ramdiskfile;"	\
930 "tftp $loadaddr $bootfile;"	\
931 "tftp $fdtaddr $fdtfile;"	\
932 "bootm $loadaddr $ramdiskaddr $fdtaddr"
933 
934 #define CONFIG_BOOTCOMMAND	CONFIG_HDBOOT
935 
936 #endif /* __CONFIG_H */
937