]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xpedite517x.h
Licenses: introduce SPDX Unique Lincense Identifiers
[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 */
261#define CONFIG_FSL_I2C /* Use FSL common I2C driver */
262#define CONFIG_HARD_I2C /* I2C with hardware support */
263#define CONFIG_SYS_I2C_SPEED 100000 /* M41T00 only supports 100 KHz */
264#define CONFIG_SYS_I2C_SLAVE 0x7F
265#define CONFIG_SYS_I2C_OFFSET 0x3000
266#define CONFIG_SYS_I2C2_OFFSET 0x3100
267#define CONFIG_I2C_MULTI_BUS
5da6f806
PT
268
269/* PEX8518 slave I2C interface */
270#define CONFIG_SYS_I2C_PEX8518_ADDR 0x70
271
272/* I2C DS1631 temperature sensor */
273#define CONFIG_SYS_I2C_DS1621_ADDR 0x48
274#define CONFIG_DTT_DS1621
275#define CONFIG_DTT_SENSORS { 0 }
66a8b440 276#define CONFIG_SYS_I2C_LM90_ADDR 0x4c
5da6f806
PT
277
278/* I2C EEPROM - AT24C128B */
279#define CONFIG_SYS_I2C_EEPROM_ADDR 0x54
280#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
281#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 6 /* 64 byte pages */
282#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* take up to 10 msec */
283
284/* I2C RTC */
285#define CONFIG_RTC_M41T11 1
286#define CONFIG_SYS_I2C_RTC_ADDR 0x68
287#define CONFIG_SYS_M41T11_BASE_YEAR 2000
288
289/* GPIO/EEPROM/SRAM */
290#define CONFIG_DS4510
291#define CONFIG_SYS_I2C_DS4510_ADDR 0x51
292
293/* GPIO */
294#define CONFIG_PCA953X
295#define CONFIG_SYS_I2C_PCA953X_ADDR0 0x18
296#define CONFIG_SYS_I2C_PCA953X_ADDR1 0x1c
297#define CONFIG_SYS_I2C_PCA953X_ADDR2 0x1e
298#define CONFIG_SYS_I2C_PCA953X_ADDR3 0x1f
299#define CONFIG_SYS_I2C_PCA953X_ADDR CONFIG_SYS_I2C_PCA953X_ADDR0
66a8b440 300#define CONFIG_SYS_I2C_PCA9553_ADDR 0x62
5da6f806
PT
301
302/*
303 * PU = pulled high, PD = pulled low
304 * I = input, O = output, IO = input/output
305 */
306/* PCA9557 @ 0x18*/
307#define CONFIG_SYS_PCA953X_C0_SER0_EN 0x01 /* PU; UART0 enable (1: enabled) */
308#define CONFIG_SYS_PCA953X_C0_SER0_MODE 0x02 /* PU; UART0 serial mode select */
309#define CONFIG_SYS_PCA953X_C0_SER1_EN 0x04 /* PU; UART1 enable (1: enabled) */
310#define CONFIG_SYS_PCA953X_C0_SER1_MODE 0x08 /* PU; UART1 serial mode select */
311#define CONFIG_SYS_PCA953X_C0_FLASH_PASS_CS 0x10 /* PU; Boot flash CS select */
312#define CONFIG_SYS_PCA953X_NVM_WP 0x20 /* PU; Set to 0 to enable NVM writing */
313
314/* PCA9557 @ 0x1c*/
315#define CONFIG_SYS_PCA953X_XMC0_ROOT0 0x01 /* PU; Low if XMC is RC */
316#define CONFIG_SYS_PCA953X_PLUG_GPIO0 0x02 /* Samtec connector GPIO */
317#define CONFIG_SYS_PCA953X_XMC0_WAKE 0x04 /* PU; XMC wake */
318#define CONFIG_SYS_PCA953X_XMC0_BIST 0x08 /* PU; XMC built in self test */
319#define CONFIG_SYS_PCA953X_XMC_PRESENT 0x10 /* PU; Low if XMC module installed */
320#define CONFIG_SYS_PCA953X_PMC_PRESENT 0x20 /* PU; Low if PMC module installed */
321#define CONFIG_SYS_PCA953X_PMC0_MONARCH 0x40 /* PMC monarch mode enable */
322#define CONFIG_SYS_PCA953X_PMC0_EREADY 0x80 /* PU; PMC PCI eready */
323
324/* PCA9557 @ 0x1e*/
325#define CONFIG_SYS_PCA953X_P0_GA0 0x01 /* PU; VPX Geographical address */
326#define CONFIG_SYS_PCA953X_P0_GA1 0x02 /* PU; VPX Geographical address */
327#define CONFIG_SYS_PCA953X_P0_GA2 0x04 /* PU; VPX Geographical address */
328#define CONFIG_SYS_PCA953X_P0_GA3 0x08 /* PU; VPX Geographical address */
329#define CONFIG_SYS_PCA953X_P0_GA4 0x10 /* PU; VPX Geographical address */
330#define CONFIG_SYS_PCA953X_P0_GAP 0x20 /* PU; VPX Geographical address parity */
331#define CONFIG_SYS_PCA953X_P1_SYSEN 0x80 /* PU; VPX P1 SYSCON */
332
333/* PCA9557 @ 0x1f */
334#define CONFIG_SYS_PCA953X_VPX_GPIO0 0x01 /* PU; VPX P15 GPIO */
335#define CONFIG_SYS_PCA953X_VPX_GPIO1 0x02 /* PU; VPX P15 GPIO */
336#define CONFIG_SYS_PCA953X_VPX_GPIO2 0x04 /* PU; VPX P15 GPIO */
337#define CONFIG_SYS_PCA953X_VPX_GPIO3 0x08 /* PU; VPX P15 GPIO */
338
339/*
340 * General PCI
341 * Memory space is mapped 1-1, but I/O space must start from 0.
342 */
343/* PCIE1 - PEX8518 */
9660c5de
PT
344#define CONFIG_SYS_PCIE1_MEM_BUS 0x80000000
345#define CONFIG_SYS_PCIE1_MEM_PHYS CONFIG_SYS_PCIE1_MEM_BUS
5da6f806 346#define CONFIG_SYS_PCIE1_MEM_SIZE 0x40000000 /* 1G */
9660c5de 347#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
5da6f806
PT
348#define CONFIG_SYS_PCIE1_IO_PHYS 0xe8000000
349#define CONFIG_SYS_PCIE1_IO_SIZE 0x00800000 /* 8M */
350
351/* PCIE2 - VPX P1 */
9660c5de
PT
352#define CONFIG_SYS_PCIE2_MEM_BUS 0xc0000000
353#define CONFIG_SYS_PCIE2_MEM_PHYS CONFIG_SYS_PCIE2_MEM_BUS
5da6f806 354#define CONFIG_SYS_PCIE2_MEM_SIZE 0x10000000 /* 256M */
9660c5de 355#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
5da6f806
PT
356#define CONFIG_SYS_PCIE2_IO_PHYS 0xe8800000
357#define CONFIG_SYS_PCIE2_IO_SIZE 0x00800000 /* 8M */
358
359/*
360 * Networking options
361 */
362#define CONFIG_TSEC_ENET /* tsec ethernet support */
363#define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */
5da6f806
PT
364#define CONFIG_MII 1 /* MII PHY management */
365#define CONFIG_ETHPRIME "eTSEC1"
366
367#define CONFIG_TSEC1 1
368#define CONFIG_TSEC1_NAME "eTSEC1"
369#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
370#define TSEC1_PHY_ADDR 1
371#define TSEC1_PHYIDX 0
372#define CONFIG_HAS_ETH0
373
374#define CONFIG_TSEC2 1
375#define CONFIG_TSEC2_NAME "eTSEC2"
376#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
377#define TSEC2_PHY_ADDR 2
378#define TSEC2_PHYIDX 0
379#define CONFIG_HAS_ETH1
380
381/*
382 * BAT mappings
383 */
384#if (CONFIG_SYS_CCSRBAR_DEFAULT != CONFIG_SYS_CCSRBAR)
385#define CONFIG_SYS_CCSR_DEFAULT_DBATL (CONFIG_SYS_CCSRBAR_DEFAULT |\
386 BATL_PP_RW |\
387 BATL_CACHEINHIBIT |\
388 BATL_GUARDEDSTORAGE)
389#define CONFIG_SYS_CCSR_DEFAULT_DBATU (CONFIG_SYS_CCSRBAR_DEFAULT |\
390 BATU_BL_1M |\
391 BATU_VS |\
392 BATU_VP)
393#define CONFIG_SYS_CCSR_DEFAULT_IBATL (CONFIG_SYS_CCSRBAR_DEFAULT |\
394 BATL_PP_RW |\
395 BATL_CACHEINHIBIT)
396#define CONFIG_SYS_CCSR_DEFAULT_IBATU CONFIG_SYS_CCSR_DEFAULT_DBATU
397#endif
398
399/*
400 * BAT0 2G Cacheable, non-guarded
401 * 0x0000_0000 2G DDR
402 */
403#define CONFIG_SYS_DBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE)
404#define CONFIG_SYS_DBAT0U (BATU_BL_2G | BATU_VS | BATU_VP)
405#define CONFIG_SYS_IBAT0L (BATL_PP_RW | BATL_MEMCOHERENCE)
406#define CONFIG_SYS_IBAT0U CONFIG_SYS_DBAT0U
407
408/*
409 * BAT1 1G Cache-inhibited, guarded
410 * 0x8000_0000 1G PCI-Express 1 Memory
411 */
412#define CONFIG_SYS_DBAT1L (CONFIG_SYS_PCIE1_MEM_PHYS |\
413 BATL_PP_RW |\
414 BATL_CACHEINHIBIT |\
415 BATL_GUARDEDSTORAGE)
416#define CONFIG_SYS_DBAT1U (CONFIG_SYS_PCIE1_MEM_PHYS |\
417 BATU_BL_1G |\
418 BATU_VS |\
419 BATU_VP)
420#define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCIE1_MEM_PHYS |\
421 BATL_PP_RW |\
422 BATL_CACHEINHIBIT)
423#define CONFIG_SYS_IBAT1U CONFIG_SYS_DBAT1U
424
425/*
426 * BAT2 512M Cache-inhibited, guarded
427 * 0xc000_0000 512M PCI-Express 2 Memory
428 */
429#define CONFIG_SYS_DBAT2L (CONFIG_SYS_PCIE2_MEM_PHYS |\
430 BATL_PP_RW |\
431 BATL_CACHEINHIBIT |\
432 BATL_GUARDEDSTORAGE)
433#define CONFIG_SYS_DBAT2U (CONFIG_SYS_PCIE2_MEM_PHYS |\
434 BATU_BL_512M |\
435 BATU_VS |\
436 BATU_VP)
437#define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCIE2_MEM_PHYS |\
438 BATL_PP_RW |\
439 BATL_CACHEINHIBIT)
440#define CONFIG_SYS_IBAT2U CONFIG_SYS_DBAT2U
441
442/*
443 * BAT3 1M Cache-inhibited, guarded
444 * 0xe000_0000 1M CCSR
445 */
446#define CONFIG_SYS_DBAT3L (CONFIG_SYS_CCSRBAR |\
447 BATL_PP_RW |\
448 BATL_CACHEINHIBIT |\
449 BATL_GUARDEDSTORAGE)
450#define CONFIG_SYS_DBAT3U (CONFIG_SYS_CCSRBAR |\
451 BATU_BL_1M |\
452 BATU_VS |\
453 BATU_VP)
454#define CONFIG_SYS_IBAT3L (CONFIG_SYS_CCSRBAR |\
455 BATL_PP_RW |\
456 BATL_CACHEINHIBIT)
457#define CONFIG_SYS_IBAT3U CONFIG_SYS_DBAT3U
458
459/*
460 * BAT4 32M Cache-inhibited, guarded
461 * 0xe200_0000 16M PCI-Express 1 I/O
462 * 0xe300_0000 16M PCI-Express 2 I/0
463 */
464#define CONFIG_SYS_DBAT4L (CONFIG_SYS_PCIE1_IO_PHYS |\
465 BATL_PP_RW |\
466 BATL_CACHEINHIBIT |\
467 BATL_GUARDEDSTORAGE)
468#define CONFIG_SYS_DBAT4U (CONFIG_SYS_PCIE1_IO_PHYS |\
469 BATU_BL_32M |\
470 BATU_VS |\
471 BATU_VP)
472#define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCIE1_IO_PHYS |\
473 BATL_PP_RW |\
474 BATL_CACHEINHIBIT)
475#define CONFIG_SYS_IBAT4U CONFIG_SYS_DBAT4U
476
477/*
478 * BAT5 128K Cacheable, non-guarded
479 * 0xe400_1000 128K Init RAM for stack in the CPU DCache (no backing memory)
480 */
481#define CONFIG_SYS_DBAT5L (CONFIG_SYS_INIT_RAM_ADDR |\
482 BATL_PP_RW |\
483 BATL_MEMCOHERENCE)
484#define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR |\
485 BATU_BL_128K |\
486 BATU_VS |\
487 BATU_VP)
488#define CONFIG_SYS_IBAT5L CONFIG_SYS_DBAT5L
489#define CONFIG_SYS_IBAT5U CONFIG_SYS_DBAT5U
490
491/*
492 * BAT6 256M Cache-inhibited, guarded
493 * 0xf000_0000 256M FLASH
494 */
495#define CONFIG_SYS_DBAT6L (CONFIG_SYS_FLASH_BASE2 |\
496 BATL_PP_RW |\
497 BATL_CACHEINHIBIT |\
498 BATL_GUARDEDSTORAGE)
499#define CONFIG_SYS_DBAT6U (CONFIG_SYS_FLASH_BASE |\
500 BATU_BL_256M |\
501 BATU_VS |\
502 BATU_VP)
503#define CONFIG_SYS_IBAT6L (CONFIG_SYS_FLASH_BASE |\
504 BATL_PP_RW |\
505 BATL_MEMCOHERENCE)
506#define CONFIG_SYS_IBAT6U CONFIG_SYS_DBAT6U
507
508/* Map the last 1M of flash where we're running from reset */
509#define CONFIG_SYS_DBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY |\
510 BATL_PP_RW |\
511 BATL_CACHEINHIBIT |\
512 BATL_GUARDEDSTORAGE)
14d0a02a 513#define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE |\
5da6f806
PT
514 BATU_BL_1M |\
515 BATU_VS |\
516 BATU_VP)
517#define CONFIG_SYS_IBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY |\
518 BATL_PP_RW |\
519 BATL_MEMCOHERENCE)
520#define CONFIG_SYS_IBAT6U_EARLY CONFIG_SYS_DBAT6U_EARLY
521
522/*
523 * BAT7 64M Cache-inhibited, guarded
524 * 0xe800_0000 64K NAND FLASH
525 * 0xe804_0000 128K DUART Registers
526 */
527#define CONFIG_SYS_DBAT7L (CONFIG_SYS_NAND_BASE |\
528 BATL_PP_RW |\
529 BATL_CACHEINHIBIT |\
530 BATL_GUARDEDSTORAGE)
531#define CONFIG_SYS_DBAT7U (CONFIG_SYS_NAND_BASE |\
532 BATU_BL_512K |\
533 BATU_VS |\
534 BATU_VP)
535#define CONFIG_SYS_IBAT7L (CONFIG_SYS_NAND_BASE |\
536 BATL_PP_RW |\
537 BATL_CACHEINHIBIT)
538#define CONFIG_SYS_IBAT7U CONFIG_SYS_DBAT7U
539
540/*
541 * Command configuration.
542 */
543#include <config_cmd_default.h>
544
545#define CONFIG_CMD_ASKENV
546#define CONFIG_CMD_DATE
547#define CONFIG_CMD_DHCP
548#define CONFIG_CMD_DS4510
549#define CONFIG_CMD_DS4510_INFO
550#define CONFIG_CMD_DTT
551#define CONFIG_CMD_EEPROM
552#define CONFIG_CMD_ELF
553#define CONFIG_CMD_SAVEENV
554#define CONFIG_CMD_FLASH
555#define CONFIG_CMD_I2C
556#define CONFIG_CMD_IRQ
557#define CONFIG_CMD_JFFS2
558#define CONFIG_CMD_MII
559#define CONFIG_CMD_NAND
560#define CONFIG_CMD_NET
561#define CONFIG_CMD_PCA953X
562#define CONFIG_CMD_PCA953X_INFO
563#define CONFIG_CMD_PCI
96d61603 564#define CONFIG_CMD_PCI_ENUM
5da6f806
PT
565#define CONFIG_CMD_PING
566#define CONFIG_CMD_REGINFO
567#define CONFIG_CMD_SNTP
568
569/*
570 * Miscellaneous configurable options
571 */
572#define CONFIG_SYS_LONGHELP /* undef to save memory */
573#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
574#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
575#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
576#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
577#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
578#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
579#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
580#define CONFIG_CMDLINE_EDITING 1 /* Command-line editing */
581#define CONFIG_LOADADDR 0x1000000 /* default location for tftp and bootm */
582#define CONFIG_BOOTDELAY 3 /* -1 disables auto-boot */
583#define CONFIG_PANIC_HANG /* do not reset board on panic */
584#define CONFIG_PREBOOT /* enable preboot variable */
585#define CONFIG_FIT 1
586#define CONFIG_FIT_VERBOSE 1
587#define CONFIG_INTEGRITY /* support booting INTEGRITY OS */
588
589/*
590 * For booting Linux, the board info and command line data
591 * have to be in the first 16 MB of memory, since this is
592 * the maximum mapped by the Linux kernel during initialization.
593 */
594#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
39121c08 595#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
5da6f806 596
5da6f806
PT
597/*
598 * Environment Configuration
599 */
600#define CONFIG_ENV_IS_IN_FLASH 1
601#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128k (one sector) for env */
602#define CONFIG_ENV_SIZE 0x8000
603#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
604
605/*
606 * Flash memory map:
607 * fffc0000 - ffffffff Pri FDT (256KB)
608 * fff80000 - fffbffff Pri U-Boot Environment (256 KB)
609 * fff00000 - fff7ffff Pri U-Boot (512 KB)
610 * fef00000 - ffefffff Pri OS image (16MB)
611 * f8000000 - feefffff Pri OS Use/Filesystem (111MB)
612 *
613 * f7fc0000 - f7ffffff Sec FDT (256KB)
614 * f7f80000 - f7fbffff Sec U-Boot Environment (256 KB)
615 * f7f00000 - f7f7ffff Sec U-Boot (512 KB)
616 * f6f00000 - f7efffff Sec OS image (16MB)
617 * f0000000 - f6efffff Sec OS Use/Filesystem (111MB)
618 */
5368c55d
MV
619#define CONFIG_UBOOT1_ENV_ADDR __stringify(0xfff00000)
620#define CONFIG_UBOOT2_ENV_ADDR __stringify(0xf7f00000)
621#define CONFIG_FDT1_ENV_ADDR __stringify(0xfffc0000)
622#define CONFIG_FDT2_ENV_ADDR __stringify(0xf7fc0000)
623#define CONFIG_OS1_ENV_ADDR __stringify(0xfef00000)
624#define CONFIG_OS2_ENV_ADDR __stringify(0xf6f00000)
5da6f806
PT
625
626#define CONFIG_PROG_UBOOT1 \
627 "$download_cmd $loadaddr $ubootfile; " \
628 "if test $? -eq 0; then " \
629 "protect off "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
630 "erase "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
631 "cp.w $loadaddr "CONFIG_UBOOT1_ENV_ADDR" 40000; " \
632 "protect on "CONFIG_UBOOT1_ENV_ADDR" +80000; " \
633 "cmp.b $loadaddr "CONFIG_UBOOT1_ENV_ADDR" 80000; " \
634 "if test $? -ne 0; then " \
635 "echo PROGRAM FAILED; " \
636 "else; " \
637 "echo PROGRAM SUCCEEDED; " \
638 "fi; " \
639 "else; " \
640 "echo DOWNLOAD FAILED; " \
641 "fi;"
642
643#define CONFIG_PROG_UBOOT2 \
644 "$download_cmd $loadaddr $ubootfile; " \
645 "if test $? -eq 0; then " \
646 "protect off "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
647 "erase "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
648 "cp.w $loadaddr "CONFIG_UBOOT2_ENV_ADDR" 40000; " \
649 "protect on "CONFIG_UBOOT2_ENV_ADDR" +80000; " \
650 "cmp.b $loadaddr "CONFIG_UBOOT2_ENV_ADDR" 80000; " \
651 "if test $? -ne 0; then " \
652 "echo PROGRAM FAILED; " \
653 "else; " \
654 "echo PROGRAM SUCCEEDED; " \
655 "fi; " \
656 "else; " \
657 "echo DOWNLOAD FAILED; " \
658 "fi;"
659
660#define CONFIG_BOOT_OS_NET \
661 "$download_cmd $osaddr $osfile; " \
662 "if test $? -eq 0; then " \
663 "if test -n $fdtaddr; then " \
664 "$download_cmd $fdtaddr $fdtfile; " \
665 "if test $? -eq 0; then " \
666 "bootm $osaddr - $fdtaddr; " \
667 "else; " \
668 "echo FDT DOWNLOAD FAILED; " \
669 "fi; " \
670 "else; " \
671 "bootm $osaddr; " \
672 "fi; " \
673 "else; " \
674 "echo OS DOWNLOAD FAILED; " \
675 "fi;"
676
677#define CONFIG_PROG_OS1 \
678 "$download_cmd $osaddr $osfile; " \
679 "if test $? -eq 0; then " \
680 "erase "CONFIG_OS1_ENV_ADDR" +$filesize; " \
681 "cp.b $osaddr "CONFIG_OS1_ENV_ADDR" $filesize; " \
682 "cmp.b $osaddr "CONFIG_OS1_ENV_ADDR" $filesize; " \
683 "if test $? -ne 0; then " \
684 "echo OS PROGRAM FAILED; " \
685 "else; " \
686 "echo OS PROGRAM SUCCEEDED; " \
687 "fi; " \
688 "else; " \
689 "echo OS DOWNLOAD FAILED; " \
690 "fi;"
691
692#define CONFIG_PROG_OS2 \
693 "$download_cmd $osaddr $osfile; " \
694 "if test $? -eq 0; then " \
695 "erase "CONFIG_OS2_ENV_ADDR" +$filesize; " \
696 "cp.b $osaddr "CONFIG_OS2_ENV_ADDR" $filesize; " \
697 "cmp.b $osaddr "CONFIG_OS2_ENV_ADDR" $filesize; " \
698 "if test $? -ne 0; then " \
699 "echo OS PROGRAM FAILED; " \
700 "else; " \
701 "echo OS PROGRAM SUCCEEDED; " \
702 "fi; " \
703 "else; " \
704 "echo OS DOWNLOAD FAILED; " \
705 "fi;"
706
707#define CONFIG_PROG_FDT1 \
708 "$download_cmd $fdtaddr $fdtfile; " \
709 "if test $? -eq 0; then " \
710 "erase "CONFIG_FDT1_ENV_ADDR" +$filesize;" \
711 "cp.b $fdtaddr "CONFIG_FDT1_ENV_ADDR" $filesize; " \
712 "cmp.b $fdtaddr "CONFIG_FDT1_ENV_ADDR" $filesize; " \
713 "if test $? -ne 0; then " \
714 "echo FDT PROGRAM FAILED; " \
715 "else; " \
716 "echo FDT PROGRAM SUCCEEDED; " \
717 "fi; " \
718 "else; " \
719 "echo FDT DOWNLOAD FAILED; " \
720 "fi;"
721
722#define CONFIG_PROG_FDT2 \
723 "$download_cmd $fdtaddr $fdtfile; " \
724 "if test $? -eq 0; then " \
725 "erase "CONFIG_FDT2_ENV_ADDR" +$filesize;" \
726 "cp.b $fdtaddr "CONFIG_FDT2_ENV_ADDR" $filesize; " \
727 "cmp.b $fdtaddr "CONFIG_FDT2_ENV_ADDR" $filesize; " \
728 "if test $? -ne 0; then " \
729 "echo FDT PROGRAM FAILED; " \
730 "else; " \
731 "echo FDT PROGRAM SUCCEEDED; " \
732 "fi; " \
733 "else; " \
734 "echo FDT DOWNLOAD FAILED; " \
735 "fi;"
736
737#define CONFIG_EXTRA_ENV_SETTINGS \
738 "autoload=yes\0" \
739 "download_cmd=tftp\0" \
740 "console_args=console=ttyS0,115200\0" \
741 "root_args=root=/dev/nfs rw\0" \
742 "misc_args=ip=on\0" \
743 "set_bootargs=setenv bootargs ${console_args} ${root_args} ${misc_args}\0" \
744 "bootfile=/home/user/file\0" \
c00ac259
PT
745 "osfile=/home/user/board.uImage\0" \
746 "fdtfile=/home/user/board.dtb\0" \
5da6f806
PT
747 "ubootfile=/home/user/u-boot.bin\0" \
748 "fdtaddr=c00000\0" \
749 "osaddr=0x1000000\0" \
750 "loadaddr=0x1000000\0" \
751 "prog_uboot1="CONFIG_PROG_UBOOT1"\0" \
752 "prog_uboot2="CONFIG_PROG_UBOOT2"\0" \
753 "prog_os1="CONFIG_PROG_OS1"\0" \
754 "prog_os2="CONFIG_PROG_OS2"\0" \
755 "prog_fdt1="CONFIG_PROG_FDT1"\0" \
756 "prog_fdt2="CONFIG_PROG_FDT2"\0" \
757 "bootcmd_net=run set_bootargs; "CONFIG_BOOT_OS_NET"\0" \
758 "bootcmd_flash1=run set_bootargs; " \
759 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
760 "bootcmd_flash2=run set_bootargs; " \
761 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\
762 "bootcmd=run bootcmd_flash1\0"
763#endif /* __CONFIG_H */