]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
9553df86 | 2 | /* |
ba8e76bd | 3 | * Copyright 2007-2011 Freescale Semiconductor, Inc. |
9553df86 JL |
4 | */ |
5 | ||
6 | /* | |
7 | * MPC8610HPCD board configuration file | |
9553df86 JL |
8 | */ |
9 | ||
10 | #ifndef __CONFIG_H | |
11 | #define __CONFIG_H | |
12 | ||
13 | /* High Level Configuration Options */ | |
9553df86 JL |
14 | #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ |
15 | ||
070ba561 | 16 | /* video */ |
ba8e76bd TT |
17 | #define CONFIG_FSL_DIU_FB |
18 | ||
7d3053fb TT |
19 | #ifdef CONFIG_FSL_DIU_FB |
20 | #define CONFIG_SYS_DIU_ADDR (CONFIG_SYS_CCSRBAR + 0x2c000) | |
e69e520f TT |
21 | #define CONFIG_VIDEO_LOGO |
22 | #define CONFIG_VIDEO_BMP_LOGO | |
070ba561 YS |
23 | #endif |
24 | ||
9553df86 | 25 | #ifdef RUN_DIAG |
6d0f6bcf | 26 | #define CONFIG_SYS_DIAG_ADDR 0xff800000 |
9553df86 JL |
27 | #endif |
28 | ||
1266df88 BB |
29 | /* |
30 | * virtual address to be used for temporary mappings. There | |
31 | * should be 128k free at this VA. | |
32 | */ | |
33 | #define CONFIG_SYS_SCRATCH_VA 0xc0000000 | |
34 | ||
b38eaec5 | 35 | #define CONFIG_PCI1 1 /* PCI controller 1 */ |
9553df86 JL |
36 | #define CONFIG_PCIE1 1 /* PCIe 1 connected to ULI bridge */ |
37 | #define CONFIG_PCIE2 1 /* PCIe 2 connected to slot */ | |
38 | #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ | |
842033e6 | 39 | #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ |
8ba93f68 | 40 | #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ |
9553df86 JL |
41 | |
42 | #define CONFIG_ENV_OVERWRITE | |
9553df86 JL |
43 | #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ |
44 | ||
4bbfd3e2 | 45 | #define CONFIG_BAT_RW 1 /* Use common BAT rw code */ |
31d82672 | 46 | #define CONFIG_HIGH_BATS 1 /* High BATs supported & enabled */ |
9553df86 JL |
47 | #define CONFIG_ALTIVEC 1 |
48 | ||
49 | /* | |
50 | * L2CR setup -- make sure this is right for your board! | |
51 | */ | |
6d0f6bcf | 52 | #define CONFIG_SYS_L2 |
9553df86 | 53 | #define L2_INIT 0 |
a877880c | 54 | #define L2_ENABLE (L2CR_L2E |0x00100000 ) |
9553df86 JL |
55 | |
56 | #ifndef CONFIG_SYS_CLK_FREQ | |
57 | #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) | |
58 | #endif | |
59 | ||
a877880c | 60 | #define CONFIG_MISC_INIT_R 1 |
9553df86 | 61 | |
6d0f6bcf JCPV |
62 | #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */ |
63 | #define CONFIG_SYS_MEMTEST_END 0x00400000 | |
9553df86 JL |
64 | |
65 | /* | |
66 | * Base addresses -- Note these are effective addresses where the | |
67 | * actual resources get mapped (not physical addresses) | |
68 | */ | |
6d0f6bcf JCPV |
69 | #define CONFIG_SYS_CCSRBAR 0xe0000000 /* relocated CCSRBAR */ |
70 | #define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR /* PQII uses CONFIG_SYS_IMMR */ | |
9553df86 | 71 | |
f698738e JL |
72 | #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR |
73 | #define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0x0 | |
ad19e7a5 | 74 | #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_LOW |
f698738e | 75 | |
39aa1a73 | 76 | /* DDR Setup */ |
39aa1a73 JL |
77 | #undef CONFIG_FSL_DDR_INTERACTIVE |
78 | #define CONFIG_SPD_EEPROM /* Use SPD for DDR */ | |
79 | #define CONFIG_DDR_SPD | |
80 | ||
81 | #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER /* DDR controller or DMA? */ | |
82 | #define CONFIG_MEM_INIT_VALUE 0xDeadBeef | |
83 | ||
6d0f6bcf JCPV |
84 | #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/ |
85 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE | |
1266df88 | 86 | #define CONFIG_SYS_MAX_DDR_BAT_SIZE 0x80000000 /* BAT mapping size */ |
9553df86 JL |
87 | #define CONFIG_VERY_BIG_RAM |
88 | ||
39aa1a73 JL |
89 | #define CONFIG_DIMM_SLOTS_PER_CTLR 1 |
90 | #define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR) | |
91 | ||
c39f44dc | 92 | #define SPD_EEPROM_ADDRESS 0x51 /* CTLR 0 DIMM 0 */ |
9553df86 | 93 | |
39aa1a73 | 94 | /* These are used when DDR doesn't use SPD. */ |
6d0f6bcf | 95 | #define CONFIG_SYS_SDRAM_SIZE 256 /* DDR is 256MB */ |
9553df86 JL |
96 | |
97 | #if 0 /* TODO */ | |
6d0f6bcf JCPV |
98 | #define CONFIG_SYS_DDR_CS0_BNDS 0x0000000F |
99 | #define CONFIG_SYS_DDR_CS0_CONFIG 0x80010202 /* Enable, no interleaving */ | |
100 | #define CONFIG_SYS_DDR_TIMING_3 0x00000000 | |
101 | #define CONFIG_SYS_DDR_TIMING_0 0x00260802 | |
102 | #define CONFIG_SYS_DDR_TIMING_1 0x3935d322 | |
103 | #define CONFIG_SYS_DDR_TIMING_2 0x14904cc8 | |
104 | #define CONFIG_SYS_DDR_MODE_1 0x00480432 | |
105 | #define CONFIG_SYS_DDR_MODE_2 0x00000000 | |
106 | #define CONFIG_SYS_DDR_INTERVAL 0x06180100 | |
107 | #define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef | |
108 | #define CONFIG_SYS_DDR_CLK_CTRL 0x03800000 | |
109 | #define CONFIG_SYS_DDR_OCD_CTRL 0x00000000 | |
110 | #define CONFIG_SYS_DDR_OCD_STATUS 0x00000000 | |
111 | #define CONFIG_SYS_DDR_CONTROL 0xe3008000 /* Type = DDR2 */ | |
112 | #define CONFIG_SYS_DDR_CONTROL2 0x04400010 | |
113 | ||
114 | #define CONFIG_SYS_DDR_ERR_INT_EN 0x00000000 | |
115 | #define CONFIG_SYS_DDR_ERR_DIS 0x00000000 | |
116 | #define CONFIG_SYS_DDR_SBE 0x000f0000 | |
39aa1a73 | 117 | |
9553df86 | 118 | #endif |
39aa1a73 | 119 | |
ad8f8687 | 120 | #define CONFIG_ID_EEPROM |
6d0f6bcf | 121 | #define CONFIG_SYS_I2C_EEPROM_NXID |
32628c50 | 122 | #define CONFIG_ID_EEPROM |
6d0f6bcf JCPV |
123 | #define CONFIG_SYS_I2C_EEPROM_ADDR 0x57 |
124 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 | |
9553df86 | 125 | |
6d0f6bcf JCPV |
126 | #define CONFIG_SYS_FLASH_BASE 0xf0000000 /* start of FLASH 128M */ |
127 | #define CONFIG_SYS_FLASH_BASE2 0xf8000000 | |
9553df86 | 128 | |
6d0f6bcf | 129 | #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE2} |
9553df86 | 130 | |
6d0f6bcf JCPV |
131 | #define CONFIG_SYS_BR0_PRELIM 0xf8001001 /* port size 16bit */ |
132 | #define CONFIG_SYS_OR0_PRELIM 0xf8006e65 /* 128MB NOR Flash*/ | |
9553df86 | 133 | |
6d0f6bcf JCPV |
134 | #define CONFIG_SYS_BR1_PRELIM 0xf0001001 /* port size 16bit */ |
135 | #define CONFIG_SYS_OR1_PRELIM 0xf8006e65 /* 128MB Promjet */ | |
9553df86 | 136 | #if 0 /* TODO */ |
6d0f6bcf JCPV |
137 | #define CONFIG_SYS_BR2_PRELIM 0xf0000000 |
138 | #define CONFIG_SYS_OR2_PRELIM 0xf0000000 /* 256MB NAND Flash - bank 1 */ | |
9553df86 | 139 | #endif |
6d0f6bcf JCPV |
140 | #define CONFIG_SYS_BR3_PRELIM 0xe8000801 /* port size 8bit */ |
141 | #define CONFIG_SYS_OR3_PRELIM 0xfff06ff7 /* 1MB PIXIS area*/ | |
9553df86 | 142 | |
761421cc | 143 | #define CONFIG_FSL_PIXIS 1 /* use common PIXIS code */ |
9553df86 JL |
144 | #define PIXIS_BASE 0xe8000000 /* PIXIS registers */ |
145 | #define PIXIS_ID 0x0 /* Board ID at offset 0 */ | |
146 | #define PIXIS_VER 0x1 /* Board version at offset 1 */ | |
147 | #define PIXIS_PVER 0x2 /* PIXIS FPGA version at offset 2 */ | |
148 | #define PIXIS_RST 0x4 /* PIXIS Reset Control register */ | |
149 | #define PIXIS_AUX 0x6 /* PIXIS Auxiliary register; Scratch */ | |
150 | #define PIXIS_SPD 0x7 /* Register for SYSCLK speed */ | |
a877880c | 151 | #define PIXIS_BRDCFG0 0x8 /* PIXIS Board Configuration Register0*/ |
9553df86 JL |
152 | #define PIXIS_VCTL 0x10 /* VELA Control Register */ |
153 | #define PIXIS_VCFGEN0 0x12 /* VELA Config Enable 0 */ | |
154 | #define PIXIS_VCFGEN1 0x13 /* VELA Config Enable 1 */ | |
155 | #define PIXIS_VBOOT 0x16 /* VELA VBOOT Register */ | |
156 | #define PIXIS_VSPEED0 0x17 /* VELA VSpeed 0 */ | |
157 | #define PIXIS_VSPEED1 0x18 /* VELA VSpeed 1 */ | |
158 | #define PIXIS_VCLKH 0x19 /* VELA VCLKH register */ | |
159 | #define PIXIS_VCLKL 0x1A /* VELA VCLKL register */ | |
2feb4af0 | 160 | #define CONFIG_SYS_PIXIS_VBOOT_MASK 0xC0 /* Reset altbank mask */ |
9553df86 | 161 | |
6d0f6bcf JCPV |
162 | #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */ |
163 | #define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */ | |
9553df86 | 164 | |
6d0f6bcf JCPV |
165 | #undef CONFIG_SYS_FLASH_CHECKSUM |
166 | #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ | |
167 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ | |
14d0a02a | 168 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ |
bf9a8c34 | 169 | #define CONFIG_SYS_MONITOR_BASE_EARLY 0xfff00000 /* early monitor loc */ |
9553df86 | 170 | |
00b1883a | 171 | #define CONFIG_FLASH_CFI_DRIVER |
6d0f6bcf JCPV |
172 | #define CONFIG_SYS_FLASH_CFI |
173 | #define CONFIG_SYS_FLASH_EMPTY_INFO | |
9553df86 | 174 | |
6d0f6bcf JCPV |
175 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
176 | #define CONFIG_SYS_RAMBOOT | |
9553df86 | 177 | #else |
6d0f6bcf | 178 | #undef CONFIG_SYS_RAMBOOT |
9553df86 JL |
179 | #endif |
180 | ||
6d0f6bcf | 181 | #if defined(CONFIG_SYS_RAMBOOT) |
9553df86 | 182 | #undef CONFIG_SPD_EEPROM |
6d0f6bcf | 183 | #define CONFIG_SYS_SDRAM_SIZE 256 |
9553df86 JL |
184 | #endif |
185 | ||
186 | #undef CONFIG_CLOCKS_IN_MHZ | |
187 | ||
6d0f6bcf JCPV |
188 | #define CONFIG_SYS_INIT_RAM_LOCK 1 |
189 | #ifndef CONFIG_SYS_INIT_RAM_LOCK | |
190 | #define CONFIG_SYS_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */ | |
9553df86 | 191 | #else |
6d0f6bcf | 192 | #define CONFIG_SYS_INIT_RAM_ADDR 0xe4000000 /* Initial RAM address */ |
9553df86 | 193 | #endif |
553f0982 | 194 | #define CONFIG_SYS_INIT_RAM_SIZE 0x4000 /* Size of used area in RAM */ |
9553df86 | 195 | |
25ddd1fb | 196 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
6d0f6bcf | 197 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
9553df86 | 198 | |
6d0f6bcf JCPV |
199 | #define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 KB for Mon */ |
200 | #define CONFIG_SYS_MALLOC_LEN (6 * 1024 * 1024) /* Reserved for malloc */ | |
9553df86 JL |
201 | |
202 | /* Serial Port */ | |
6d0f6bcf JCPV |
203 | #define CONFIG_SYS_NS16550_SERIAL |
204 | #define CONFIG_SYS_NS16550_REG_SIZE 1 | |
205 | #define CONFIG_SYS_NS16550_CLK get_bus_freq(0) | |
9553df86 | 206 | |
6d0f6bcf | 207 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
9553df86 JL |
208 | {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200} |
209 | ||
6d0f6bcf JCPV |
210 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500) |
211 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600) | |
9553df86 | 212 | |
9553df86 JL |
213 | /* maximum size of the flat tree (8K) */ |
214 | #define OF_FLAT_TREE_MAX_SIZE 8192 | |
215 | ||
9553df86 JL |
216 | /* |
217 | * I2C | |
218 | */ | |
00f792e0 HS |
219 | #define CONFIG_SYS_I2C |
220 | #define CONFIG_SYS_I2C_FSL | |
221 | #define CONFIG_SYS_FSL_I2C_SPEED 400000 | |
222 | #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F | |
223 | #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000 | |
224 | #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } | |
9553df86 JL |
225 | |
226 | /* | |
227 | * General PCI | |
228 | * Addresses are mapped 1-1. | |
229 | */ | |
3e3fffe3 BB |
230 | #define CONFIG_SYS_PCI1_MEM_BUS 0x80000000 |
231 | #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BUS | |
232 | #define CONFIG_SYS_PCI1_MEM_VIRT CONFIG_SYS_PCI1_MEM_BUS | |
6d0f6bcf | 233 | #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */ |
3e3fffe3 | 234 | #define CONFIG_SYS_PCI1_IO_BUS 0x0000000 |
6d0f6bcf | 235 | #define CONFIG_SYS_PCI1_IO_PHYS 0xe1000000 |
3e3fffe3 | 236 | #define CONFIG_SYS_PCI1_IO_VIRT 0xe1000000 |
6d0f6bcf | 237 | #define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */ |
9553df86 | 238 | |
9553df86 | 239 | /* controller 1, Base address 0xa000 */ |
b8526212 | 240 | #define CONFIG_SYS_PCIE1_NAME "ULI" |
3e3fffe3 BB |
241 | #define CONFIG_SYS_PCIE1_MEM_BUS 0xa0000000 |
242 | #define CONFIG_SYS_PCIE1_MEM_PHYS CONFIG_SYS_PCIE1_MEM_BUS | |
6d0f6bcf | 243 | #define CONFIG_SYS_PCIE1_MEM_SIZE 0x10000000 /* 256M */ |
3e3fffe3 | 244 | #define CONFIG_SYS_PCIE1_IO_BUS 0x00000000 |
6d0f6bcf JCPV |
245 | #define CONFIG_SYS_PCIE1_IO_PHYS 0xe3000000 |
246 | #define CONFIG_SYS_PCIE1_IO_SIZE 0x00100000 /* 1M */ | |
9553df86 JL |
247 | |
248 | /* controller 2, Base Address 0x9000 */ | |
b8526212 | 249 | #define CONFIG_SYS_PCIE2_NAME "Slot 1" |
3e3fffe3 BB |
250 | #define CONFIG_SYS_PCIE2_MEM_BUS 0x90000000 |
251 | #define CONFIG_SYS_PCIE2_MEM_PHYS CONFIG_SYS_PCIE2_MEM_BUS | |
6d0f6bcf | 252 | #define CONFIG_SYS_PCIE2_MEM_SIZE 0x10000000 /* 256M */ |
3e3fffe3 | 253 | #define CONFIG_SYS_PCIE2_IO_BUS 0x00000000 /* reuse mem LAW */ |
6d0f6bcf JCPV |
254 | #define CONFIG_SYS_PCIE2_IO_PHYS 0xe2000000 |
255 | #define CONFIG_SYS_PCIE2_IO_SIZE 0x00100000 /* 1M */ | |
9553df86 | 256 | |
9553df86 JL |
257 | #if defined(CONFIG_PCI) |
258 | ||
259 | #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ | |
260 | ||
7c2221eb | 261 | #define CONFIG_ULI526X |
9553df86 | 262 | |
9553df86 JL |
263 | /************************************************************ |
264 | * USB support | |
265 | ************************************************************/ | |
070ba561 YS |
266 | #define CONFIG_PCI_OHCI 1 |
267 | #define CONFIG_USB_OHCI_NEW 1 | |
6d0f6bcf JCPV |
268 | #define CONFIG_SYS_USB_OHCI_SLOT_NAME "ohci_pci" |
269 | #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 15 | |
270 | #define CONFIG_SYS_OHCI_SWAP_REG_ACCESS 1 | |
9553df86 JL |
271 | |
272 | #if !defined(CONFIG_PCI_PNP) | |
273 | #define PCI_ENET0_IOADDR 0xe0000000 | |
274 | #define PCI_ENET0_MEMADDR 0xe0000000 | |
275 | #define PCI_IDSEL_NUMBER 0x0c /* slot0->3(IDSEL)=12->15 */ | |
276 | #endif | |
277 | ||
9553df86 JL |
278 | #ifdef CONFIG_SCSI_AHCI |
279 | #define CONFIG_SATA_ULI5288 | |
6d0f6bcf JCPV |
280 | #define CONFIG_SYS_SCSI_MAX_SCSI_ID 4 |
281 | #define CONFIG_SYS_SCSI_MAX_LUN 1 | |
282 | #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * CONFIG_SYS_SCSI_MAX_LUN) | |
283 | #define CONFIG_SYS_SCSI_MAXDEVICE CONFIG_SYS_SCSI_MAX_DEVICE | |
9553df86 JL |
284 | #endif |
285 | ||
286 | #endif /* CONFIG_PCI */ | |
287 | ||
288 | /* | |
289 | * BAT0 2G Cacheable, non-guarded | |
290 | * 0x0000_0000 2G DDR | |
291 | */ | |
9ff32d8c TT |
292 | #define CONFIG_SYS_DBAT0L (BATL_PP_RW) |
293 | #define CONFIG_SYS_IBAT0L (BATL_PP_RW) | |
9553df86 JL |
294 | |
295 | /* | |
296 | * BAT1 1G Cache-inhibited, guarded | |
297 | * 0x8000_0000 256M PCI-1 Memory | |
298 | * 0xa000_0000 256M PCI-Express 1 Memory | |
299 | * 0x9000_0000 256M PCI-Express 2 Memory | |
300 | */ | |
301 | ||
6d0f6bcf | 302 | #define CONFIG_SYS_DBAT1L (CONFIG_SYS_PCI1_MEM_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT \ |
9553df86 | 303 | | BATL_GUARDEDSTORAGE) |
3e3fffe3 | 304 | #define CONFIG_SYS_DBAT1U (CONFIG_SYS_PCI1_MEM_VIRT | BATU_BL_1G | BATU_VS | BATU_VP) |
6d0f6bcf JCPV |
305 | #define CONFIG_SYS_IBAT1L (CONFIG_SYS_PCI1_MEM_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT) |
306 | #define CONFIG_SYS_IBAT1U CONFIG_SYS_DBAT1U | |
9553df86 JL |
307 | |
308 | /* | |
f3bceaab | 309 | * BAT2 16M Cache-inhibited, guarded |
9553df86 | 310 | * 0xe100_0000 1M PCI-1 I/O |
9553df86 JL |
311 | */ |
312 | ||
6d0f6bcf | 313 | #define CONFIG_SYS_DBAT2L (CONFIG_SYS_PCI1_IO_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT \ |
9553df86 | 314 | | BATL_GUARDEDSTORAGE) |
3e3fffe3 | 315 | #define CONFIG_SYS_DBAT2U (CONFIG_SYS_PCI1_IO_VIRT | BATU_BL_16M | BATU_VS | BATU_VP) |
6d0f6bcf JCPV |
316 | #define CONFIG_SYS_IBAT2L (CONFIG_SYS_PCI1_IO_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT) |
317 | #define CONFIG_SYS_IBAT2U CONFIG_SYS_DBAT2U | |
9553df86 JL |
318 | |
319 | /* | |
104992fc BB |
320 | * BAT3 4M Cache-inhibited, guarded |
321 | * 0xe000_0000 4M CCSR | |
9553df86 JL |
322 | */ |
323 | ||
104992fc | 324 | #define CONFIG_SYS_DBAT3L (CONFIG_SYS_CCSRBAR | BATL_PP_RW | BATL_CACHEINHIBIT \ |
9553df86 | 325 | | BATL_GUARDEDSTORAGE) |
104992fc BB |
326 | #define CONFIG_SYS_DBAT3U (CONFIG_SYS_CCSRBAR | BATU_BL_1M | BATU_VS | BATU_VP) |
327 | #define CONFIG_SYS_IBAT3L (CONFIG_SYS_CCSRBAR | BATL_PP_RW | BATL_CACHEINHIBIT) | |
6d0f6bcf | 328 | #define CONFIG_SYS_IBAT3U CONFIG_SYS_DBAT3U |
9553df86 | 329 | |
f698738e JL |
330 | #if (CONFIG_SYS_CCSRBAR_DEFAULT != CONFIG_SYS_CCSRBAR) |
331 | #define CONFIG_SYS_CCSR_DEFAULT_DBATL (CONFIG_SYS_CCSRBAR_DEFAULT \ | |
332 | | BATL_PP_RW | BATL_CACHEINHIBIT \ | |
333 | | BATL_GUARDEDSTORAGE) | |
334 | #define CONFIG_SYS_CCSR_DEFAULT_DBATU (CONFIG_SYS_CCSRBAR_DEFAULT \ | |
335 | | BATU_BL_1M | BATU_VS | BATU_VP) | |
336 | #define CONFIG_SYS_CCSR_DEFAULT_IBATL (CONFIG_SYS_CCSRBAR_DEFAULT \ | |
337 | | BATL_PP_RW | BATL_CACHEINHIBIT) | |
338 | #define CONFIG_SYS_CCSR_DEFAULT_IBATU CONFIG_SYS_CCSR_DEFAULT_DBATU | |
339 | #endif | |
340 | ||
9553df86 | 341 | /* |
104992fc BB |
342 | * BAT4 32M Cache-inhibited, guarded |
343 | * 0xe200_0000 1M PCI-Express 2 I/O | |
344 | * 0xe300_0000 1M PCI-Express 1 I/O | |
9553df86 | 345 | */ |
104992fc BB |
346 | |
347 | #define CONFIG_SYS_DBAT4L (CONFIG_SYS_PCIE2_IO_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT \ | |
9553df86 | 348 | | BATL_GUARDEDSTORAGE) |
104992fc BB |
349 | #define CONFIG_SYS_DBAT4U (CONFIG_SYS_PCIE2_IO_PHYS | BATU_BL_32M | BATU_VS | BATU_VP) |
350 | #define CONFIG_SYS_IBAT4L (CONFIG_SYS_PCIE2_IO_PHYS | BATL_PP_RW | BATL_CACHEINHIBIT) | |
6d0f6bcf | 351 | #define CONFIG_SYS_IBAT4U CONFIG_SYS_DBAT4U |
9553df86 JL |
352 | |
353 | /* | |
354 | * BAT5 128K Cacheable, non-guarded | |
355 | * 0xe400_0000 128K Init RAM for stack in the CPU DCache (no backing memory) | |
356 | */ | |
6d0f6bcf JCPV |
357 | #define CONFIG_SYS_DBAT5L (CONFIG_SYS_INIT_RAM_ADDR | BATL_PP_RW | BATL_MEMCOHERENCE) |
358 | #define CONFIG_SYS_DBAT5U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP) | |
359 | #define CONFIG_SYS_IBAT5L CONFIG_SYS_DBAT5L | |
360 | #define CONFIG_SYS_IBAT5U CONFIG_SYS_DBAT5U | |
9553df86 JL |
361 | |
362 | /* | |
363 | * BAT6 256M Cache-inhibited, guarded | |
364 | * 0xf000_0000 256M FLASH | |
365 | */ | |
6d0f6bcf | 366 | #define CONFIG_SYS_DBAT6L (CONFIG_SYS_FLASH_BASE | BATL_PP_RW | BATL_CACHEINHIBIT \ |
9553df86 | 367 | | BATL_GUARDEDSTORAGE) |
6d0f6bcf JCPV |
368 | #define CONFIG_SYS_DBAT6U (CONFIG_SYS_FLASH_BASE | BATU_BL_256M | BATU_VS | BATU_VP) |
369 | #define CONFIG_SYS_IBAT6L (CONFIG_SYS_FLASH_BASE | BATL_PP_RW | BATL_MEMCOHERENCE) | |
370 | #define CONFIG_SYS_IBAT6U CONFIG_SYS_DBAT6U | |
9553df86 | 371 | |
bf9a8c34 BB |
372 | /* Map the last 1M of flash where we're running from reset */ |
373 | #define CONFIG_SYS_DBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY | BATL_PP_RW \ | |
374 | | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE) | |
14d0a02a | 375 | #define CONFIG_SYS_DBAT6U_EARLY (CONFIG_SYS_TEXT_BASE | BATU_BL_1M | BATU_VS | BATU_VP) |
bf9a8c34 BB |
376 | #define CONFIG_SYS_IBAT6L_EARLY (CONFIG_SYS_MONITOR_BASE_EARLY | BATL_PP_RW \ |
377 | | BATL_MEMCOHERENCE) | |
378 | #define CONFIG_SYS_IBAT6U_EARLY CONFIG_SYS_DBAT6U_EARLY | |
379 | ||
9553df86 JL |
380 | /* |
381 | * BAT7 4M Cache-inhibited, guarded | |
382 | * 0xe800_0000 4M PIXIS | |
383 | */ | |
6d0f6bcf | 384 | #define CONFIG_SYS_DBAT7L (PIXIS_BASE | BATL_PP_RW | BATL_CACHEINHIBIT \ |
9553df86 | 385 | | BATL_GUARDEDSTORAGE) |
6d0f6bcf JCPV |
386 | #define CONFIG_SYS_DBAT7U (PIXIS_BASE | BATU_BL_1M | BATU_VS | BATU_VP) |
387 | #define CONFIG_SYS_IBAT7L (PIXIS_BASE | BATL_PP_RW | BATL_CACHEINHIBIT) | |
388 | #define CONFIG_SYS_IBAT7U CONFIG_SYS_DBAT7U | |
9553df86 | 389 | |
9553df86 JL |
390 | /* |
391 | * Environment | |
392 | */ | |
6d0f6bcf | 393 | #ifndef CONFIG_SYS_RAMBOOT |
6d0f6bcf | 394 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN) |
0e8d1586 JCPV |
395 | #define CONFIG_ENV_SECT_SIZE 0x20000 /* 126k (one sector) for env */ |
396 | #define CONFIG_ENV_SIZE 0x2000 | |
9553df86 | 397 | #else |
6d0f6bcf | 398 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) |
0e8d1586 | 399 | #define CONFIG_ENV_SIZE 0x2000 |
9553df86 JL |
400 | #endif |
401 | ||
402 | #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ | |
6d0f6bcf | 403 | #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ |
9553df86 | 404 | |
9553df86 JL |
405 | /* |
406 | * BOOTP options | |
407 | */ | |
408 | #define CONFIG_BOOTP_BOOTFILESIZE | |
9553df86 | 409 | |
9553df86 JL |
410 | /* |
411 | * Command line configuration. | |
412 | */ | |
9553df86 | 413 | |
3473ab73 | 414 | #define CONFIG_WATCHDOG /* watchdog enabled */ |
6d0f6bcf | 415 | #define CONFIG_SYS_WATCHDOG_FREQ 5000 /* Feed interval, 5s */ |
9553df86 JL |
416 | |
417 | /* | |
418 | * Miscellaneous configurable options | |
419 | */ | |
6d0f6bcf | 420 | #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ |
9553df86 | 421 | |
9553df86 JL |
422 | /* |
423 | * For booting Linux, the board info and command line data | |
424 | * have to be in the first 8 MB of memory, since this is | |
425 | * the maximum mapped by the Linux kernel during initialization. | |
426 | */ | |
e1efe43c SW |
427 | #define CONFIG_SYS_BOOTMAPSZ (256 << 20) /* Initial Memory map for Linux*/ |
428 | #define CONFIG_SYS_BOOTM_LEN (256 << 20) /* Increase max gunzip size */ | |
9553df86 | 429 | |
9553df86 JL |
430 | #if defined(CONFIG_CMD_KGDB) |
431 | #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ | |
9553df86 JL |
432 | #endif |
433 | ||
434 | /* | |
435 | * Environment Configuration | |
436 | */ | |
437 | #define CONFIG_IPADDR 192.168.1.100 | |
438 | ||
5bc0543d | 439 | #define CONFIG_HOSTNAME "unknown" |
8b3637c6 | 440 | #define CONFIG_ROOTPATH "/opt/nfsroot" |
b3f44c21 | 441 | #define CONFIG_BOOTFILE "uImage" |
9553df86 JL |
442 | #define CONFIG_UBOOTPATH 8610hpcd/u-boot.bin |
443 | ||
444 | #define CONFIG_SERVERIP 192.168.1.1 | |
445 | #define CONFIG_GATEWAYIP 192.168.1.1 | |
446 | #define CONFIG_NETMASK 255.255.255.0 | |
447 | ||
448 | /* default location for tftp and bootm */ | |
e1efe43c | 449 | #define CONFIG_LOADADDR 0x10000000 |
9553df86 | 450 | |
9553df86 JL |
451 | #if defined(CONFIG_PCI1) |
452 | #define PCI_ENV \ | |
453 | "pcireg=md ${a}000 3; echo o;md ${a}c00 25; echo i; md ${a}da0 15;" \ | |
454 | "echo e;md ${a}e00 9\0" \ | |
455 | "pci1regs=setenv a e0008; run pcireg\0" \ | |
456 | "pcierr=md ${a}e00 8; pci d.b $b.0 7 1; pci d.w $b.0 1e 1;" \ | |
457 | "pci d.w $b.0 56 1\0" \ | |
458 | "pcierrc=mw ${a}e00 ffffffff; pci w.b $b.0 7 ff; pci w.w $b.0 1e ffff;" \ | |
459 | "pci w.w $b.0 56 ffff\0" \ | |
460 | "pci1err=setenv a e0008; run pcierr\0" \ | |
461 | "pci1errc=setenv a e0008; run pcierrc\0" | |
462 | #else | |
463 | #define PCI_ENV "" | |
464 | #endif | |
465 | ||
466 | #if defined(CONFIG_PCIE1) || defined(CONFIG_PCIE2) | |
467 | #define PCIE_ENV \ | |
468 | "pciereg=md ${a}000 6; md ${a}020 4; md ${a}bf8 2; echo o;md ${a}c00 25;" \ | |
469 | "echo i; md ${a}da0 15; echo e;md ${a}e00 e; echo d; md ${a}f00 c\0" \ | |
470 | "pcie1regs=setenv a e000a; run pciereg\0" \ | |
471 | "pcie2regs=setenv a e0009; run pciereg\0" \ | |
472 | "pcieerr=md ${a}020 1; md ${a}e00; pci d.b $b.0 7 1; pci d.w $b.0 1e 1;"\ | |
473 | "pci d.w $b.0 56 1; pci d $b.0 104 1; pci d $b.0 110 1;" \ | |
474 | "pci d $b.0 130 1\0" \ | |
475 | "pcieerrc=mw ${a}020 ffffffff; mw ${a}e00 ffffffff; pci w.b $b.0 7 ff;"\ | |
476 | "pci w.w $b.0 1e ffff; pci w.w $b.0 56 ffff; pci w $b.0 104 ffffffff;" \ | |
477 | "pci w $b.0 110 ffffffff; pci w $b.0 130 ffffffff\0" \ | |
478 | "pciecfg=pci d $b.0 0 20; pci d $b.0 100 e; pci d $b.0 400 69\0" \ | |
479 | "pcie1err=setenv a e000a; run pcieerr\0" \ | |
480 | "pcie2err=setenv a e0009; run pcieerr\0" \ | |
481 | "pcie1errc=setenv a e000a; run pcieerrc\0" \ | |
482 | "pcie2errc=setenv a e0009; run pcieerrc\0" | |
483 | #else | |
484 | #define PCIE_ENV "" | |
485 | #endif | |
486 | ||
487 | #define DMA_ENV \ | |
488 | "dma0=mw ${d}104 ffffffff;mw ${d}110 50000;mw ${d}114 $sad0;mw ${d}118 50000;"\ | |
489 | "mw ${d}120 $bc0;mw ${d}100 f03c404; mw ${d}11c $dad0; md ${d}100 9\0" \ | |
490 | "dma1=mw ${d}184 ffffffff;mw ${d}190 50000;mw ${d}194 $sad1;mw ${d}198 50000;"\ | |
491 | "mw ${d}1a0 $bc1;mw ${d}180 f03c404; mw ${d}19c $dad1; md ${d}180 9\0" \ | |
492 | "dma2=mw ${d}204 ffffffff;mw ${d}210 50000;mw ${d}214 $sad2;mw ${d}218 50000;"\ | |
493 | "mw ${d}220 $bc2;mw ${d}200 f03c404; mw ${d}21c $dad2; md ${d}200 9\0" \ | |
494 | "dma3=mw ${d}284 ffffffff;mw ${d}290 50000;mw ${d}294 $sad3;mw ${d}298 50000;"\ | |
495 | "mw ${d}2a0 $bc3;mw ${d}280 f03c404; mw ${d}29c $dad3; md ${d}280 9\0" | |
496 | ||
1815338f | 497 | #ifdef ENV_DEBUG |
9553df86 | 498 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
5368c55d MV |
499 | "netdev=eth0\0" \ |
500 | "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \ | |
501 | "tftpflash=tftpboot $loadaddr $uboot; " \ | |
502 | "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \ | |
503 | " +$filesize; " \ | |
504 | "erase " __stringify(CONFIG_SYS_TEXT_BASE) \ | |
505 | " +$filesize; " \ | |
506 | "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ | |
507 | " $filesize; " \ | |
508 | "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \ | |
509 | " +$filesize; " \ | |
510 | "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ | |
511 | " $filesize\0" \ | |
512 | "consoledev=ttyS0\0" \ | |
e1efe43c | 513 | "ramdiskaddr=0x18000000\0" \ |
5368c55d | 514 | "ramdiskfile=8610hpcd/ramdisk.uboot\0" \ |
e1efe43c | 515 | "fdtaddr=0x17c00000\0" \ |
5368c55d MV |
516 | "fdtfile=8610hpcd/mpc8610_hpcd.dtb\0" \ |
517 | "bdev=sda3\0" \ | |
518 | "en-wd=mw.b f8100010 0x08; echo -expect:- 08; md.b f8100010 1\0" \ | |
519 | "dis-wd=mw.b f8100010 0x00; echo -expect:- 00; md.b f8100010 1\0" \ | |
520 | "maxcpus=1" \ | |
521 | "eoi=mw e00400b0 0\0" \ | |
522 | "iack=md e00400a0 1\0" \ | |
523 | "ddrreg=md ${a}000 8; md ${a}080 8;md ${a}100 d; md ${a}140 4;" \ | |
9553df86 JL |
524 | "md ${a}bf0 4; md ${a}e00 3; md ${a}e20 3; md ${a}e40 7;" \ |
525 | "md ${a}f00 5\0" \ | |
5368c55d MV |
526 | "ddr1regs=setenv a e0002; run ddrreg\0" \ |
527 | "gureg=md ${a}000 2c; md ${a}0b0 1; md ${a}0c0 1; md ${a}800 1;" \ | |
9553df86 JL |
528 | "md ${a}900 6; md ${a}a00 1; md ${a}b20 3; md ${a}e00 1;" \ |
529 | "md ${a}e60 1; md ${a}ef0 1d\0" \ | |
5368c55d MV |
530 | "guregs=setenv a e00e0; run gureg\0" \ |
531 | "mcmreg=md ${a}000 1b; md ${a}bf8 2; md ${a}e00 5\0" \ | |
532 | "mcmregs=setenv a e0001; run mcmreg\0" \ | |
533 | "diuregs=md e002c000 1d\0" \ | |
534 | "dium=mw e002c01c\0" \ | |
535 | "diuerr=md e002c014 1\0" \ | |
536 | "pmregs=md e00e1000 2b\0" \ | |
537 | "lawregs=md e0000c08 4b\0" \ | |
538 | "lbcregs=md e0005000 36\0" \ | |
539 | "dma0regs=md e0021100 12\0" \ | |
540 | "dma1regs=md e0021180 12\0" \ | |
541 | "dma2regs=md e0021200 12\0" \ | |
542 | "dma3regs=md e0021280 12\0" \ | |
9553df86 JL |
543 | PCI_ENV \ |
544 | PCIE_ENV \ | |
545 | DMA_ENV | |
1815338f | 546 | #else |
5368c55d MV |
547 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
548 | "netdev=eth0\0" \ | |
549 | "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \ | |
550 | "consoledev=ttyS0\0" \ | |
e1efe43c | 551 | "ramdiskaddr=0x18000000\0" \ |
5368c55d | 552 | "ramdiskfile=8610hpcd/ramdisk.uboot\0" \ |
e1efe43c | 553 | "fdtaddr=0x17c00000\0" \ |
5368c55d MV |
554 | "fdtfile=8610hpcd/mpc8610_hpcd.dtb\0" \ |
555 | "bdev=sda3\0" | |
1815338f | 556 | #endif |
9553df86 JL |
557 | |
558 | #define CONFIG_NFSBOOTCOMMAND \ | |
559 | "setenv bootargs root=/dev/nfs rw " \ | |
560 | "nfsroot=$serverip:$rootpath " \ | |
561 | "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \ | |
562 | "console=$consoledev,$baudrate $othbootargs;" \ | |
563 | "tftp $loadaddr $bootfile;" \ | |
1df170f8 JL |
564 | "tftp $fdtaddr $fdtfile;" \ |
565 | "bootm $loadaddr - $fdtaddr" | |
9553df86 JL |
566 | |
567 | #define CONFIG_RAMBOOTCOMMAND \ | |
568 | "setenv bootargs root=/dev/ram rw " \ | |
569 | "console=$consoledev,$baudrate $othbootargs;" \ | |
570 | "tftp $ramdiskaddr $ramdiskfile;" \ | |
571 | "tftp $loadaddr $bootfile;" \ | |
1df170f8 JL |
572 | "tftp $fdtaddr $fdtfile;" \ |
573 | "bootm $loadaddr $ramdiskaddr $fdtaddr" | |
9553df86 JL |
574 | |
575 | #define CONFIG_BOOTCOMMAND \ | |
576 | "setenv bootargs root=/dev/$bdev rw " \ | |
577 | "console=$consoledev,$baudrate $othbootargs;" \ | |
578 | "tftp $loadaddr $bootfile;" \ | |
1df170f8 JL |
579 | "tftp $fdtaddr $fdtfile;" \ |
580 | "bootm $loadaddr - $fdtaddr" | |
9553df86 JL |
581 | |
582 | #endif /* __CONFIG_H */ |