]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xpedite517x.h
i2c, multibus: get rid of CONFIG_I2C_MUX
[people/ms/u-boot.git] / include / configs / xpedite517x.h
CommitLineData
5da6f806
PT
1/*
2 * Copyright 2009 Extreme Engineering Solutions, Inc.
3 * Copyright 2007-2008 Freescale Semiconductor, Inc.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24/*
c00ac259 25 * xpedite517x board configuration file
5da6f806
PT
26 */
27#ifndef __CONFIG_H
28#define __CONFIG_H
29
30/*
31 * High Level Configuration Options
32 */
33#define CONFIG_MPC86xx 1 /* MPC86xx */
34#define CONFIG_MPC8641 1 /* MPC8641 specific */
35#define CONFIG_XPEDITE5140 1 /* MPC8641HPCN board specific */
36#define CONFIG_SYS_BOARD_NAME "XPedite5170"
92af6549 37#define CONFIG_SYS_FORM_3U_VPX 1
5da6f806
PT
38#define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */
39#define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */
4bbfd3e2 40#define CONFIG_BAT_RW 1 /* Use common BAT rw code */
5da6f806
PT
41#define CONFIG_HIGH_BATS 1 /* High BATs supported and enabled */
42#define CONFIG_ALTIVEC 1
43
2ae18241
WD
44#define CONFIG_SYS_TEXT_BASE 0xfff00000
45
5da6f806
PT
46#define CONFIG_PCI 1 /* Enable PCI/PCIE */
47#define CONFIG_PCI_PNP 1 /* do pci plug-and-play */
48#define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */
49#define CONFIG_PCIE1 1 /* PCIE controler 1 */
50#define CONFIG_PCIE2 1 /* PCIE controler 2 */
51#define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */
842033e6 52#define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */
5da6f806
PT
53#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
54#define CONFIG_FSL_LAW 1 /* Use common FSL init code */
55
56/*
57 * DDR config
58 */
59#define CONFIG_FSL_DDR2
60#define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */
61#define CONFIG_DDR_SPD
62#define CONFIG_MEM_INIT_VALUE 0xdeadbeef
63#define SPD_EEPROM_ADDRESS1 0x54 /* Both channels use the */
64#define SPD_EEPROM_ADDRESS2 0x54 /* same SPD data */
65#define SPD_EEPROM_OFFSET 0x200 /* OFFSET of SPD in EEPROM */
66#define CONFIG_NUM_DDR_CONTROLLERS 2
67#define CONFIG_DIMM_SLOTS_PER_CTLR 1
68#define CONFIG_CHIP_SELECTS_PER_CTRL 1
69#define CONFIG_DDR_ECC
70#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
71#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
72#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
73#define CONFIG_VERY_BIG_RAM
74#define CONFIG_SYS_MAX_DDR_BAT_SIZE 0x80000000 /* BAT mapping size */
75
76/*
77 * virtual address to be used for temporary mappings. There
78 * should be 128k free at this VA.
79 */
80#define CONFIG_SYS_SCRATCH_VA 0xe0000000
81
82#ifndef __ASSEMBLY__
83extern unsigned long get_board_sys_clk(unsigned long dummy);
84#endif
85
86#define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) /* sysclk for MPC86xx */
87
88/*
89 * L2CR setup
90 */
91#define CONFIG_SYS_L2
92#define L2_INIT 0
93#define L2_ENABLE (L2CR_L2E)
94
95/*
96 * Base addresses -- Note these are effective addresses where the
97 * actual resources get mapped (not physical addresses)
98 */
99#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */
100#define CONFIG_SYS_CCSRBAR 0xef000000 /* relocated CCSRBAR */
101#define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR
102#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
103#define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0
104#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
5da6f806
PT
105
106/*
107 * Diagnostics
108 */
109#define CONFIG_SYS_ALT_MEMTEST
110#define CONFIG_SYS_MEMTEST_START 0x10000000
111#define CONFIG_SYS_MEMTEST_END 0x20000000
66a8b440
PT
112#define CONFIG_POST (CONFIG_SYS_POST_MEMORY |\
113 CONFIG_SYS_POST_I2C)
114#define I2C_ADDR_LIST {CONFIG_SYS_I2C_DS1621_ADDR, \
115 CONFIG_SYS_I2C_DS4510_ADDR, \
116 CONFIG_SYS_I2C_EEPROM_ADDR, \
117 CONFIG_SYS_I2C_LM90_ADDR, \
118 CONFIG_SYS_I2C_PCA9553_ADDR, \
119 CONFIG_SYS_I2C_PCA953X_ADDR0, \
120 CONFIG_SYS_I2C_PCA953X_ADDR1, \
121 CONFIG_SYS_I2C_PCA953X_ADDR2, \
122 CONFIG_SYS_I2C_PCA953X_ADDR3, \
123 CONFIG_SYS_I2C_PEX8518_ADDR, \
124 CONFIG_SYS_I2C_RTC_ADDR}
125/* The XPedite5170 can host an XMC which has an EEPROM at address 0x50 */
126#define I2C_ADDR_IGNORE_LIST {0x50}
5da6f806
PT
127
128/*
129 * Memory map
130 * 0x0000_0000 0x7fff_ffff DDR 2G Cacheable
131 * 0x8000_0000 0xbfff_ffff PCIe1 Mem 1G non-cacheable
132 * 0xc000_0000 0xcfff_ffff PCIe2 Mem 256M non-cacheable
133 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
134 * 0xe800_0000 0xe87f_ffff PCIe1 IO 8M non-cacheable
135 * 0xe880_0000 0xe8ff_ffff PCIe2 IO 8M non-cacheable
136 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
137 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
138 * 0xf000_0000 0xf7ff_ffff NOR Flash 2 128M non-cacheable
139 * 0xf800_0000 0xffff_ffff NOR Flash 1 128M non-cacheable
140 */
141
202d9487 142#define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_4 | LCRR_EADC_3)
5da6f806
PT
143
144/*
145 * NAND flash configuration
146 */
147#define CONFIG_SYS_NAND_BASE 0xef800000
148#define CONFIG_SYS_NAND_BASE2 0xef840000 /* Unused at this time */
149#define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE2}
150#define CONFIG_SYS_MAX_NAND_DEVICE 2
151#define CONFIG_NAND_ACTL
152#define CONFIG_SYS_NAND_ACTL_ALE (1 << 14) /* C_LA14 */
153#define CONFIG_SYS_NAND_ACTL_CLE (1 << 15) /* C_LA15 */
154#define CONFIG_SYS_NAND_ACTL_NCE 0 /* NCE not controlled by ADDR */
155#define CONFIG_SYS_NAND_ACTL_DELAY 25
156#define CONFIG_SYS_NAND_QUIET_TEST
157#define CONFIG_JFFS2_NAND
158
159/*
160 * NOR flash configuration
161 */
162#define CONFIG_SYS_FLASH_BASE 0xf8000000
163#define CONFIG_SYS_FLASH_BASE2 0xf0000000
164#define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE2}
165#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
166#define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */
167#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
168#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
169#define CONFIG_FLASH_CFI_DRIVER
170#define CONFIG_SYS_FLASH_CFI
171#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
172#define CONFIG_SYS_FLASH_AUTOPROTECT_LIST { {0xfff00000, 0xc0000}, \
173 {0xf7f00000, 0xc0000} }
14d0a02a 174#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
5da6f806
PT
175#define CONFIG_SYS_MONITOR_BASE_EARLY 0xfff00000 /* early monitor loc */
176
177/*
178 * Chip select configuration
179 */
180/* NOR Flash 0 on CS0 */
181#define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE |\
182 BR_PS_16 |\
183 BR_V)
184#define CONFIG_SYS_OR0_PRELIM (OR_AM_128MB |\
185 OR_GPCM_CSNT |\
186 OR_GPCM_XACS |\
187 OR_GPCM_ACS_DIV2 |\
188 OR_GPCM_SCY_8 |\
189 OR_GPCM_TRLX |\
190 OR_GPCM_EHTR |\
191 OR_GPCM_EAD)
192
193/* NOR Flash 1 on CS1 */
194#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_FLASH_BASE2 |\
195 BR_PS_16 |\
196 BR_V)
197#define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_OR0_PRELIM
198
199/* NAND flash on CS2 */
200#define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE |\
201 BR_PS_8 |\
202 BR_V)
203#define CONFIG_SYS_OR2_PRELIM (OR_AM_256KB |\
204 OR_GPCM_BCTLD |\
205 OR_GPCM_CSNT |\
206 OR_GPCM_ACS_DIV4 |\
207 OR_GPCM_SCY_4 |\
208 OR_GPCM_TRLX |\
209 OR_GPCM_EHTR)
210
211/* Optional NAND flash on CS3 */
212#define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_NAND_BASE2 |\
213 BR_PS_8 |\
214 BR_V)
215#define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_OR2_PRELIM
216
217/*
218 * Use L1 as initial stack
219 */
220#define CONFIG_SYS_INIT_RAM_LOCK 1
221#define CONFIG_SYS_INIT_RAM_ADDR 0xe0000000
553f0982 222#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000
5da6f806 223
25ddd1fb 224#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
5da6f806
PT
225#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
226
227#define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 KB for Mon */
228#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc */
229
230/*
231 * Serial Port
232 */
233#define CONFIG_CONS_INDEX 1
234#define CONFIG_SYS_NS16550
235#define CONFIG_SYS_NS16550_SERIAL
236#define CONFIG_SYS_NS16550_REG_SIZE 1
237#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
238#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
239#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
240#define CONFIG_SYS_BAUDRATE_TABLE \
241 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
242#define CONFIG_BAUDRATE 115200
243#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
244#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
245
246/*
247 * Use the HUSH parser
248 */
249#define CONFIG_SYS_HUSH_PARSER
5da6f806
PT
250
251/*
252 * Pass open firmware flat tree
253 */
254#define CONFIG_OF_LIBFDT 1
255#define CONFIG_OF_BOARD_SETUP 1
256#define CONFIG_OF_STDOUT_VIA_ALIAS 1
257
5da6f806
PT
258/*
259 * I2C
260 */
00f792e0
HS
261#define CONFIG_SYS_I2C
262#define CONFIG_SYS_I2C_FSL
263#define CONFIG_SYS_FSL_I2C_SPEED 100000
264#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
265#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
266#define CONFIG_SYS_FSL_I2C2_SPEED 100000
267#define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F
268#define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100
5da6f806
PT
269
270/* PEX8518 slave I2C interface */
271#define CONFIG_SYS_I2C_PEX8518_ADDR 0x70
272
273/* I2C DS1631 temperature sensor */
274#define CONFIG_SYS_I2C_DS1621_ADDR 0x48
275#define CONFIG_DTT_DS1621
276#define CONFIG_DTT_SENSORS { 0 }
66a8b440 277#define CONFIG_SYS_I2C_LM90_ADDR 0x4c
5da6f806
PT
278
279/* I2C EEPROM - AT24C128B */
280#define CONFIG_SYS_I2C_EEPROM_ADDR 0x54
281#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
282#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 6 /* 64 byte pages */
283#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* take up to 10 msec */
284
285/* I2C RTC */
286#define CONFIG_RTC_M41T11 1
287#define CONFIG_SYS_I2C_RTC_ADDR 0x68
288#define CONFIG_SYS_M41T11_BASE_YEAR 2000
289
290/* GPIO/EEPROM/SRAM */
291#define CONFIG_DS4510
292#define CONFIG_SYS_I2C_DS4510_ADDR 0x51
293
294/* GPIO */
295#define CONFIG_PCA953X
296#define CONFIG_SYS_I2C_PCA953X_ADDR0 0x18
297#define CONFIG_SYS_I2C_PCA953X_ADDR1 0x1c
298#define CONFIG_SYS_I2C_PCA953X_ADDR2 0x1e
299#define CONFIG_SYS_I2C_PCA953X_ADDR3 0x1f
300#define CONFIG_SYS_I2C_PCA953X_ADDR CONFIG_SYS_I2C_PCA953X_ADDR0
66a8b440 301#define CONFIG_SYS_I2C_PCA9553_ADDR 0x62
5da6f806
PT
302
303/*
304 * PU = pulled high, PD = pulled low
305 * I = input, O = output, IO = input/output
306 */
307/* PCA9557 @ 0x18*/
308#define CONFIG_SYS_PCA953X_C0_SER0_EN 0x01 /* PU; UART0 enable (1: enabled) */
309#define CONFIG_SYS_PCA953X_C0_SER0_MODE 0x02 /* PU; UART0 serial mode select */
310#define CONFIG_SYS_PCA953X_C0_SER1_EN 0x04 /* PU; UART1 enable (1: enabled) */
311#define CONFIG_SYS_PCA953X_C0_SER1_MODE 0x08 /* PU; UART1 serial mode select */
312#define CONFIG_SYS_PCA953X_C0_FLASH_PASS_CS 0x10 /* PU; Boot flash CS select */
313#define CONFIG_SYS_PCA953X_NVM_WP 0x20 /* PU; Set to 0 to enable NVM writing */
314
315/* PCA9557 @ 0x1c*/
316#define CONFIG_SYS_PCA953X_XMC0_ROOT0 0x01 /* PU; Low if XMC is RC */
317#define CONFIG_SYS_PCA953X_PLUG_GPIO0 0x02 /* Samtec connector GPIO */
318#define CONFIG_SYS_PCA953X_XMC0_WAKE 0x04 /* PU; XMC wake */
319#define CONFIG_SYS_PCA953X_XMC0_BIST 0x08 /* PU; XMC built in self test */
320#define CONFIG_SYS_PCA953X_XMC_PRESENT 0x10 /* PU; Low if XMC module installed */
321#define CONFIG_SYS_PCA953X_PMC_PRESENT 0x20 /* PU; Low if PMC module installed */
322#define CONFIG_SYS_PCA953X_PMC0_MONARCH 0x40 /* PMC monarch mode enable */
323#define CONFIG_SYS_PCA953X_PMC0_EREADY 0x80 /* PU; PMC PCI eready */
324
325/* PCA9557 @ 0x1e*/
326#define CONFIG_SYS_PCA953X_P0_GA0 0x01 /* PU; VPX Geographical address */
327#define CONFIG_SYS_PCA953X_P0_GA1 0x02 /* PU; VPX Geographical address */
328#define CONFIG_SYS_PCA953X_P0_GA2 0x04 /* PU; VPX Geographical address */
329#define CONFIG_SYS_PCA953X_P0_GA3 0x08 /* PU; VPX Geographical address */
330#define CONFIG_SYS_PCA953X_P0_GA4 0x10 /* PU; VPX Geographical address */
331#define CONFIG_SYS_PCA953X_P0_GAP 0x20 /* PU; VPX Geographical address parity */
332#define CONFIG_SYS_PCA953X_P1_SYSEN 0x80 /* PU; VPX P1 SYSCON */
333
334/* PCA9557 @ 0x1f */
335#define CONFIG_SYS_PCA953X_VPX_GPIO0 0x01 /* PU; VPX P15 GPIO */
336#define CONFIG_SYS_PCA953X_VPX_GPIO1 0x02 /* PU; VPX P15 GPIO */
337#define CONFIG_SYS_PCA953X_VPX_GPIO2 0x04 /* PU; VPX P15 GPIO */
338#define CONFIG_SYS_PCA953X_VPX_GPIO3 0x08 /* PU; VPX P15 GPIO */
339
340/*
341 * General PCI
342 * Memory space is mapped 1-1, but I/O space must start from 0.
343 */
344/* PCIE1 - PEX8518 */
9660c5de
PT
345#define CONFIG_SYS_PCIE1_MEM_BUS 0x80000000
346#define CONFIG_SYS_PCIE1_MEM_PHYS CONFIG_SYS_PCIE1_MEM_BUS
5da6f806 347#define CONFIG_SYS_PCIE1_MEM_SIZE 0x40000000 /* 1G */
9660c5de 348#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
5da6f806
PT
349#define CONFIG_SYS_PCIE1_IO_PHYS 0xe8000000
350#define CONFIG_SYS_PCIE1_IO_SIZE 0x00800000 /* 8M */
351
352/* PCIE2 - VPX P1 */
9660c5de
PT
353#define CONFIG_SYS_PCIE2_MEM_BUS 0xc0000000
354#define CONFIG_SYS_PCIE2_MEM_PHYS CONFIG_SYS_PCIE2_MEM_BUS
5da6f806 355#define CONFIG_SYS_PCIE2_MEM_SIZE 0x10000000 /* 256M */
9660c5de 356#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
5da6f806
PT
357#define CONFIG_SYS_PCIE2_IO_PHYS 0xe8800000
358#define CONFIG_SYS_PCIE2_IO_SIZE 0x00800000 /* 8M */
359
360/*
361 * Networking options
362 */
363#define CONFIG_TSEC_ENET /* tsec ethernet support */
364#define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */
5da6f806
PT
365#define CONFIG_MII 1 /* MII PHY management */
366#define CONFIG_ETHPRIME "eTSEC1"
367
368#define CONFIG_TSEC1 1
369#define CONFIG_TSEC1_NAME "eTSEC1"
370#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
371#define TSEC1_PHY_ADDR 1
372#define TSEC1_PHYIDX 0
373#define CONFIG_HAS_ETH0
374
375#define CONFIG_TSEC2 1
376#define CONFIG_TSEC2_NAME "eTSEC2"
377#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
378#define TSEC2_PHY_ADDR 2
379#define TSEC2_PHYIDX 0
380#define CONFIG_HAS_ETH1
381
382/*
383 * BAT mappings
384 */
385#if (CONFIG_SYS_CCSRBAR_DEFAULT != CONFIG_SYS_CCSRBAR)
386#define CONFIG_SYS_CCSR_DEFAULT_DBATL (CONFIG_SYS_CCSRBAR_DEFAULT |\
387 BATL_PP_RW |\
388 BATL_CACHEINHIBIT |\
389 BATL_GUARDEDSTORAGE)
390#define CONFIG_SYS_CCSR_DEFAULT_DBATU (CONFIG_SYS_CCSRBAR_DEFAULT |\
391 BATU_BL_1M |\
392 BATU_VS |\
393 BATU_VP)
394#define CONFIG_SYS_CCSR_DEFAULT_IBATL (CONFIG_SYS_CCSRBAR_DEFAULT |\
395 BATL_PP_RW |\
396 BATL_CACHEINHIBIT)
397#define CONFIG_SYS_CCSR_DEFAULT_IBATU CONFIG_SYS_CCSR_DEFAULT_DBATU
398#endif
399
400/*
401 * BAT0 2G Cacheable, non-guarded
402 * 0x0000_0000 2G DDR
403 */
404#define CONFIG_SYS_DBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE)
405#define CONFIG_SYS_DBAT0U (BATU_BL_2G | BATU_VS | BATU_VP)
406#define CONFIG_SYS_IBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE)
407#define CONFIG_SYS_IBAT0U CONFIG_SYS_DBAT0U
408
409/*
410 * BAT1 1G Cache-inhibited, guarded
411 * 0x8000_0000 1G PCI-Express 1 Memory
412 */
413#define CONFIG_SYS_DBAT1L (CONFIG_SYS_PCIE1_MEM_PHYS |\
414 BATL_PP_RW |\
415 BATL_CACHEINHIBIT |\
416 BATL_GUARDEDSTORAGE)
417#define CONFIG_SYS_DBAT1U (CONFIG_SYS_PCIE1_MEM_PHYS |\
418 BATU_BL_1G |\
419 BATU_VS |\
420 BATU_VP)
421#define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCIE1_MEM_PHYS |\
422 BATL_PP_RW |\
423 BATL_CACHEINHIBIT)
424#define CONFIG_SYS_IBAT1U CONFIG_SYS_DBAT1U
425
426/*
427 * BAT2 512M Cache-inhibited, guarded
428 * 0xc000_0000 512M PCI-Express 2 Memory
429 */
430#define CONFIG_SYS_DBAT2L (CONFIG_SYS_PCIE2_MEM_PHYS |\
431 BATL_PP_RW |\
432 BATL_CACHEINHIBIT |\
433 BATL_GUARDEDSTORAGE)
434#define CONFIG_SYS_DBAT2U (CONFIG_SYS_PCIE2_MEM_PHYS |\
435 BATU_BL_512M |\
436 BATU_VS |\
437 BATU_VP)
438#define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCIE2_MEM_PHYS |\
439 BATL_PP_RW |\
440 BATL_CACHEINHIBIT)
441#define CONFIG_SYS_IBAT2U CONFIG_SYS_DBAT2U
442
443/*
444 * BAT3 1M Cache-inhibited, guarded
445 * 0xe000_0000 1M CCSR
446 */
447#define CONFIG_SYS_DBAT3L (CONFIG_SYS_CCSRBAR |\
448 BATL_PP_RW |\
449 BATL_CACHEINHIBIT |\
450 BATL_GUARDEDSTORAGE)
451#define CONFIG_SYS_DBAT3U (CONFIG_SYS_CCSRBAR |\
452 BATU_BL_1M |\
453 BATU_VS |\
454 BATU_VP)
455#define CONFIG_SYS_IBAT3L (CONFIG_SYS_CCSRBAR |\
456 BATL_PP_RW |\
457 BATL_CACHEINHIBIT)
458#define CONFIG_SYS_IBAT3U CONFIG_SYS_DBAT3U
459
460/*
461 * BAT4 32M Cache-inhibited, guarded
462 * 0xe200_0000 16M PCI-Express 1 I/O
463 * 0xe300_0000 16M PCI-Express 2 I/0
464 */
465#define CONFIG_SYS_DBAT4L (CONFIG_SYS_PCIE1_IO_PHYS |\
466 BATL_PP_RW |\
467 BATL_CACHEINHIBIT |\
468 BATL_GUARDEDSTORAGE)
469#define CONFIG_SYS_DBAT4U (CONFIG_SYS_PCIE1_IO_PHYS |\
470 BATU_BL_32M |\
471 BATU_VS |\
472 BATU_VP)
473#define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCIE1_IO_PHYS |\
474 BATL_PP_RW |\
475 BATL_CACHEINHIBIT)
476#define CONFIG_SYS_IBAT4U CONFIG_SYS_DBAT4U
477
478/*
479 * BAT5 128K Cacheable, non-guarded
480 * 0xe400_1000 128K Init RAM for stack in the CPU DCache (no backing memory)
481 */
482#define CONFIG_SYS_DBAT5L (CONFIG_SYS_INIT_RAM_ADDR |\
483 BATL_PP_RW |\
484 BATL_MEMCOHERENCE)
485#define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR |\
486 BATU_BL_128K |\
487 BATU_VS |\
488 BATU_VP)
489#define CONFIG_SYS_IBAT5L CONFIG_SYS_DBAT5L
490#define CONFIG_SYS_IBAT5U CONFIG_SYS_DBAT5U
491
492/*
493 * BAT6 256M Cache-inhibited, guarded
494 * 0xf000_0000 256M FLASH
495 */
496#define CONFIG_SYS_DBAT6L (CONFIG_SYS_FLASH_BASE2 |\
497 BATL_PP_RW |\
498 BATL_CACHEINHIBIT |\
499 BATL_GUARDEDSTORAGE)
500#define CONFIG_SYS_DBAT6U (CONFIG_SYS_FLASH_BASE |\
501 BATU_BL_256M |\
502 BATU_VS |\
503 BATU_VP)
504#define CONFIG_SYS_IBAT6L (CONFIG_SYS_FLASH_BASE |\
505 BATL_PP_RW |\
506 BATL_MEMCOHERENCE)
507#define CONFIG_SYS_IBAT6U CONFIG_SYS_DBAT6U
508
509/* Map the last 1M of flash where we're running from reset */
510#define CONFIG_SYS_DBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY |\
511 BATL_PP_RW |\
512 BATL_CACHEINHIBIT |\
513 BATL_GUARDEDSTORAGE)
14d0a02a 514#define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE |\
5da6f806
PT
515 BATU_BL_1M |\
516 BATU_VS |\
517 BATU_VP)
518#define CONFIG_SYS_IBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY |\
519 BATL_PP_RW |\
520 BATL_MEMCOHERENCE)
521#define CONFIG_SYS_IBAT6U_EARLY CONFIG_SYS_DBAT6U_EARLY
522
523/*
524 * BAT7 64M Cache-inhibited, guarded
525 * 0xe800_0000 64K NAND FLASH
526 * 0xe804_0000 128K DUART Registers
527 */
528#define CONFIG_SYS_DBAT7L (CONFIG_SYS_NAND_BASE |\
529 BATL_PP_RW |\
530 BATL_CACHEINHIBIT |\
531 BATL_GUARDEDSTORAGE)
532#define CONFIG_SYS_DBAT7U (CONFIG_SYS_NAND_BASE |\
533 BATU_BL_512K |\
534 BATU_VS |\
535 BATU_VP)
536#define CONFIG_SYS_IBAT7L (CONFIG_SYS_NAND_BASE |\
537 BATL_PP_RW |\
538 BATL_CACHEINHIBIT)
539#define CONFIG_SYS_IBAT7U CONFIG_SYS_DBAT7U
540
541/*
542 * Command configuration.
543 */
544#include <config_cmd_default.h>
545
546#define CONFIG_CMD_ASKENV
547#define CONFIG_CMD_DATE
548#define CONFIG_CMD_DHCP
549#define CONFIG_CMD_DS4510
550#define CONFIG_CMD_DS4510_INFO
551#define CONFIG_CMD_DTT
552#define CONFIG_CMD_EEPROM
553#define CONFIG_CMD_ELF
554#define CONFIG_CMD_SAVEENV
555#define CONFIG_CMD_FLASH
556#define CONFIG_CMD_I2C
557#define CONFIG_CMD_IRQ
558#define CONFIG_CMD_JFFS2
559#define CONFIG_CMD_MII
560#define CONFIG_CMD_NAND
561#define CONFIG_CMD_NET
562#define CONFIG_CMD_PCA953X
563#define CONFIG_CMD_PCA953X_INFO
564#define CONFIG_CMD_PCI
96d61603 565#define CONFIG_CMD_PCI_ENUM
5da6f806
PT
566#define CONFIG_CMD_PING
567#define CONFIG_CMD_REGINFO
568#define CONFIG_CMD_SNTP
569
570/*
571 * Miscellaneous configurable options
572 */
573#define CONFIG_SYS_LONGHELP /* undef to save memory */
574#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
575#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
576#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
577#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
578#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
579#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
580#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
581#define CONFIG_CMDLINE_EDITING 1 /* Command-line editing */
582#define CONFIG_LOADADDR 0x1000000 /* default location for tftp and bootm */
583#define CONFIG_BOOTDELAY 3 /* -1 disables auto-boot */
584#define CONFIG_PANIC_HANG /* do not reset board on panic */
585#define CONFIG_PREBOOT /* enable preboot variable */
586#define CONFIG_FIT 1
587#define CONFIG_FIT_VERBOSE 1
588#define CONFIG_INTEGRITY /* support booting INTEGRITY OS */
589
590/*
591 * For booting Linux, the board info and command line data
592 * have to be in the first 16 MB of memory, since this is
593 * the maximum mapped by the Linux kernel during initialization.
594 */
595#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
39121c08 596#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
5da6f806 597
5da6f806
PT
598/*
599 * Environment Configuration
600 */
601#define CONFIG_ENV_IS_IN_FLASH 1
602#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128k (one sector) for env */
603#define CONFIG_ENV_SIZE 0x8000
604#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
605
606/*
607 * Flash memory map:
608 * fffc0000 - ffffffff Pri FDT (256KB)
609 * fff80000 - fffbffff Pri U-Boot Environment (256 KB)
610 * fff00000 - fff7ffff Pri U-Boot (512 KB)
611 * fef00000 - ffefffff Pri OS image (16MB)
612 * f8000000 - feefffff Pri OS Use/Filesystem (111MB)
613 *
614 * f7fc0000 - f7ffffff Sec FDT (256KB)
615 * f7f80000 - f7fbffff Sec U-Boot Environment (256 KB)
616 * f7f00000 - f7f7ffff Sec U-Boot (512 KB)
617 * f6f00000 - f7efffff Sec OS image (16MB)
618 * f0000000 - f6efffff Sec OS Use/Filesystem (111MB)
619 */
5368c55d
MV
620#define CONFIG_UBOOT1_ENV_ADDR __stringify(0xfff00000)
621#define CONFIG_UBOOT2_ENV_ADDR __stringify(0xf7f00000)
622#define CONFIG_FDT1_ENV_ADDR __stringify(0xfffc0000)
623#define CONFIG_FDT2_ENV_ADDR __stringify(0xf7fc0000)
624#define CONFIG_OS1_ENV_ADDR __stringify(0xfef00000)
625#define CONFIG_OS2_ENV_ADDR __stringify(0xf6f00000)
5da6f806
PT
626
627#define CONFIG_PROG_UBOOT1 \
628 "$download_cmd $loadaddr $ubootfile; " \
629 "if test $? -eq 0; then " \
630 "protect off "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
631 "erase "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
632 "cp.w $loadaddr "CONFIG_UBOOT1_ENV_ADDR" 40000; " \
633 "protect on "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
634 "cmp.b $loadaddr "CONFIG_UBOOT1_ENV_ADDR" 80000; " \
635 "if test $? -ne 0; then " \
636 "echo PROGRAM FAILED; " \
637 "else; " \
638 "echo PROGRAM SUCCEEDED; " \
639 "fi; " \
640 "else; " \
641 "echo DOWNLOAD FAILED; " \
642 "fi;"
643
644#define CONFIG_PROG_UBOOT2 \
645 "$download_cmd $loadaddr $ubootfile; " \
646 "if test $? -eq 0; then " \
647 "protect off "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
648 "erase "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
649 "cp.w $loadaddr "CONFIG_UBOOT2_ENV_ADDR" 40000; " \
650 "protect on "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
651 "cmp.b $loadaddr "CONFIG_UBOOT2_ENV_ADDR" 80000; " \
652 "if test $? -ne 0; then " \
653 "echo PROGRAM FAILED; " \
654 "else; " \
655 "echo PROGRAM SUCCEEDED; " \
656 "fi; " \
657 "else; " \
658 "echo DOWNLOAD FAILED; " \
659 "fi;"
660
661#define CONFIG_BOOT_OS_NET \
662 "$download_cmd $osaddr $osfile; " \
663 "if test $? -eq 0; then " \
664 "if test -n $fdtaddr; then " \
665 "$download_cmd $fdtaddr $fdtfile; " \
666 "if test $? -eq 0; then " \
667 "bootm $osaddr - $fdtaddr; " \
668 "else; " \
669 "echo FDT DOWNLOAD FAILED; " \
670 "fi; " \
671 "else; " \
672 "bootm $osaddr; " \
673 "fi; " \
674 "else; " \
675 "echo OS DOWNLOAD FAILED; " \
676 "fi;"
677
678#define CONFIG_PROG_OS1 \
679 "$download_cmd $osaddr $osfile; " \
680 "if test $? -eq 0; then " \
681 "erase "CONFIG_OS1_ENV_ADDR" +$filesize; " \
682 "cp.b $osaddr "CONFIG_OS1_ENV_ADDR" $filesize; " \
683 "cmp.b $osaddr "CONFIG_OS1_ENV_ADDR" $filesize; " \
684 "if test $? -ne 0; then " \
685 "echo OS PROGRAM FAILED; " \
686 "else; " \
687 "echo OS PROGRAM SUCCEEDED; " \
688 "fi; " \
689 "else; " \
690 "echo OS DOWNLOAD FAILED; " \
691 "fi;"
692
693#define CONFIG_PROG_OS2 \
694 "$download_cmd $osaddr $osfile; " \
695 "if test $? -eq 0; then " \
696 "erase "CONFIG_OS2_ENV_ADDR" +$filesize; " \
697 "cp.b $osaddr "CONFIG_OS2_ENV_ADDR" $filesize; " \
698 "cmp.b $osaddr "CONFIG_OS2_ENV_ADDR" $filesize; " \
699 "if test $? -ne 0; then " \
700 "echo OS PROGRAM FAILED; " \
701 "else; " \
702 "echo OS PROGRAM SUCCEEDED; " \
703 "fi; " \
704 "else; " \
705 "echo OS DOWNLOAD FAILED; " \
706 "fi;"
707
708#define CONFIG_PROG_FDT1 \
709 "$download_cmd $fdtaddr $fdtfile; " \
710 "if test $? -eq 0; then " \
711 "erase "CONFIG_FDT1_ENV_ADDR" +$filesize;" \
712 "cp.b $fdtaddr "CONFIG_FDT1_ENV_ADDR" $filesize; " \
713 "cmp.b $fdtaddr "CONFIG_FDT1_ENV_ADDR" $filesize; " \
714 "if test $? -ne 0; then " \
715 "echo FDT PROGRAM FAILED; " \
716 "else; " \
717 "echo FDT PROGRAM SUCCEEDED; " \
718 "fi; " \
719 "else; " \
720 "echo FDT DOWNLOAD FAILED; " \
721 "fi;"
722
723#define CONFIG_PROG_FDT2 \
724 "$download_cmd $fdtaddr $fdtfile; " \
725 "if test $? -eq 0; then " \
726 "erase "CONFIG_FDT2_ENV_ADDR" +$filesize;" \
727 "cp.b $fdtaddr "CONFIG_FDT2_ENV_ADDR" $filesize; " \
728 "cmp.b $fdtaddr "CONFIG_FDT2_ENV_ADDR" $filesize; " \
729 "if test $? -ne 0; then " \
730 "echo FDT PROGRAM FAILED; " \
731 "else; " \
732 "echo FDT PROGRAM SUCCEEDED; " \
733 "fi; " \
734 "else; " \
735 "echo FDT DOWNLOAD FAILED; " \
736 "fi;"
737
738#define CONFIG_EXTRA_ENV_SETTINGS \
739 "autoload=yes\0" \
740 "download_cmd=tftp\0" \
741 "console_args=console=ttyS0,115200\0" \
742 "root_args=root=/dev/nfs rw\0" \
743 "misc_args=ip=on\0" \
744 "set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
745 "bootfile=/home/user/file\0" \
c00ac259
PT
746 "osfile=/home/user/board.uImage\0" \
747 "fdtfile=/home/user/board.dtb\0" \
5da6f806
PT
748 "ubootfile=/home/user/u-boot.bin\0" \
749 "fdtaddr=c00000\0" \
750 "osaddr=0x1000000\0" \
751 "loadaddr=0x1000000\0" \
752 "prog_uboot1="CONFIG_PROG_UBOOT1"\0" \
753 "prog_uboot2="CONFIG_PROG_UBOOT2"\0" \
754 "prog_os1="CONFIG_PROG_OS1"\0" \
755 "prog_os2="CONFIG_PROG_OS2"\0" \
756 "prog_fdt1="CONFIG_PROG_FDT1"\0" \
757 "prog_fdt2="CONFIG_PROG_FDT2"\0" \
758 "bootcmd_net=run set_bootargs; "CONFIG_BOOT_OS_NET"\0" \
759 "bootcmd_flash1=run set_bootargs; " \
760 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
761 "bootcmd_flash2=run set_bootargs; " \
762 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\
763 "bootcmd=run bootcmd_flash1\0"
764#endif /* __CONFIG_H */