mpc83xx: Introduce ARCH_MPC834*
[platform/kernel/u-boot.git] / include / configs / MPC8349ITX.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) Freescale Semiconductor, Inc. 2006.
4  */
5
6 /*
7  MPC8349E-mITX and MPC8349E-mITX-GP board configuration file
8
9  Memory map:
10
11  0x0000_0000-0x0FFF_FFFF DDR SDRAM (256 MB)
12  0x8000_0000-0x9FFF_FFFF PCI1 memory space (512 MB)
13  0xA000_0000-0xBFFF_FFFF PCI2 memory space (512 MB)
14  0xE000_0000-0xEFFF_FFFF IMMR (1 MB)
15  0xE200_0000-0xE2FF_FFFF PCI1 I/O space (16 MB)
16  0xE300_0000-0xE3FF_FFFF PCI2 I/O space (16 MB)
17  0xF000_0000-0xF000_FFFF Compact Flash (MPC8349E-mITX only)
18  0xF001_0000-0xF001_FFFF Local bus expansion slot
19  0xF800_0000-0xF801_FFFF Vitesse 7385 Parallel Interface (MPC8349E-mITX only)
20  0xFE00_0000-0xFE7F_FFFF First 8MB bank of Flash memory
21  0xFE80_0000-0xFEFF_FFFF Second 8MB bank of Flash memory (MPC8349E-mITX only)
22
23  I2C address list:
24                                                 Align.  Board
25  Bus    Addr    Part No.        Description     Length  Location
26  ----------------------------------------------------------------
27  I2C0   0x50    M24256-BWMN6P   Board EEPROM    2       U64
28
29  I2C1   0x20    PCF8574         I2C Expander    0       U8
30  I2C1   0x21    PCF8574         I2C Expander    0       U10
31  I2C1   0x38    PCF8574A        I2C Expander    0       U8
32  I2C1   0x39    PCF8574A        I2C Expander    0       U10
33  I2C1   0x51    (DDR)           DDR EEPROM      1       U1
34  I2C1   0x68    DS1339          RTC             1       U68
35
36  Note that a given board has *either* a pair of 8574s or a pair of 8574As.
37 */
38
39 #ifndef __CONFIG_H
40 #define __CONFIG_H
41
42 #if (CONFIG_SYS_TEXT_BASE == 0xFE000000)
43 #define CONFIG_SYS_LOWBOOT
44 #endif
45
46 /*
47  * High Level Configuration Options
48  */
49 #define CONFIG_SYS_IMMR 0xE0000000      /* The IMMR is relocated to here */
50
51 #define CONFIG_MISC_INIT_F
52
53 /*
54  * On-board devices
55  */
56
57 #ifdef CONFIG_MPC8349ITX
58 /* The CF card interface on the back of the board */
59 #define CONFIG_COMPACT_FLASH
60 #define CONFIG_VSC7385_ENET     /* VSC7385 ethernet support */
61 #define CONFIG_SYS_USB_HOST     /* use the EHCI USB controller */
62 #endif
63
64 #define CONFIG_RTC_DS1337
65 #define CONFIG_SYS_I2C
66
67 /*
68  * Device configurations
69  */
70
71 /* I2C */
72 #ifdef CONFIG_SYS_I2C
73 #define CONFIG_SYS_I2C_FSL
74 #define CONFIG_SYS_FSL_I2C_SPEED        400000
75 #define CONFIG_SYS_FSL_I2C_SLAVE        0x7F
76 #define CONFIG_SYS_FSL_I2C_OFFSET       0x3000
77 #define CONFIG_SYS_FSL_I2C2_SPEED       400000
78 #define CONFIG_SYS_FSL_I2C2_SLAVE       0x7F
79 #define CONFIG_SYS_FSL_I2C2_OFFSET      0x3100
80
81 #define CONFIG_SYS_SPD_BUS_NUM          1       /* The I2C bus for SPD */
82 #define CONFIG_SYS_RTC_BUS_NUM          1       /* The I2C bus for RTC */
83
84 #define CONFIG_SYS_I2C_8574_ADDR1       0x20    /* I2C1, PCF8574 */
85 #define CONFIG_SYS_I2C_8574_ADDR2       0x21    /* I2C1, PCF8574 */
86 #define CONFIG_SYS_I2C_8574A_ADDR1      0x38    /* I2C1, PCF8574A */
87 #define CONFIG_SYS_I2C_8574A_ADDR2      0x39    /* I2C1, PCF8574A */
88 #define CONFIG_SYS_I2C_EEPROM_ADDR      0x50    /* I2C0, Board EEPROM */
89 #define CONFIG_SYS_I2C_RTC_ADDR         0x68    /* I2C1, DS1339 RTC*/
90 #define SPD_EEPROM_ADDRESS              0x51    /* I2C1, DDR */
91
92 /* Don't probe these addresses: */
93 #define CONFIG_SYS_I2C_NOPROBES { {1, CONFIG_SYS_I2C_8574_ADDR1}, \
94                                  {1, CONFIG_SYS_I2C_8574_ADDR2}, \
95                                  {1, CONFIG_SYS_I2C_8574A_ADDR1}, \
96                                  {1, CONFIG_SYS_I2C_8574A_ADDR2} }
97 /* Bit definitions for the 8574[A] I2C expander */
98                                 /* Board revision, 00=0.0, 01=0.1, 10=1.0 */
99 #define I2C_8574_REVISION       0x03
100 #define I2C_8574_CF             0x08    /* 1=Compact flash absent, 0=present */
101 #define I2C_8574_MPCICLKRN      0x10    /* MiniPCI Clk Run */
102 #define I2C_8574_PCI66          0x20    /* 0=33MHz PCI, 1=66MHz PCI */
103 #define I2C_8574_FLASHSIDE      0x40    /* 0=Reset vector from U4, 1=from U7*/
104
105 #endif
106
107 /* Compact Flash */
108 #ifdef CONFIG_COMPACT_FLASH
109
110 #define CONFIG_SYS_IDE_MAXBUS           1
111 #define CONFIG_SYS_IDE_MAXDEVICE        1
112
113 #define CONFIG_SYS_ATA_IDE0_OFFSET      0x0000
114 #define CONFIG_SYS_ATA_BASE_ADDR        CONFIG_SYS_CF_BASE
115 #define CONFIG_SYS_ATA_DATA_OFFSET      0x0000
116 #define CONFIG_SYS_ATA_REG_OFFSET       0
117 #define CONFIG_SYS_ATA_ALT_OFFSET       0x0200
118 #define CONFIG_SYS_ATA_STRIDE           2
119
120 /* If a CF card is not inserted, time out quickly */
121 #define ATA_RESET_TIME  1
122
123 #endif
124
125 /*
126  * SATA
127  */
128 #ifdef CONFIG_SATA_SIL3114
129
130 #define CONFIG_SYS_SATA_MAX_DEVICE      4
131 #define CONFIG_LBA48
132
133 #endif
134
135 #ifdef CONFIG_SYS_USB_HOST
136 /*
137  * Support USB
138  */
139 #define CONFIG_USB_EHCI_FSL
140
141 /* Current USB implementation supports the only USB controller,
142  * so we have to choose between the MPH or the DR ones */
143 #if 1
144 #define CONFIG_HAS_FSL_MPH_USB
145 #else
146 #define CONFIG_HAS_FSL_DR_USB
147 #endif
148
149 #endif
150
151 /*
152  * DDR Setup
153  */
154 #define CONFIG_SYS_DDR_BASE             0x00000000 /* DDR is system memory*/
155 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_BASE
156 #define CONFIG_SYS_DDR_SDRAM_BASE       CONFIG_SYS_DDR_BASE
157 #define CONFIG_SYS_83XX_DDR_USES_CS0
158 #define CONFIG_SYS_MEMTEST_START        0x1000  /* memtest region */
159 #define CONFIG_SYS_MEMTEST_END          0x2000
160
161 #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL   (DDR_SDRAM_CLK_CNTL_SS_EN \
162                                         | DDR_SDRAM_CLK_CNTL_CLK_ADJUST_075)
163
164 #define CONFIG_VERY_BIG_RAM
165 #define CONFIG_MAX_MEM_MAPPED   ((phys_size_t)256 << 20)
166
167 #ifdef CONFIG_SYS_I2C
168 #define CONFIG_SPD_EEPROM               /* use SPD EEPROM for DDR setup*/
169 #endif
170
171 /* No SPD? Then manually set up DDR parameters */
172 #ifndef CONFIG_SPD_EEPROM
173     #define CONFIG_SYS_DDR_SIZE         256     /* Mb */
174     #define CONFIG_SYS_DDR_CS0_CONFIG   (CSCONFIG_EN \
175                                         | CSCONFIG_ROW_BIT_13 \
176                                         | CSCONFIG_COL_BIT_10)
177
178     #define CONFIG_SYS_DDR_TIMING_1     0x26242321
179     #define CONFIG_SYS_DDR_TIMING_2     0x00000800  /* P9-45, may need tuning */
180 #endif
181
182 /*
183  *Flash on the Local Bus
184  */
185
186 #define CONFIG_SYS_FLASH_BASE           0xFE000000      /* start of FLASH   */
187 #define CONFIG_SYS_FLASH_EMPTY_INFO
188 /* 127 64KB sectors + 8 8KB sectors per device */
189 #define CONFIG_SYS_MAX_FLASH_SECT       135
190 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000   /* Flash Erase Timeout (ms) */
191 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Flash Write Timeout (ms) */
192 #define CONFIG_SYS_FLASH_CFI_WIDTH      FLASH_CFI_16BIT
193
194 /* The ITX has two flash chips, but the ITX-GP has only one.  To support both
195 boards, we say we have two, but don't display a message if we find only one. */
196 #define CONFIG_SYS_FLASH_QUIET_TEST
197 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* number of banks */
198 #define CONFIG_SYS_FLASH_BANKS_LIST     \
199                 {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE + 0x800000}
200 #define CONFIG_SYS_FLASH_SIZE           16      /* FLASH size in MB */
201
202 /* Vitesse 7385 */
203
204 #ifdef CONFIG_VSC7385_ENET
205
206 #define CONFIG_TSEC2
207
208 /* The flash address and size of the VSC7385 firmware image */
209 #define CONFIG_VSC7385_IMAGE            0xFEFFE000
210 #define CONFIG_VSC7385_IMAGE_SIZE       8192
211
212 #endif
213
214 /*
215  * BRx, ORx, LBLAWBARx, and LBLAWARx
216  */
217
218 /* Flash */
219
220 #define CONFIG_SYS_BR0_PRELIM   (CONFIG_SYS_FLASH_BASE \
221                                 | BR_PS_16 \
222                                 | BR_MS_GPCM \
223                                 | BR_V)
224 #define CONFIG_SYS_OR0_PRELIM   (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
225                                 | OR_UPM_XAM \
226                                 | OR_GPCM_CSNT \
227                                 | OR_GPCM_ACS_DIV2 \
228                                 | OR_GPCM_XACS \
229                                 | OR_GPCM_SCY_15 \
230                                 | OR_GPCM_TRLX_SET \
231                                 | OR_GPCM_EHTR_SET \
232                                 | OR_GPCM_EAD)
233 #define CONFIG_SYS_LBLAWBAR0_PRELIM     CONFIG_SYS_FLASH_BASE
234 #define CONFIG_SYS_LBLAWAR0_PRELIM      (LBLAWAR_EN | LBLAWAR_16MB)
235
236 /* Vitesse 7385 */
237
238 #define CONFIG_SYS_VSC7385_BASE 0xF8000000
239
240 #ifdef CONFIG_VSC7385_ENET
241
242 #define CONFIG_SYS_BR1_PRELIM   (CONFIG_SYS_VSC7385_BASE \
243                                 | BR_PS_8 \
244                                 | BR_MS_GPCM \
245                                 | BR_V)
246 #define CONFIG_SYS_OR1_PRELIM   (OR_AM_128KB \
247                                 | OR_GPCM_CSNT \
248                                 | OR_GPCM_XACS \
249                                 | OR_GPCM_SCY_15 \
250                                 | OR_GPCM_SETA \
251                                 | OR_GPCM_TRLX_SET \
252                                 | OR_GPCM_EHTR_SET \
253                                 | OR_GPCM_EAD)
254
255 #define CONFIG_SYS_LBLAWBAR1_PRELIM     CONFIG_SYS_VSC7385_BASE
256 #define CONFIG_SYS_LBLAWAR1_PRELIM      (LBLAWAR_EN | LBLAWAR_128KB)
257
258 #endif
259
260 /* LED */
261
262 #define CONFIG_SYS_LED_BASE     0xF9000000
263 #define CONFIG_SYS_BR2_PRELIM   (CONFIG_SYS_LED_BASE \
264                                 | BR_PS_8 \
265                                 | BR_MS_GPCM \
266                                 | BR_V)
267 #define CONFIG_SYS_OR2_PRELIM   (OR_AM_2MB \
268                                 | OR_GPCM_CSNT \
269                                 | OR_GPCM_ACS_DIV2 \
270                                 | OR_GPCM_XACS \
271                                 | OR_GPCM_SCY_9 \
272                                 | OR_GPCM_TRLX_SET \
273                                 | OR_GPCM_EHTR_SET \
274                                 | OR_GPCM_EAD)
275
276 /* Compact Flash */
277
278 #ifdef CONFIG_COMPACT_FLASH
279
280 #define CONFIG_SYS_CF_BASE      0xF0000000
281
282 #define CONFIG_SYS_BR3_PRELIM   (CONFIG_SYS_CF_BASE \
283                                 | BR_PS_16 \
284                                 | BR_MS_UPMA \
285                                 | BR_V)
286 #define CONFIG_SYS_OR3_PRELIM   (OR_UPM_AM | OR_UPM_BI)
287
288 #define CONFIG_SYS_LBLAWBAR3_PRELIM     CONFIG_SYS_CF_BASE
289 #define CONFIG_SYS_LBLAWAR3_PRELIM      (LBLAWAR_EN | LBLAWAR_64KB)
290
291 #endif
292
293 /*
294  * U-Boot memory configuration
295  */
296 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE    /* start of monitor */
297
298 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
299 #define CONFIG_SYS_RAMBOOT
300 #else
301 #undef  CONFIG_SYS_RAMBOOT
302 #endif
303
304 #define CONFIG_SYS_INIT_RAM_LOCK
305 #define CONFIG_SYS_INIT_RAM_ADDR        0xFD000000      /* Initial RAM addr */
306 #define CONFIG_SYS_INIT_RAM_SIZE        0x1000  /* Size of used area in RAM*/
307
308 #define CONFIG_SYS_GBL_DATA_OFFSET      \
309                         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
310 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
311
312 /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
313 #define CONFIG_SYS_MONITOR_LEN  (512 * 1024) /* Reserve 512 kB for Mon */
314 #define CONFIG_SYS_MALLOC_LEN   (256 * 1024) /* Reserved for malloc */
315
316 /*
317  * Local Bus LCRR and LBCR regs
318  *    LCRR:  DLL bypass, Clock divider is 4
319  * External Local Bus rate is
320  *    CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV
321  */
322 #define CONFIG_SYS_LCRR_DBYP    LCRR_DBYP
323 #define CONFIG_SYS_LCRR_CLKDIV  LCRR_CLKDIV_4
324 #define CONFIG_SYS_LBC_LBCR     0x00000000
325
326                                 /* LB sdram refresh timer, about 6us */
327 #define CONFIG_SYS_LBC_LSRT     0x32000000
328                                 /* LB refresh timer prescal, 266MHz/32*/
329 #define CONFIG_SYS_LBC_MRTPR    0x20000000
330
331 /*
332  * Serial Port
333  */
334 #define CONFIG_SYS_NS16550_SERIAL
335 #define CONFIG_SYS_NS16550_REG_SIZE     1
336 #define CONFIG_SYS_NS16550_CLK          get_bus_freq(0)
337
338 #define CONFIG_SYS_BAUDRATE_TABLE  \
339                 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
340
341 #define CONSOLE                 ttyS0
342
343 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x4500)
344 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600)
345
346 /*
347  * PCI
348  */
349 #ifdef CONFIG_PCI
350 #define CONFIG_PCI_INDIRECT_BRIDGE
351
352 #define CONFIG_MPC83XX_PCI2
353
354 /*
355  * General PCI
356  * Addresses are mapped 1-1.
357  */
358 #define CONFIG_SYS_PCI1_MEM_BASE        0x80000000
359 #define CONFIG_SYS_PCI1_MEM_PHYS        CONFIG_SYS_PCI1_MEM_BASE
360 #define CONFIG_SYS_PCI1_MEM_SIZE        0x10000000      /* 256M */
361 #define CONFIG_SYS_PCI1_MMIO_BASE       \
362                         (CONFIG_SYS_PCI1_MEM_BASE + CONFIG_SYS_PCI1_MEM_SIZE)
363 #define CONFIG_SYS_PCI1_MMIO_PHYS       CONFIG_SYS_PCI1_MMIO_BASE
364 #define CONFIG_SYS_PCI1_MMIO_SIZE       0x10000000      /* 256M */
365 #define CONFIG_SYS_PCI1_IO_BASE         0x00000000
366 #define CONFIG_SYS_PCI1_IO_PHYS         0xE2000000
367 #define CONFIG_SYS_PCI1_IO_SIZE         0x01000000      /* 16M */
368
369 #ifdef CONFIG_MPC83XX_PCI2
370 #define CONFIG_SYS_PCI2_MEM_BASE        \
371                         (CONFIG_SYS_PCI1_MMIO_BASE + CONFIG_SYS_PCI1_MMIO_SIZE)
372 #define CONFIG_SYS_PCI2_MEM_PHYS        CONFIG_SYS_PCI2_MEM_BASE
373 #define CONFIG_SYS_PCI2_MEM_SIZE        0x10000000      /* 256M */
374 #define CONFIG_SYS_PCI2_MMIO_BASE       \
375                         (CONFIG_SYS_PCI2_MEM_BASE + CONFIG_SYS_PCI2_MEM_SIZE)
376 #define CONFIG_SYS_PCI2_MMIO_PHYS       CONFIG_SYS_PCI2_MMIO_BASE
377 #define CONFIG_SYS_PCI2_MMIO_SIZE       0x10000000      /* 256M */
378 #define CONFIG_SYS_PCI2_IO_BASE         0x00000000
379 #define CONFIG_SYS_PCI2_IO_PHYS         \
380                         (CONFIG_SYS_PCI1_IO_PHYS + CONFIG_SYS_PCI1_IO_SIZE)
381 #define CONFIG_SYS_PCI2_IO_SIZE         0x01000000      /* 16M */
382 #endif
383
384 #ifndef CONFIG_PCI_PNP
385     #define PCI_ENET0_IOADDR    0x00000000
386     #define PCI_ENET0_MEMADDR   CONFIG_SYS_PCI2_MEM_BASE
387     #define PCI_IDSEL_NUMBER    0x0f    /* IDSEL = AD15 */
388 #endif
389
390 #define CONFIG_PCI_SCAN_SHOW            /* show pci devices on startup */
391
392 #endif
393
394 #define CONFIG_PCI_66M
395 #ifdef CONFIG_PCI_66M
396 #define CONFIG_83XX_CLKIN       66666666        /* in Hz */
397 #else
398 #define CONFIG_83XX_CLKIN       33333333        /* in Hz */
399 #endif
400
401 /* TSEC */
402
403 #ifdef CONFIG_TSEC_ENET
404 #define CONFIG_TSEC1
405
406 #ifdef CONFIG_TSEC1
407 #define CONFIG_HAS_ETH0
408 #define CONFIG_TSEC1_NAME  "TSEC0"
409 #define CONFIG_SYS_TSEC1_OFFSET 0x24000
410 #define TSEC1_PHY_ADDR          0x1c    /* VSC8201 uses address 0x1c */
411 #define TSEC1_PHYIDX            0
412 #define TSEC1_FLAGS             TSEC_GIGABIT
413 #endif
414
415 #ifdef CONFIG_TSEC2
416 #define CONFIG_HAS_ETH1
417 #define CONFIG_TSEC2_NAME  "TSEC1"
418 #define CONFIG_SYS_TSEC2_OFFSET 0x25000
419
420 #define TSEC2_PHY_ADDR          4
421 #define TSEC2_PHYIDX            0
422 #define TSEC2_FLAGS             TSEC_GIGABIT
423 #endif
424
425 #define CONFIG_ETHPRIME         "Freescale TSEC"
426
427 #endif
428
429 /*
430  * Environment
431  */
432 #define CONFIG_ENV_OVERWRITE
433
434 #ifndef CONFIG_SYS_RAMBOOT
435   #define CONFIG_ENV_ADDR       \
436                         (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
437   #define CONFIG_ENV_SECT_SIZE  0x10000 /* 64K (one sector) for environment */
438   #define CONFIG_ENV_SIZE       0x2000
439 #else
440   #define CONFIG_ENV_ADDR       (CONFIG_SYS_MONITOR_BASE - 0x1000)
441   #define CONFIG_ENV_SIZE       0x2000
442 #endif
443
444 #define CONFIG_LOADS_ECHO       /* echo on for serial download */
445 #define CONFIG_SYS_LOADS_BAUD_CHANGE    /* allow baudrate change */
446
447 /*
448  * BOOTP options
449  */
450 #define CONFIG_BOOTP_BOOTFILESIZE
451
452 /* Watchdog */
453 #undef CONFIG_WATCHDOG          /* watchdog disabled */
454
455 /*
456  * Miscellaneous configurable options
457  */
458
459 #define CONFIG_SYS_LOAD_ADDR    0x2000000       /* default load address */
460 #define CONFIG_LOADADDR 800000  /* default location for tftp and bootm */
461
462 /*
463  * For booting Linux, the board info and command line data
464  * have to be in the first 256 MB of memory, since this is
465  * the maximum mapped by the Linux kernel during initialization.
466  */
467                                 /* Initial Memory map for Linux*/
468 #define CONFIG_SYS_BOOTMAPSZ    (256 << 20)
469 #define CONFIG_SYS_BOOTM_LEN    (64 << 20)      /* Increase max gunzip size */
470
471 #define CONFIG_SYS_HRCW_LOW (\
472         HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
473         HRCWL_DDR_TO_SCB_CLK_1X1 |\
474         HRCWL_CSB_TO_CLKIN_4X1 |\
475         HRCWL_VCO_1X2 |\
476         HRCWL_CORE_TO_CSB_2X1)
477
478 #ifdef CONFIG_SYS_LOWBOOT
479 #define CONFIG_SYS_HRCW_HIGH (\
480         HRCWH_PCI_HOST |\
481         HRCWH_32_BIT_PCI |\
482         HRCWH_PCI1_ARBITER_ENABLE |\
483         HRCWH_PCI2_ARBITER_ENABLE |\
484         HRCWH_CORE_ENABLE |\
485         HRCWH_FROM_0X00000100 |\
486         HRCWH_BOOTSEQ_DISABLE |\
487         HRCWH_SW_WATCHDOG_DISABLE |\
488         HRCWH_ROM_LOC_LOCAL_16BIT |\
489         HRCWH_TSEC1M_IN_GMII |\
490         HRCWH_TSEC2M_IN_GMII)
491 #else
492 #define CONFIG_SYS_HRCW_HIGH (\
493         HRCWH_PCI_HOST |\
494         HRCWH_32_BIT_PCI |\
495         HRCWH_PCI1_ARBITER_ENABLE |\
496         HRCWH_PCI2_ARBITER_ENABLE |\
497         HRCWH_CORE_ENABLE |\
498         HRCWH_FROM_0XFFF00100 |\
499         HRCWH_BOOTSEQ_DISABLE |\
500         HRCWH_SW_WATCHDOG_DISABLE |\
501         HRCWH_ROM_LOC_LOCAL_16BIT |\
502         HRCWH_TSEC1M_IN_GMII |\
503         HRCWH_TSEC2M_IN_GMII)
504 #endif
505
506 /*
507  * System performance
508  */
509 #define CONFIG_SYS_ACR_PIPE_DEP 3       /* Arbiter pipeline depth (0-3) */
510 #define CONFIG_SYS_ACR_RPTCNT   3       /* Arbiter repeat count (0-7) */
511 #define CONFIG_SYS_SPCR_TSEC1EP 3       /* TSEC1 emergency priority (0-3) */
512 #define CONFIG_SYS_SPCR_TSEC2EP 3       /* TSEC2 emergency priority (0-3) */
513 #define CONFIG_SYS_SCCR_TSEC1CM 1       /* TSEC1 clock mode (0-3) */
514 #define CONFIG_SYS_SCCR_TSEC2CM 1       /* TSEC2 & I2C0 clock mode (0-3) */
515 #define CONFIG_SYS_SCCR_USBMPHCM 3      /* USB MPH controller's clock */
516 #define CONFIG_SYS_SCCR_USBDRCM 0       /* USB DR controller's clock */
517
518 /*
519  * System IO Config
520  */
521 /* Needed for gigabit to work on TSEC 1 */
522 #define CONFIG_SYS_SICRH SICRH_TSOBI1
523                                 /* USB DR as device + USB MPH as host */
524 #define CONFIG_SYS_SICRL        (SICRL_LDP_A | SICRL_USB1)
525
526 #define CONFIG_SYS_HID0_INIT    0x00000000
527 #define CONFIG_SYS_HID0_FINAL   HID0_ENABLE_INSTRUCTION_CACHE
528
529 #define CONFIG_SYS_HID2 HID2_HBE
530 #define CONFIG_HIGH_BATS        1       /* High BATs supported */
531
532 /* DDR  */
533 #define CONFIG_SYS_IBAT0L       (CONFIG_SYS_SDRAM_BASE \
534                                 | BATL_PP_RW \
535                                 | BATL_MEMCOHERENCE)
536 #define CONFIG_SYS_IBAT0U       (CONFIG_SYS_SDRAM_BASE \
537                                 | BATU_BL_256M \
538                                 | BATU_VS \
539                                 | BATU_VP)
540
541 /* PCI  */
542 #ifdef CONFIG_PCI
543 #define CONFIG_SYS_IBAT1L       (CONFIG_SYS_PCI1_MEM_BASE \
544                                 | BATL_PP_RW \
545                                 | BATL_MEMCOHERENCE)
546 #define CONFIG_SYS_IBAT1U       (CONFIG_SYS_PCI1_MEM_BASE \
547                                 | BATU_BL_256M \
548                                 | BATU_VS \
549                                 | BATU_VP)
550 #define CONFIG_SYS_IBAT2L       (CONFIG_SYS_PCI1_MMIO_BASE \
551                                 | BATL_PP_RW \
552                                 | BATL_CACHEINHIBIT \
553                                 | BATL_GUARDEDSTORAGE)
554 #define CONFIG_SYS_IBAT2U       (CONFIG_SYS_PCI1_MMIO_BASE \
555                                 | BATU_BL_256M \
556                                 | BATU_VS \
557                                 | BATU_VP)
558 #else
559 #define CONFIG_SYS_IBAT1L       0
560 #define CONFIG_SYS_IBAT1U       0
561 #define CONFIG_SYS_IBAT2L       0
562 #define CONFIG_SYS_IBAT2U       0
563 #endif
564
565 #ifdef CONFIG_MPC83XX_PCI2
566 #define CONFIG_SYS_IBAT3L       (CONFIG_SYS_PCI2_MEM_BASE \
567                                 | BATL_PP_RW \
568                                 | BATL_MEMCOHERENCE)
569 #define CONFIG_SYS_IBAT3U       (CONFIG_SYS_PCI2_MEM_BASE \
570                                 | BATU_BL_256M \
571                                 | BATU_VS \
572                                 | BATU_VP)
573 #define CONFIG_SYS_IBAT4L       (CONFIG_SYS_PCI2_MMIO_BASE \
574                                 | BATL_PP_RW \
575                                 | BATL_CACHEINHIBIT \
576                                 | BATL_GUARDEDSTORAGE)
577 #define CONFIG_SYS_IBAT4U       (CONFIG_SYS_PCI2_MMIO_BASE \
578                                 | BATU_BL_256M \
579                                 | BATU_VS \
580                                 | BATU_VP)
581 #else
582 #define CONFIG_SYS_IBAT3L       0
583 #define CONFIG_SYS_IBAT3U       0
584 #define CONFIG_SYS_IBAT4L       0
585 #define CONFIG_SYS_IBAT4U       0
586 #endif
587
588 /* IMMRBAR @ 0xE0000000, PCI IO @ 0xE2000000 & BCSR @ 0xE2400000 */
589 #define CONFIG_SYS_IBAT5L       (CONFIG_SYS_IMMR \
590                                 | BATL_PP_RW \
591                                 | BATL_CACHEINHIBIT \
592                                 | BATL_GUARDEDSTORAGE)
593 #define CONFIG_SYS_IBAT5U       (CONFIG_SYS_IMMR \
594                                 | BATU_BL_256M \
595                                 | BATU_VS \
596                                 | BATU_VP)
597
598 /* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */
599 #define CONFIG_SYS_IBAT6L       (0xF0000000 \
600                                 | BATL_PP_RW \
601                                 | BATL_MEMCOHERENCE \
602                                 | BATL_GUARDEDSTORAGE)
603 #define CONFIG_SYS_IBAT6U       (0xF0000000 \
604                                 | BATU_BL_256M \
605                                 | BATU_VS \
606                                 | BATU_VP)
607
608 #define CONFIG_SYS_IBAT7L       0
609 #define CONFIG_SYS_IBAT7U       0
610
611 #define CONFIG_SYS_DBAT0L       CONFIG_SYS_IBAT0L
612 #define CONFIG_SYS_DBAT0U       CONFIG_SYS_IBAT0U
613 #define CONFIG_SYS_DBAT1L       CONFIG_SYS_IBAT1L
614 #define CONFIG_SYS_DBAT1U       CONFIG_SYS_IBAT1U
615 #define CONFIG_SYS_DBAT2L       CONFIG_SYS_IBAT2L
616 #define CONFIG_SYS_DBAT2U       CONFIG_SYS_IBAT2U
617 #define CONFIG_SYS_DBAT3L       CONFIG_SYS_IBAT3L
618 #define CONFIG_SYS_DBAT3U       CONFIG_SYS_IBAT3U
619 #define CONFIG_SYS_DBAT4L       CONFIG_SYS_IBAT4L
620 #define CONFIG_SYS_DBAT4U       CONFIG_SYS_IBAT4U
621 #define CONFIG_SYS_DBAT5L       CONFIG_SYS_IBAT5L
622 #define CONFIG_SYS_DBAT5U       CONFIG_SYS_IBAT5U
623 #define CONFIG_SYS_DBAT6L       CONFIG_SYS_IBAT6L
624 #define CONFIG_SYS_DBAT6U       CONFIG_SYS_IBAT6U
625 #define CONFIG_SYS_DBAT7L       CONFIG_SYS_IBAT7L
626 #define CONFIG_SYS_DBAT7U       CONFIG_SYS_IBAT7U
627
628 #if defined(CONFIG_CMD_KGDB)
629 #define CONFIG_KGDB_BAUDRATE    230400  /* speed of kgdb serial port */
630 #endif
631
632 /*
633  * Environment Configuration
634  */
635 #define CONFIG_ENV_OVERWRITE
636
637 #define CONFIG_NETDEV           "eth0"
638
639 /* Default path and filenames */
640 #define CONFIG_ROOTPATH         "/nfsroot/rootfs"
641 #define CONFIG_BOOTFILE         "uImage"
642                                 /* U-Boot image on TFTP server */
643 #define CONFIG_UBOOTPATH        "u-boot.bin"
644
645 #ifdef CONFIG_MPC8349ITX
646 #define CONFIG_FDTFILE          "mpc8349emitx.dtb"
647 #else
648 #define CONFIG_FDTFILE          "mpc8349emitxgp.dtb"
649 #endif
650
651
652 #define CONFIG_EXTRA_ENV_SETTINGS \
653         "console=" __stringify(CONSOLE) "\0"                    \
654         "netdev=" CONFIG_NETDEV "\0"                                    \
655         "uboot=" CONFIG_UBOOTPATH "\0"                                  \
656         "tftpflash=tftpboot $loadaddr $uboot; "                         \
657                 "protect off " __stringify(CONFIG_SYS_TEXT_BASE)        \
658                         " +$filesize; " \
659                 "erase " __stringify(CONFIG_SYS_TEXT_BASE)              \
660                         " +$filesize; " \
661                 "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE)     \
662                         " $filesize; "  \
663                 "protect on " __stringify(CONFIG_SYS_TEXT_BASE)         \
664                         " +$filesize; " \
665                 "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE)    \
666                         " $filesize\0"  \
667         "fdtaddr=780000\0"                                              \
668         "fdtfile=" CONFIG_FDTFILE "\0"
669
670 #define CONFIG_NFSBOOTCOMMAND                                           \
671         "setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath"  \
672         " ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off "\
673         " console=$console,$baudrate $othbootargs; "                    \
674         "tftp $loadaddr $bootfile;"                                     \
675         "tftp $fdtaddr $fdtfile;"                                       \
676         "bootm $loadaddr - $fdtaddr"
677
678 #define CONFIG_RAMBOOTCOMMAND                                           \
679         "setenv bootargs root=/dev/ram rw"                              \
680         " console=$console,$baudrate $othbootargs; "                    \
681         "tftp $ramdiskaddr $ramdiskfile;"                               \
682         "tftp $loadaddr $bootfile;"                                     \
683         "tftp $fdtaddr $fdtfile;"                                       \
684         "bootm $loadaddr $ramdiskaddr $fdtaddr"
685
686 #endif