]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xpedite517x.h
include/asm-offsets.h: automatically generate assembler constants
[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 */
52#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
53#define CONFIG_FSL_LAW 1 /* Use common FSL init code */
54
55/*
56 * DDR config
57 */
58#define CONFIG_FSL_DDR2
59#define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */
60#define CONFIG_DDR_SPD
61#define CONFIG_MEM_INIT_VALUE 0xdeadbeef
62#define SPD_EEPROM_ADDRESS1 0x54 /* Both channels use the */
63#define SPD_EEPROM_ADDRESS2 0x54 /* same SPD data */
64#define SPD_EEPROM_OFFSET 0x200 /* OFFSET of SPD in EEPROM */
65#define CONFIG_NUM_DDR_CONTROLLERS 2
66#define CONFIG_DIMM_SLOTS_PER_CTLR 1
67#define CONFIG_CHIP_SELECTS_PER_CTRL 1
68#define CONFIG_DDR_ECC
69#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
70#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
71#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
72#define CONFIG_VERY_BIG_RAM
73#define CONFIG_SYS_MAX_DDR_BAT_SIZE 0x80000000 /* BAT mapping size */
74
75/*
76 * virtual address to be used for temporary mappings. There
77 * should be 128k free at this VA.
78 */
79#define CONFIG_SYS_SCRATCH_VA 0xe0000000
80
81#ifndef __ASSEMBLY__
82extern unsigned long get_board_sys_clk(unsigned long dummy);
83#endif
84
85#define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) /* sysclk for MPC86xx */
86
87/*
88 * L2CR setup
89 */
90#define CONFIG_SYS_L2
91#define L2_INIT 0
92#define L2_ENABLE (L2CR_L2E)
93
94/*
95 * Base addresses -- Note these are effective addresses where the
96 * actual resources get mapped (not physical addresses)
97 */
98#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */
99#define CONFIG_SYS_CCSRBAR 0xef000000 /* relocated CCSRBAR */
100#define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR
101#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
102#define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0
103#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
5da6f806
PT
104
105/*
106 * Diagnostics
107 */
108#define CONFIG_SYS_ALT_MEMTEST
109#define CONFIG_SYS_MEMTEST_START 0x10000000
110#define CONFIG_SYS_MEMTEST_END 0x20000000
66a8b440
PT
111#define CONFIG_POST (CONFIG_SYS_POST_MEMORY |\
112 CONFIG_SYS_POST_I2C)
113#define I2C_ADDR_LIST {CONFIG_SYS_I2C_DS1621_ADDR, \
114 CONFIG_SYS_I2C_DS4510_ADDR, \
115 CONFIG_SYS_I2C_EEPROM_ADDR, \
116 CONFIG_SYS_I2C_LM90_ADDR, \
117 CONFIG_SYS_I2C_PCA9553_ADDR, \
118 CONFIG_SYS_I2C_PCA953X_ADDR0, \
119 CONFIG_SYS_I2C_PCA953X_ADDR1, \
120 CONFIG_SYS_I2C_PCA953X_ADDR2, \
121 CONFIG_SYS_I2C_PCA953X_ADDR3, \
122 CONFIG_SYS_I2C_PEX8518_ADDR, \
123 CONFIG_SYS_I2C_RTC_ADDR}
124/* The XPedite5170 can host an XMC which has an EEPROM at address 0x50 */
125#define I2C_ADDR_IGNORE_LIST {0x50}
5da6f806
PT
126
127/*
128 * Memory map
129 * 0x0000_0000 0x7fff_ffff DDR 2G Cacheable
130 * 0x8000_0000 0xbfff_ffff PCIe1 Mem 1G non-cacheable
131 * 0xc000_0000 0xcfff_ffff PCIe2 Mem 256M non-cacheable
132 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
133 * 0xe800_0000 0xe87f_ffff PCIe1 IO 8M non-cacheable
134 * 0xe880_0000 0xe8ff_ffff PCIe2 IO 8M non-cacheable
135 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
136 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
137 * 0xf000_0000 0xf7ff_ffff NOR Flash 2 128M non-cacheable
138 * 0xf800_0000 0xffff_ffff NOR Flash 1 128M non-cacheable
139 */
140
202d9487 141#define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_4 | LCRR_EADC_3)
5da6f806
PT
142
143/*
144 * NAND flash configuration
145 */
146#define CONFIG_SYS_NAND_BASE 0xef800000
147#define CONFIG_SYS_NAND_BASE2 0xef840000 /* Unused at this time */
148#define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE, CONFIG_SYS_NAND_BASE2}
149#define CONFIG_SYS_MAX_NAND_DEVICE 2
150#define CONFIG_NAND_ACTL
151#define CONFIG_SYS_NAND_ACTL_ALE (1 << 14) /* C_LA14 */
152#define CONFIG_SYS_NAND_ACTL_CLE (1 << 15) /* C_LA15 */
153#define CONFIG_SYS_NAND_ACTL_NCE 0 /* NCE not controlled by ADDR */
154#define CONFIG_SYS_NAND_ACTL_DELAY 25
155#define CONFIG_SYS_NAND_QUIET_TEST
156#define CONFIG_JFFS2_NAND
157
158/*
159 * NOR flash configuration
160 */
161#define CONFIG_SYS_FLASH_BASE 0xf8000000
162#define CONFIG_SYS_FLASH_BASE2 0xf0000000
163#define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE2}
164#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
165#define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */
166#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
167#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
168#define CONFIG_FLASH_CFI_DRIVER
169#define CONFIG_SYS_FLASH_CFI
170#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
171#define CONFIG_SYS_FLASH_AUTOPROTECT_LIST { {0xfff00000, 0xc0000}, \
172 {0xf7f00000, 0xc0000} }
14d0a02a 173#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
5da6f806
PT
174#define CONFIG_SYS_MONITOR_BASE_EARLY 0xfff00000 /* early monitor loc */
175
176/*
177 * Chip select configuration
178 */
179/* NOR Flash 0 on CS0 */
180#define CONFIG_SYS_BR0_PRELIM (CONFIG_SYS_FLASH_BASE |\
181 BR_PS_16 |\
182 BR_V)
183#define CONFIG_SYS_OR0_PRELIM (OR_AM_128MB |\
184 OR_GPCM_CSNT |\
185 OR_GPCM_XACS |\
186 OR_GPCM_ACS_DIV2 |\
187 OR_GPCM_SCY_8 |\
188 OR_GPCM_TRLX |\
189 OR_GPCM_EHTR |\
190 OR_GPCM_EAD)
191
192/* NOR Flash 1 on CS1 */
193#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_FLASH_BASE2 |\
194 BR_PS_16 |\
195 BR_V)
196#define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_OR0_PRELIM
197
198/* NAND flash on CS2 */
199#define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE |\
200 BR_PS_8 |\
201 BR_V)
202#define CONFIG_SYS_OR2_PRELIM (OR_AM_256KB |\
203 OR_GPCM_BCTLD |\
204 OR_GPCM_CSNT |\
205 OR_GPCM_ACS_DIV4 |\
206 OR_GPCM_SCY_4 |\
207 OR_GPCM_TRLX |\
208 OR_GPCM_EHTR)
209
210/* Optional NAND flash on CS3 */
211#define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_NAND_BASE2 |\
212 BR_PS_8 |\
213 BR_V)
214#define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_OR2_PRELIM
215
216/*
217 * Use L1 as initial stack
218 */
219#define CONFIG_SYS_INIT_RAM_LOCK 1
220#define CONFIG_SYS_INIT_RAM_ADDR 0xe0000000
553f0982 221#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000
5da6f806
PT
222
223#define CONFIG_SYS_GBL_DATA_SIZE 128 /* num bytes initial data */
553f0982 224#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_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
250#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
251
252/*
253 * Pass open firmware flat tree
254 */
255#define CONFIG_OF_LIBFDT 1
256#define CONFIG_OF_BOARD_SETUP 1
257#define CONFIG_OF_STDOUT_VIA_ALIAS 1
258
5da6f806
PT
259/*
260 * I2C
261 */
262#define CONFIG_FSL_I2C /* Use FSL common I2C driver */
263#define CONFIG_HARD_I2C /* I2C with hardware support */
264#define CONFIG_SYS_I2C_SPEED 100000 /* M41T00 only supports 100 KHz */
265#define CONFIG_SYS_I2C_SLAVE 0x7F
266#define CONFIG_SYS_I2C_OFFSET 0x3000
267#define CONFIG_SYS_I2C2_OFFSET 0x3100
268#define CONFIG_I2C_MULTI_BUS
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 */
365#define CONFIG_NET_MULTI 1
366#define CONFIG_MII 1 /* MII PHY management */
367#define CONFIG_ETHPRIME "eTSEC1"
368
369#define CONFIG_TSEC1 1
370#define CONFIG_TSEC1_NAME "eTSEC1"
371#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
372#define TSEC1_PHY_ADDR 1
373#define TSEC1_PHYIDX 0
374#define CONFIG_HAS_ETH0
375
376#define CONFIG_TSEC2 1
377#define CONFIG_TSEC2_NAME "eTSEC2"
378#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
379#define TSEC2_PHY_ADDR 2
380#define TSEC2_PHYIDX 0
381#define CONFIG_HAS_ETH1
382
383/*
384 * BAT mappings
385 */
386#if (CONFIG_SYS_CCSRBAR_DEFAULT != CONFIG_SYS_CCSRBAR)
387#define CONFIG_SYS_CCSR_DEFAULT_DBATL (CONFIG_SYS_CCSRBAR_DEFAULT |\
388 BATL_PP_RW |\
389 BATL_CACHEINHIBIT |\
390 BATL_GUARDEDSTORAGE)
391#define CONFIG_SYS_CCSR_DEFAULT_DBATU (CONFIG_SYS_CCSRBAR_DEFAULT |\
392 BATU_BL_1M |\
393 BATU_VS |\
394 BATU_VP)
395#define CONFIG_SYS_CCSR_DEFAULT_IBATL (CONFIG_SYS_CCSRBAR_DEFAULT |\
396 BATL_PP_RW |\
397 BATL_CACHEINHIBIT)
398#define CONFIG_SYS_CCSR_DEFAULT_IBATU CONFIG_SYS_CCSR_DEFAULT_DBATU
399#endif
400
401/*
402 * BAT0 2G Cacheable, non-guarded
403 * 0x0000_0000 2G DDR
404 */
405#define CONFIG_SYS_DBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE)
406#define CONFIG_SYS_DBAT0U (BATU_BL_2G | BATU_VS | BATU_VP)
407#define CONFIG_SYS_IBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE)
408#define CONFIG_SYS_IBAT0U CONFIG_SYS_DBAT0U
409
410/*
411 * BAT1 1G Cache-inhibited, guarded
412 * 0x8000_0000 1G PCI-Express 1 Memory
413 */
414#define CONFIG_SYS_DBAT1L (CONFIG_SYS_PCIE1_MEM_PHYS |\
415 BATL_PP_RW |\
416 BATL_CACHEINHIBIT |\
417 BATL_GUARDEDSTORAGE)
418#define CONFIG_SYS_DBAT1U (CONFIG_SYS_PCIE1_MEM_PHYS |\
419 BATU_BL_1G |\
420 BATU_VS |\
421 BATU_VP)
422#define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCIE1_MEM_PHYS |\
423 BATL_PP_RW |\
424 BATL_CACHEINHIBIT)
425#define CONFIG_SYS_IBAT1U CONFIG_SYS_DBAT1U
426
427/*
428 * BAT2 512M Cache-inhibited, guarded
429 * 0xc000_0000 512M PCI-Express 2 Memory
430 */
431#define CONFIG_SYS_DBAT2L (CONFIG_SYS_PCIE2_MEM_PHYS |\
432 BATL_PP_RW |\
433 BATL_CACHEINHIBIT |\
434 BATL_GUARDEDSTORAGE)
435#define CONFIG_SYS_DBAT2U (CONFIG_SYS_PCIE2_MEM_PHYS |\
436 BATU_BL_512M |\
437 BATU_VS |\
438 BATU_VP)
439#define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCIE2_MEM_PHYS |\
440 BATL_PP_RW |\
441 BATL_CACHEINHIBIT)
442#define CONFIG_SYS_IBAT2U CONFIG_SYS_DBAT2U
443
444/*
445 * BAT3 1M Cache-inhibited, guarded
446 * 0xe000_0000 1M CCSR
447 */
448#define CONFIG_SYS_DBAT3L (CONFIG_SYS_CCSRBAR |\
449 BATL_PP_RW |\
450 BATL_CACHEINHIBIT |\
451 BATL_GUARDEDSTORAGE)
452#define CONFIG_SYS_DBAT3U (CONFIG_SYS_CCSRBAR |\
453 BATU_BL_1M |\
454 BATU_VS |\
455 BATU_VP)
456#define CONFIG_SYS_IBAT3L (CONFIG_SYS_CCSRBAR |\
457 BATL_PP_RW |\
458 BATL_CACHEINHIBIT)
459#define CONFIG_SYS_IBAT3U CONFIG_SYS_DBAT3U
460
461/*
462 * BAT4 32M Cache-inhibited, guarded
463 * 0xe200_0000 16M PCI-Express 1 I/O
464 * 0xe300_0000 16M PCI-Express 2 I/0
465 */
466#define CONFIG_SYS_DBAT4L (CONFIG_SYS_PCIE1_IO_PHYS |\
467 BATL_PP_RW |\
468 BATL_CACHEINHIBIT |\
469 BATL_GUARDEDSTORAGE)
470#define CONFIG_SYS_DBAT4U (CONFIG_SYS_PCIE1_IO_PHYS |\
471 BATU_BL_32M |\
472 BATU_VS |\
473 BATU_VP)
474#define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCIE1_IO_PHYS |\
475 BATL_PP_RW |\
476 BATL_CACHEINHIBIT)
477#define CONFIG_SYS_IBAT4U CONFIG_SYS_DBAT4U
478
479/*
480 * BAT5 128K Cacheable, non-guarded
481 * 0xe400_1000 128K Init RAM for stack in the CPU DCache (no backing memory)
482 */
483#define CONFIG_SYS_DBAT5L (CONFIG_SYS_INIT_RAM_ADDR |\
484 BATL_PP_RW |\
485 BATL_MEMCOHERENCE)
486#define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR |\
487 BATU_BL_128K |\
488 BATU_VS |\
489 BATU_VP)
490#define CONFIG_SYS_IBAT5L CONFIG_SYS_DBAT5L
491#define CONFIG_SYS_IBAT5U CONFIG_SYS_DBAT5U
492
493/*
494 * BAT6 256M Cache-inhibited, guarded
495 * 0xf000_0000 256M FLASH
496 */
497#define CONFIG_SYS_DBAT6L (CONFIG_SYS_FLASH_BASE2 |\
498 BATL_PP_RW |\
499 BATL_CACHEINHIBIT |\
500 BATL_GUARDEDSTORAGE)
501#define CONFIG_SYS_DBAT6U (CONFIG_SYS_FLASH_BASE |\
502 BATU_BL_256M |\
503 BATU_VS |\
504 BATU_VP)
505#define CONFIG_SYS_IBAT6L (CONFIG_SYS_FLASH_BASE |\
506 BATL_PP_RW |\
507 BATL_MEMCOHERENCE)
508#define CONFIG_SYS_IBAT6U CONFIG_SYS_DBAT6U
509
510/* Map the last 1M of flash where we're running from reset */
511#define CONFIG_SYS_DBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY |\
512 BATL_PP_RW |\
513 BATL_CACHEINHIBIT |\
514 BATL_GUARDEDSTORAGE)
14d0a02a 515#define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE |\
5da6f806
PT
516 BATU_BL_1M |\
517 BATU_VS |\
518 BATU_VP)
519#define CONFIG_SYS_IBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY |\
520 BATL_PP_RW |\
521 BATL_MEMCOHERENCE)
522#define CONFIG_SYS_IBAT6U_EARLY CONFIG_SYS_DBAT6U_EARLY
523
524/*
525 * BAT7 64M Cache-inhibited, guarded
526 * 0xe800_0000 64K NAND FLASH
527 * 0xe804_0000 128K DUART Registers
528 */
529#define CONFIG_SYS_DBAT7L (CONFIG_SYS_NAND_BASE |\
530 BATL_PP_RW |\
531 BATL_CACHEINHIBIT |\
532 BATL_GUARDEDSTORAGE)
533#define CONFIG_SYS_DBAT7U (CONFIG_SYS_NAND_BASE |\
534 BATU_BL_512K |\
535 BATU_VS |\
536 BATU_VP)
537#define CONFIG_SYS_IBAT7L (CONFIG_SYS_NAND_BASE |\
538 BATL_PP_RW |\
539 BATL_CACHEINHIBIT)
540#define CONFIG_SYS_IBAT7U CONFIG_SYS_DBAT7U
541
542/*
543 * Command configuration.
544 */
545#include <config_cmd_default.h>
546
547#define CONFIG_CMD_ASKENV
548#define CONFIG_CMD_DATE
549#define CONFIG_CMD_DHCP
550#define CONFIG_CMD_DS4510
551#define CONFIG_CMD_DS4510_INFO
552#define CONFIG_CMD_DTT
553#define CONFIG_CMD_EEPROM
554#define CONFIG_CMD_ELF
555#define CONFIG_CMD_SAVEENV
556#define CONFIG_CMD_FLASH
557#define CONFIG_CMD_I2C
558#define CONFIG_CMD_IRQ
559#define CONFIG_CMD_JFFS2
560#define CONFIG_CMD_MII
561#define CONFIG_CMD_NAND
562#define CONFIG_CMD_NET
563#define CONFIG_CMD_PCA953X
564#define CONFIG_CMD_PCA953X_INFO
565#define CONFIG_CMD_PCI
96d61603 566#define CONFIG_CMD_PCI_ENUM
5da6f806
PT
567#define CONFIG_CMD_PING
568#define CONFIG_CMD_REGINFO
569#define CONFIG_CMD_SNTP
570
571/*
572 * Miscellaneous configurable options
573 */
574#define CONFIG_SYS_LONGHELP /* undef to save memory */
575#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
576#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
577#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
578#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
579#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
580#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
581#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
582#define CONFIG_CMDLINE_EDITING 1 /* Command-line editing */
583#define CONFIG_LOADADDR 0x1000000 /* default location for tftp and bootm */
584#define CONFIG_BOOTDELAY 3 /* -1 disables auto-boot */
585#define CONFIG_PANIC_HANG /* do not reset board on panic */
586#define CONFIG_PREBOOT /* enable preboot variable */
587#define CONFIG_FIT 1
588#define CONFIG_FIT_VERBOSE 1
589#define CONFIG_INTEGRITY /* support booting INTEGRITY OS */
590
591/*
592 * For booting Linux, the board info and command line data
593 * have to be in the first 16 MB of memory, since this is
594 * the maximum mapped by the Linux kernel during initialization.
595 */
596#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
39121c08 597#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
5da6f806 598
5da6f806
PT
599/*
600 * Environment Configuration
601 */
602#define CONFIG_ENV_IS_IN_FLASH 1
603#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128k (one sector) for env */
604#define CONFIG_ENV_SIZE 0x8000
605#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
606
607/*
608 * Flash memory map:
609 * fffc0000 - ffffffff Pri FDT (256KB)
610 * fff80000 - fffbffff Pri U-Boot Environment (256 KB)
611 * fff00000 - fff7ffff Pri U-Boot (512 KB)
612 * fef00000 - ffefffff Pri OS image (16MB)
613 * f8000000 - feefffff Pri OS Use/Filesystem (111MB)
614 *
615 * f7fc0000 - f7ffffff Sec FDT (256KB)
616 * f7f80000 - f7fbffff Sec U-Boot Environment (256 KB)
617 * f7f00000 - f7f7ffff Sec U-Boot (512 KB)
618 * f6f00000 - f7efffff Sec OS image (16MB)
619 * f0000000 - f6efffff Sec OS Use/Filesystem (111MB)
620 */
621#define CONFIG_UBOOT1_ENV_ADDR MK_STR(0xfff00000)
622#define CONFIG_UBOOT2_ENV_ADDR MK_STR(0xf7f00000)
623#define CONFIG_FDT1_ENV_ADDR MK_STR(0xfffc0000)
624#define CONFIG_FDT2_ENV_ADDR MK_STR(0xf7fc0000)
625#define CONFIG_OS1_ENV_ADDR MK_STR(0xfef00000)
626#define CONFIG_OS2_ENV_ADDR MK_STR(0xf6f00000)
627
628#define CONFIG_PROG_UBOOT1 \
629 "$download_cmd $loadaddr $ubootfile; " \
630 "if test $? -eq 0; then " \
631 "protect off "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
632 "erase "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
633 "cp.w $loadaddr "CONFIG_UBOOT1_ENV_ADDR" 40000; " \
634 "protect on "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
635 "cmp.b $loadaddr "CONFIG_UBOOT1_ENV_ADDR" 80000; " \
636 "if test $? -ne 0; then " \
637 "echo PROGRAM FAILED; " \
638 "else; " \
639 "echo PROGRAM SUCCEEDED; " \
640 "fi; " \
641 "else; " \
642 "echo DOWNLOAD FAILED; " \
643 "fi;"
644
645#define CONFIG_PROG_UBOOT2 \
646 "$download_cmd $loadaddr $ubootfile; " \
647 "if test $? -eq 0; then " \
648 "protect off "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
649 "erase "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
650 "cp.w $loadaddr "CONFIG_UBOOT2_ENV_ADDR" 40000; " \
651 "protect on "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
652 "cmp.b $loadaddr "CONFIG_UBOOT2_ENV_ADDR" 80000; " \
653 "if test $? -ne 0; then " \
654 "echo PROGRAM FAILED; " \
655 "else; " \
656 "echo PROGRAM SUCCEEDED; " \
657 "fi; " \
658 "else; " \
659 "echo DOWNLOAD FAILED; " \
660 "fi;"
661
662#define CONFIG_BOOT_OS_NET \
663 "$download_cmd $osaddr $osfile; " \
664 "if test $? -eq 0; then " \
665 "if test -n $fdtaddr; then " \
666 "$download_cmd $fdtaddr $fdtfile; " \
667 "if test $? -eq 0; then " \
668 "bootm $osaddr - $fdtaddr; " \
669 "else; " \
670 "echo FDT DOWNLOAD FAILED; " \
671 "fi; " \
672 "else; " \
673 "bootm $osaddr; " \
674 "fi; " \
675 "else; " \
676 "echo OS DOWNLOAD FAILED; " \
677 "fi;"
678
679#define CONFIG_PROG_OS1 \
680 "$download_cmd $osaddr $osfile; " \
681 "if test $? -eq 0; then " \
682 "erase "CONFIG_OS1_ENV_ADDR" +$filesize; " \
683 "cp.b $osaddr "CONFIG_OS1_ENV_ADDR" $filesize; " \
684 "cmp.b $osaddr "CONFIG_OS1_ENV_ADDR" $filesize; " \
685 "if test $? -ne 0; then " \
686 "echo OS PROGRAM FAILED; " \
687 "else; " \
688 "echo OS PROGRAM SUCCEEDED; " \
689 "fi; " \
690 "else; " \
691 "echo OS DOWNLOAD FAILED; " \
692 "fi;"
693
694#define CONFIG_PROG_OS2 \
695 "$download_cmd $osaddr $osfile; " \
696 "if test $? -eq 0; then " \
697 "erase "CONFIG_OS2_ENV_ADDR" +$filesize; " \
698 "cp.b $osaddr "CONFIG_OS2_ENV_ADDR" $filesize; " \
699 "cmp.b $osaddr "CONFIG_OS2_ENV_ADDR" $filesize; " \
700 "if test $? -ne 0; then " \
701 "echo OS PROGRAM FAILED; " \
702 "else; " \
703 "echo OS PROGRAM SUCCEEDED; " \
704 "fi; " \
705 "else; " \
706 "echo OS DOWNLOAD FAILED; " \
707 "fi;"
708
709#define CONFIG_PROG_FDT1 \
710 "$download_cmd $fdtaddr $fdtfile; " \
711 "if test $? -eq 0; then " \
712 "erase "CONFIG_FDT1_ENV_ADDR" +$filesize;" \
713 "cp.b $fdtaddr "CONFIG_FDT1_ENV_ADDR" $filesize; " \
714 "cmp.b $fdtaddr "CONFIG_FDT1_ENV_ADDR" $filesize; " \
715 "if test $? -ne 0; then " \
716 "echo FDT PROGRAM FAILED; " \
717 "else; " \
718 "echo FDT PROGRAM SUCCEEDED; " \
719 "fi; " \
720 "else; " \
721 "echo FDT DOWNLOAD FAILED; " \
722 "fi;"
723
724#define CONFIG_PROG_FDT2 \
725 "$download_cmd $fdtaddr $fdtfile; " \
726 "if test $? -eq 0; then " \
727 "erase "CONFIG_FDT2_ENV_ADDR" +$filesize;" \
728 "cp.b $fdtaddr "CONFIG_FDT2_ENV_ADDR" $filesize; " \
729 "cmp.b $fdtaddr "CONFIG_FDT2_ENV_ADDR" $filesize; " \
730 "if test $? -ne 0; then " \
731 "echo FDT PROGRAM FAILED; " \
732 "else; " \
733 "echo FDT PROGRAM SUCCEEDED; " \
734 "fi; " \
735 "else; " \
736 "echo FDT DOWNLOAD FAILED; " \
737 "fi;"
738
739#define CONFIG_EXTRA_ENV_SETTINGS \
740 "autoload=yes\0" \
741 "download_cmd=tftp\0" \
742 "console_args=console=ttyS0,115200\0" \
743 "root_args=root=/dev/nfs rw\0" \
744 "misc_args=ip=on\0" \
745 "set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
746 "bootfile=/home/user/file\0" \
c00ac259
PT
747 "osfile=/home/user/board.uImage\0" \
748 "fdtfile=/home/user/board.dtb\0" \
5da6f806
PT
749 "ubootfile=/home/user/u-boot.bin\0" \
750 "fdtaddr=c00000\0" \
751 "osaddr=0x1000000\0" \
752 "loadaddr=0x1000000\0" \
753 "prog_uboot1="CONFIG_PROG_UBOOT1"\0" \
754 "prog_uboot2="CONFIG_PROG_UBOOT2"\0" \
755 "prog_os1="CONFIG_PROG_OS1"\0" \
756 "prog_os2="CONFIG_PROG_OS2"\0" \
757 "prog_fdt1="CONFIG_PROG_FDT1"\0" \
758 "prog_fdt2="CONFIG_PROG_FDT2"\0" \
759 "bootcmd_net=run set_bootargs; "CONFIG_BOOT_OS_NET"\0" \
760 "bootcmd_flash1=run set_bootargs; " \
761 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
762 "bootcmd_flash2=run set_bootargs; " \
763 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\
764 "bootcmd=run bootcmd_flash1\0"
765#endif /* __CONFIG_H */