]>
Commit | Line | Data |
---|---|---|
5c4fa9b4 GB |
1 | /* |
2 | * (C) Copyright 2003-2004 | |
3 | * Wolfgang Denk, DENX Software Engineering, [email protected]. | |
4 | * | |
5 | * (C) Copyright 2005-2007 | |
6 | * Modified for InterControl digsyMTC MPC5200 board by | |
7 | * Frank Bodammer, GCD Hard- & Software GmbH, | |
8 | * [email protected] | |
9 | * | |
10 | * (C) Copyright 2009 Semihalf | |
11 | * Optimized for digsyMTC by: Grzegorz Bernacki <[email protected]> | |
12 | * | |
1a459660 | 13 | * SPDX-License-Identifier: GPL-2.0+ |
5c4fa9b4 GB |
14 | */ |
15 | ||
16 | #ifndef __CONFIG_H | |
17 | #define __CONFIG_H | |
18 | ||
19 | /* | |
20 | * High Level Configuration Options | |
21 | */ | |
22 | ||
23 | #define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ | |
24 | #define CONFIG_MPC5200 1 /* (more precisely an MPC5200 CPU) */ | |
25 | #define CONFIG_DIGSY_MTC 1 /* ... on InterControl digsyMTC board */ | |
26 | ||
2ae18241 WD |
27 | /* |
28 | * Valid values for CONFIG_SYS_TEXT_BASE are: | |
29 | * 0xFFF00000 boot high (standard configuration) | |
30 | * 0xFE000000 boot low | |
31 | * 0x00100000 boot from RAM (for testing only) | |
32 | */ | |
33 | #ifndef CONFIG_SYS_TEXT_BASE | |
34 | #define CONFIG_SYS_TEXT_BASE 0xFFF00000 /* Standard: boot high */ | |
35 | #endif | |
36 | ||
5c4fa9b4 GB |
37 | #define CONFIG_SYS_MPC5XXX_CLKIN 33000000 |
38 | ||
5c4fa9b4 GB |
39 | #define CONFIG_SYS_CACHELINE_SIZE 32 |
40 | ||
41 | /* | |
42 | * Serial console configuration | |
43 | */ | |
44 | #define CONFIG_PSC_CONSOLE 4 /* console is on PSC4 */ | |
45 | #define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */ | |
46 | #define CONFIG_SYS_BAUDRATE_TABLE \ | |
47 | { 9600, 19200, 38400, 57600, 115200, 230400 } | |
48 | ||
49 | /* | |
50 | * PCI Mapping: | |
51 | * 0x40000000 - 0x4fffffff - PCI Memory | |
52 | * 0x50000000 - 0x50ffffff - PCI IO Space | |
53 | */ | |
54 | #define CONFIG_PCI 1 | |
55 | #define CONFIG_PCI_PNP 1 | |
56 | #define CONFIG_PCI_SCAN_SHOW 1 | |
4fc823dd | 57 | #define CONFIG_PCI_BOOTDELAY 250 |
5c4fa9b4 GB |
58 | |
59 | #define CONFIG_PCI_MEM_BUS 0x40000000 | |
60 | #define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS | |
61 | #define CONFIG_PCI_MEM_SIZE 0x10000000 | |
62 | ||
63 | #define CONFIG_PCI_IO_BUS 0x50000000 | |
64 | #define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS | |
65 | #define CONFIG_PCI_IO_SIZE 0x01000000 | |
66 | ||
67 | /* | |
68 | * Partitions | |
69 | */ | |
70 | #define CONFIG_DOS_PARTITION | |
71 | #define CONFIG_BZIP2 | |
72 | ||
a59996e3 AG |
73 | /* |
74 | * Video | |
75 | */ | |
76 | #define CONFIG_VIDEO | |
77 | ||
78 | #ifdef CONFIG_VIDEO | |
79 | #define CONFIG_VIDEO_MB862xx | |
80 | #define CONFIG_VIDEO_MB862xx_ACCEL | |
81 | #define CONFIG_VIDEO_CORALP | |
82 | #define CONFIG_CFB_CONSOLE | |
83 | #define CONFIG_VIDEO_LOGO | |
348de314 | 84 | #define CONFIG_VIDEO_BMP_LOGO |
a59996e3 AG |
85 | #define CONFIG_VIDEO_SW_CURSOR |
86 | #define CONFIG_VGA_AS_SINGLE_DEVICE | |
87 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV | |
88 | #define CONFIG_SPLASH_SCREEN | |
89 | #define CONFIG_VIDEO_BMP_GZIP | |
90 | #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20) /* decompressed img */ | |
91 | ||
92 | /* Coral-PA clock frequency, geo and other both 133MHz */ | |
93 | #define CONFIG_SYS_MB862xx_CCF 0x00050000 | |
94 | /* Video SDRAM parameters */ | |
95 | #define CONFIG_SYS_MB862xx_MMR 0x11d7fa72 | |
96 | #endif | |
97 | ||
5c4fa9b4 GB |
98 | /* |
99 | * Command line configuration. | |
100 | */ | |
101 | #include <config_cmd_default.h> | |
102 | ||
a59996e3 AG |
103 | #ifdef CONFIG_VIDEO |
104 | #define CONFIG_CMD_BMP | |
105 | #endif | |
5c4fa9b4 GB |
106 | #define CONFIG_CMD_CACHE |
107 | #define CONFIG_CMD_DATE | |
108 | #define CONFIG_CMD_DHCP | |
109 | #define CONFIG_CMD_DIAG | |
110 | #define CONFIG_CMD_EEPROM | |
111 | #define CONFIG_CMD_ELF | |
112 | #define CONFIG_CMD_EXT2 | |
113 | #define CONFIG_CMD_FAT | |
114 | #define CONFIG_CMD_I2C | |
115 | #define CONFIG_CMD_IDE | |
116 | #define CONFIG_CMD_IRQ | |
117 | #define CONFIG_CMD_MII | |
118 | #define CONFIG_CMD_PCI | |
119 | #define CONFIG_CMD_PING | |
120 | #define CONFIG_CMD_REGINFO | |
121 | #define CONFIG_CMD_SAVES | |
f1f66edf | 122 | #define CONFIG_CMD_SPI |
5c4fa9b4 GB |
123 | #define CONFIG_CMD_USB |
124 | ||
14d0a02a | 125 | #if (CONFIG_SYS_TEXT_BASE == 0xFF000000) |
5c4fa9b4 GB |
126 | #define CONFIG_SYS_LOWBOOT 1 |
127 | #endif | |
128 | ||
129 | /* | |
130 | * Autobooting | |
131 | */ | |
132 | #define CONFIG_BOOTDELAY 1 | |
133 | ||
134 | #undef CONFIG_BOOTARGS | |
135 | ||
ff27650b DZ |
136 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
137 | "fw_image=digsyMPC.img\0" \ | |
138 | "mtcb_start=mtc led diag orange; run mtcb_1\0" \ | |
139 | "mtcb_clearled=for x in user1 user2 usbpwr usbbusy; " \ | |
140 | "do mtc led $x; done\0" \ | |
141 | "mtcb_1=if mtc key; then run mtcb_clearled mtcb_update; " \ | |
142 | "else run mtcb_fw; fi\0" \ | |
143 | "mtcb_fw=if bootm ff000000; then echo FIRMWARE OK!; " \ | |
144 | "else echo BAD FIRMWARE CRC!; mtc led diag red; fi\0" \ | |
145 | "mtcb_update=mtc led user1 orange;" \ | |
146 | "while mtc key; do ; done; run mtcb_2;\0" \ | |
147 | "mtcb_2=mtc led user1 green 2; usb reset; run mtcb_usb1;\0" \ | |
148 | "mtcb_usb1=if fatload usb 0 400000 script.img; " \ | |
149 | "then run mtcb_doscript; else run mtcb_usb2; fi\0" \ | |
150 | "mtcb_usb2=if fatload usb 0 400000 $fw_image; " \ | |
151 | "then run mtcb_dousb; else run mtcb_ide; fi\0" \ | |
152 | "mtcb_doscript=run mtcb_usbleds; mtc led user2 orange 2; " \ | |
153 | "run mtcb_wait_flickr mtcb_ds_1;\0" \ | |
154 | "mtcb_ds_1=if imi 400000; then mtc led usbbusy; " \ | |
155 | "source 400000; else run mtcb_error; fi\0" \ | |
156 | "mtcb_dousb=run mtcb_usbleds mtcb_wait_flickr mtcb_du_1;\0" \ | |
157 | "mtcb_du_1=if imi 400000; then run mtcb_du_2; " \ | |
158 | "else run mtcb_error; fi\0" \ | |
159 | "mtcb_du_2=run mtcb_clear mtcb_prog; mtc led usbbusy; " \ | |
160 | "run mtcb_checkfw\0" \ | |
161 | "mtcb_checkfw=if imi ff000000; then run mtcb_success; " \ | |
162 | "else run mtcb_error; fi\0" \ | |
163 | "mtcb_waitkey=mtc key; until test $? -eq 0; do mtc key; done\0" \ | |
164 | "mtcb_wait_flickr=run mtcb_waitkey mtcb_uledflckr\0" \ | |
165 | "mtcb_usbleds=mtc led usbpwr green; mtc led usbbusy orange 1;\0"\ | |
166 | "mtcb_uledflckr=mtc led user1 orange 11\0" \ | |
167 | "mtcb_error=mtc led user1 red\0" \ | |
168 | "mtcb_clear=erase ff000000 ff0fffff\0" \ | |
169 | "mtcb_prog=cp.b 400000 ff000000 ${filesize}\0" \ | |
170 | "mtcb_success=mtc led user1 green\0" \ | |
171 | "mtcb_ide=if fatload ide 0 400000 $fw_image;" \ | |
172 | "then run mtcb_doide; else run mtcb_error; fi\0" \ | |
173 | "mtcb_doide=mtc led user2 green 1;" \ | |
174 | "run mtcb_wait_flickr mtcb_di_1;\0" \ | |
175 | "mtcb_di_1=if imi 400000; then run mtcb_di_2;" \ | |
176 | "else run mtcb_error; fi\0" \ | |
177 | "mtcb_di_2=run mtcb_clear; run mtcb_prog mtcb_checkfw\0" \ | |
178 | "ramdisk_num_sector=16\0" \ | |
179 | "flash_base=ff000000\0" \ | |
180 | "flashdisk_size=e00000\0" \ | |
181 | "env_sector=fff60000\0" \ | |
182 | "flashdisk_start=ff100000\0" \ | |
183 | "load_cmd=tftp 400000 digsyMPC.img\0" \ | |
184 | "clear_cmd=erase ff000000 ff0fffff\0" \ | |
185 | "flash_cmd=cp.b 400000 ff000000 ${filesize}\0" \ | |
186 | "update_cmd=run load_cmd; " \ | |
187 | "iminfo 400000; " \ | |
188 | "run clear_cmd flash_cmd; " \ | |
189 | "iminfo ff000000\0" \ | |
190 | "spi_driver=yes\0" \ | |
191 | "spi_watchdog=no\0" \ | |
192 | "ftps_start=yes\0" \ | |
193 | "ftps_user1=admin\0" \ | |
194 | "ftps_pass1=admin\0" \ | |
195 | "ftps_base1=/\0" \ | |
196 | "ftps_home1=/\0" \ | |
197 | "plc_sio_srv=no\0" \ | |
198 | "plc_sio_baud=57600\0" \ | |
199 | "plc_sio_parity=no\0" \ | |
200 | "plc_sio_stop=1\0" \ | |
201 | "plc_sio_com=2\0" \ | |
202 | "plc_eth_srv=yes\0" \ | |
203 | "plc_eth_port=1200\0" \ | |
204 | "plc_root=/ide/\0" \ | |
205 | "diag_level=0\0" \ | |
206 | "webvisu=no\0" \ | |
207 | "plc_can1_routing=no\0" \ | |
208 | "plc_can1_baudrate=250\0" \ | |
209 | "plc_can2_routing=no\0" \ | |
210 | "plc_can2_baudrate=250\0" \ | |
211 | "plc_can3_routing=no\0" \ | |
212 | "plc_can3_baudrate=250\0" \ | |
213 | "plc_can4_routing=no\0" \ | |
214 | "plc_can4_baudrate=250\0" \ | |
215 | "netdev=eth0\0" \ | |
216 | "console=ttyPSC0\0" \ | |
217 | "kernel_addr_r=400000\0" \ | |
218 | "fdt_addr_r=600000\0" \ | |
219 | "nfsargs=setenv bootargs root=/dev/nfs rw " \ | |
220 | "nfsroot=${serverip}:${rootpath}\0" \ | |
221 | "addip=setenv bootargs ${bootargs} " \ | |
222 | "ip=${ipaddr}:${serverip}:${gatewayip}:" \ | |
223 | "${netmask}:${hostname}:${netdev}:off panic=1\0" \ | |
5c4fa9b4 | 224 | "addcons=setenv bootargs ${bootargs} console=${console},${baudrate}\0"\ |
ff27650b DZ |
225 | "rootpath=/opt/eldk/ppc_6xx\0" \ |
226 | "net_nfs=tftp ${kernel_addr_r} ${bootfile};" \ | |
227 | "tftp ${fdt_addr_r} ${fdt_file};" \ | |
228 | "run nfsargs addip addcons;" \ | |
229 | "bootm ${kernel_addr_r} - ${fdt_addr_r}\0" \ | |
230 | "load=tftp 200000 ${u-boot}\0" \ | |
231 | "update=protect off FFF00000 +${filesize};" \ | |
232 | "erase FFF00000 +${filesize};" \ | |
233 | "cp.b 200000 FFF00000 ${filesize};" \ | |
234 | "protect on FFF00000 +${filesize}\0" \ | |
5c4fa9b4 GB |
235 | "" |
236 | ||
ff27650b DZ |
237 | #define CONFIG_BOOTCOMMAND "run mtcb_start" |
238 | ||
f1f66edf GB |
239 | /* |
240 | * SPI configuration | |
241 | */ | |
242 | #define CONFIG_HARD_SPI 1 | |
243 | #define CONFIG_MPC52XX_SPI 1 | |
244 | ||
5c4fa9b4 GB |
245 | /* |
246 | * I2C configuration | |
247 | */ | |
248 | #define CONFIG_HARD_I2C 1 | |
249 | #define CONFIG_SYS_I2C_MODULE 1 | |
250 | #define CONFIG_SYS_I2C_SPEED 100000 | |
251 | #define CONFIG_SYS_I2C_SLAVE 0x7F | |
252 | ||
253 | /* | |
254 | * EEPROM configuration | |
255 | */ | |
256 | #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* 1010000x */ | |
257 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 | |
258 | #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 | |
259 | #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 70 | |
260 | ||
261 | /* | |
262 | * RTC configuration | |
263 | */ | |
466f0137 HS |
264 | #if defined(CONFIG_DIGSY_REV5) |
265 | #define CONFIG_SYS_I2C_RTC_ADDR 0x56 | |
266 | #define CONFIG_RTC_RV3029 | |
a01ebd96 HS |
267 | /* Enable 5k Ohm trickle charge resistor */ |
268 | #define CONFIG_SYS_RV3029_TCR 0x20 | |
466f0137 | 269 | #else |
5c4fa9b4 GB |
270 | #define CONFIG_RTC_DS1337 |
271 | #define CONFIG_SYS_I2C_RTC_ADDR 0x68 | |
c569ad6e | 272 | #define CONFIG_SYS_DS1339_TCR_VAL 0xAB /* diode + 4k resistor */ |
466f0137 | 273 | #endif |
5c4fa9b4 GB |
274 | |
275 | /* | |
276 | * Flash configuration | |
277 | */ | |
278 | #define CONFIG_SYS_FLASH_CFI 1 | |
279 | #define CONFIG_FLASH_CFI_DRIVER 1 | |
280 | ||
466f0137 HS |
281 | #if defined(CONFIG_DIGSY_REV5) |
282 | #define CONFIG_SYS_FLASH_BASE 0xFE000000 | |
283 | #define CONFIG_SYS_FLASH_BASE_CS1 0xFC000000 | |
284 | #define CONFIG_SYS_MAX_FLASH_BANKS 2 | |
927d2cea HS |
285 | #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE, \ |
286 | CONFIG_SYS_FLASH_BASE_CS1} | |
466f0137 HS |
287 | #define CONFIG_SYS_UPDATE_FLASH_SIZE |
288 | #define CONFIG_FDT_FIXUP_NOR_FLASH_SIZE | |
289 | #else | |
5c4fa9b4 | 290 | #define CONFIG_SYS_FLASH_BASE 0xFF000000 |
5c4fa9b4 | 291 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 |
466f0137 HS |
292 | #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE } |
293 | #endif | |
294 | ||
5c4fa9b4 GB |
295 | #define CONFIG_SYS_MAX_FLASH_SECT 256 |
296 | #define CONFIG_FLASH_16BIT | |
297 | #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT | |
466f0137 | 298 | #define CONFIG_SYS_FLASH_SIZE 0x01000000 |
5c4fa9b4 GB |
299 | #define CONFIG_SYS_FLASH_ERASE_TOUT 240000 |
300 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 | |
301 | ||
302 | #define CONFIG_OF_LIBFDT 1 | |
303 | #define CONFIG_OF_BOARD_SETUP 1 | |
304 | ||
305 | #define OF_CPU "PowerPC,5200@0" | |
306 | #define OF_SOC "soc5200@f0000000" | |
307 | #define OF_TBCLK (bd->bi_busfreq / 4) | |
308 | ||
309 | #define CONFIG_BOARD_EARLY_INIT_R | |
310 | #define CONFIG_MISC_INIT_R | |
311 | ||
312 | /* | |
313 | * Environment settings | |
314 | */ | |
315 | #define CONFIG_ENV_IS_IN_FLASH 1 | |
316 | #if defined(CONFIG_LOWBOOT) | |
317 | #define CONFIG_ENV_ADDR 0xFF060000 | |
318 | #else /* CONFIG_LOWBOOT */ | |
319 | #define CONFIG_ENV_ADDR 0xFFF60000 | |
320 | #endif /* CONFIG_LOWBOOT */ | |
321 | #define CONFIG_ENV_SIZE 0x10000 | |
322 | #define CONFIG_ENV_SECT_SIZE 0x20000 | |
323 | #define CONFIG_ENV_OVERWRITE 1 | |
324 | ||
325 | /* | |
326 | * Memory map | |
327 | */ | |
328 | #define CONFIG_SYS_MBAR 0xF0000000 | |
329 | #define CONFIG_SYS_SDRAM_BASE 0x00000000 | |
330 | #if !defined(CONFIG_SYS_LOWBOOT) | |
331 | #define CONFIG_SYS_DEFAULT_MBAR 0x80000000 | |
332 | #else | |
333 | #define CONFIG_SYS_DEFAULT_MBAR 0xF0000000 | |
334 | #endif | |
335 | ||
336 | /* | |
337 | * Use SRAM until RAM will be available | |
338 | */ | |
339 | #define CONFIG_SYS_INIT_RAM_ADDR MPC5XXX_SRAM | |
553f0982 | 340 | #define CONFIG_SYS_INIT_RAM_SIZE MPC5XXX_SRAM_SIZE |
5c4fa9b4 | 341 | |
5c4fa9b4 | 342 | #define CONFIG_SYS_GBL_DATA_OFFSET \ |
25ddd1fb | 343 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
5c4fa9b4 GB |
344 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
345 | ||
14d0a02a | 346 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |
5c4fa9b4 GB |
347 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
348 | #define CONFIG_SYS_RAMBOOT 1 | |
349 | #endif | |
350 | ||
351 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) | |
352 | #define CONFIG_SYS_MALLOC_LEN (4096 << 10) | |
353 | #define CONFIG_SYS_BOOTMAPSZ (8 << 20) | |
354 | ||
355 | /* | |
356 | * Ethernet configuration | |
357 | */ | |
358 | #define CONFIG_MPC5xxx_FEC 1 | |
359 | #define CONFIG_MPC5xxx_FEC_MII100 | |
1b41493d HS |
360 | #if defined(CONFIG_DIGSY_REV5) |
361 | #define CONFIG_PHY_ADDR 0x01 | |
362 | #else | |
5c4fa9b4 | 363 | #define CONFIG_PHY_ADDR 0x00 |
1b41493d | 364 | #endif |
5c4fa9b4 GB |
365 | #define CONFIG_PHY_RESET_DELAY 1000 |
366 | ||
367 | #define CONFIG_NETCONSOLE /* include NetConsole support */ | |
368 | ||
369 | /* | |
370 | * GPIO configuration | |
12602339 GB |
371 | * use pin gpio_wkup_6 as second SDRAM chip select (mem_cs1) |
372 | * Bit 0 (mask 0x80000000) : 0x1 | |
373 | * SPI on Tmr2/3/4/5 pins | |
374 | * Bit 2:3 (mask 0x30000000) : 0x2 | |
375 | * ATA cs0/1 on csb_4/5 | |
376 | * Bit 6:7 (mask 0x03000000) : 0x2 | |
377 | * Ethernet 100Mbit with MD | |
378 | * Bits 12:15 (mask 0x000f0000): 0x5 | |
379 | * USB - Two UARTs | |
380 | * Bits 18:19 (mask 0x00003000) : 0x2 | |
381 | * PSC3 - USB2 on PSC3 | |
382 | * Bits 20:23 (mask 0x00000f00) : 0x1 | |
383 | * PSC2 - CAN1&2 on PSC2 pins | |
384 | * Bits 25:27 (mask 0x00000070) : 0x1 | |
385 | * PSC1 - AC97 functionality | |
386 | * Bits 29:31 (mask 0x00000007) : 0x2 | |
5c4fa9b4 GB |
387 | */ |
388 | #define CONFIG_SYS_GPS_PORT_CONFIG 0xA2552112 | |
389 | ||
390 | /* | |
391 | * Miscellaneous configurable options | |
392 | */ | |
393 | #define CONFIG_SYS_LONGHELP | |
394 | #define CONFIG_AUTO_COMPLETE 1 | |
a781de12 | 395 | #define CONFIG_CMDLINE_EDITING 1 |
5c4fa9b4 | 396 | #define CONFIG_SYS_HUSH_PARSER |
5c4fa9b4 GB |
397 | |
398 | #define CONFIG_AUTOBOOT_KEYED | |
399 | #define CONFIG_AUTOBOOT_PROMPT "autoboot in %d seconds\n", bootdelay | |
400 | #define CONFIG_AUTOBOOT_DELAY_STR " " | |
401 | ||
402 | #define CONFIG_LOOPW 1 | |
403 | #define CONFIG_MX_CYCLIC 1 | |
404 | #define CONFIG_ZERO_BOOTDELAY_CHECK | |
405 | ||
406 | #define CONFIG_SYS_CBSIZE 1024 | |
407 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) | |
408 | #define CONFIG_SYS_MAXARGS 32 | |
409 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE | |
410 | ||
411 | #define CONFIG_SYS_ALT_MEMTEST | |
412 | #define CONFIG_SYS_MEMTEST_SCRATCH 0x00001000 | |
413 | #define CONFIG_SYS_MEMTEST_START 0x00010000 | |
414 | #define CONFIG_SYS_MEMTEST_END 0x019fffff | |
415 | ||
416 | #define CONFIG_SYS_LOAD_ADDR 0x00100000 | |
417 | ||
5c4fa9b4 GB |
418 | /* |
419 | * Various low-level settings | |
420 | */ | |
421 | #define CONFIG_SYS_SDRAM_CS1 1 | |
422 | #define CONFIG_SYS_XLB_PIPELINING 1 | |
423 | ||
424 | #define CONFIG_SYS_HID0_INIT HID0_ICE | HID0_ICFI | |
425 | #define CONFIG_SYS_HID0_FINAL HID0_ICE | |
426 | ||
427 | #if defined(CONFIG_SYS_LOWBOOT) | |
428 | #define CONFIG_SYS_BOOTCS_START CONFIG_SYS_FLASH_BASE | |
429 | #define CONFIG_SYS_BOOTCS_SIZE CONFIG_SYS_FLASH_SIZE | |
430 | #define CONFIG_SYS_BOOTCS_CFG 0x0002DD00 | |
431 | #endif | |
432 | ||
433 | #define CONFIG_SYS_CS4_START 0x60000000 | |
434 | #define CONFIG_SYS_CS4_SIZE 0x1000 | |
435 | #define CONFIG_SYS_CS4_CFG 0x0008FC00 | |
436 | ||
437 | #define CONFIG_SYS_CS0_START CONFIG_SYS_FLASH_BASE | |
438 | #define CONFIG_SYS_CS0_SIZE CONFIG_SYS_FLASH_SIZE | |
439 | #define CONFIG_SYS_CS0_CFG 0x0002DD00 | |
440 | ||
466f0137 HS |
441 | #if defined(CONFIG_DIGSY_REV5) |
442 | #define CONFIG_SYS_CS1_START CONFIG_SYS_FLASH_BASE_CS1 | |
443 | #define CONFIG_SYS_CS1_SIZE CONFIG_SYS_FLASH_SIZE | |
444 | #define CONFIG_SYS_CS1_CFG 0x0002DD00 | |
445 | #endif | |
446 | ||
5c4fa9b4 GB |
447 | #define CONFIG_SYS_CS_BURST 0x00000000 |
448 | #define CONFIG_SYS_CS_DEADCYCLE 0x11111111 | |
449 | ||
450 | #if !defined(CONFIG_SYS_LOWBOOT) | |
451 | #define CONFIG_SYS_RESET_ADDRESS 0xfff00100 | |
452 | #else | |
453 | #define CONFIG_SYS_RESET_ADDRESS 0xff000100 | |
454 | #endif | |
455 | ||
456 | /* | |
457 | * USB | |
458 | */ | |
459 | #define CONFIG_USB_OHCI_NEW | |
460 | #define CONFIG_SYS_OHCI_BE_CONTROLLER | |
461 | #define CONFIG_USB_STORAGE | |
462 | ||
463 | #define CONFIG_USB_CLOCK 0x00013333 | |
464 | #define CONFIG_USB_CONFIG 0x00002000 | |
465 | ||
466 | #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 15 | |
467 | #define CONFIG_SYS_USB_OHCI_REGS_BASE MPC5XXX_USB | |
468 | #define CONFIG_SYS_USB_OHCI_SLOT_NAME "mpc5200" | |
469 | #define CONFIG_SYS_USB_OHCI_CPU_INIT | |
470 | ||
471 | /* | |
472 | * IDE/ATA | |
473 | */ | |
474 | #define CONFIG_IDE_RESET | |
475 | #define CONFIG_IDE_PREINIT | |
476 | ||
477 | #define CONFIG_SYS_ATA_CS_ON_I2C2 | |
478 | #define CONFIG_SYS_IDE_MAXBUS 1 | |
479 | #define CONFIG_SYS_IDE_MAXDEVICE 1 | |
480 | ||
481 | #define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000 | |
482 | #define CONFIG_SYS_ATA_BASE_ADDR MPC5XXX_ATA | |
483 | #define CONFIG_SYS_ATA_DATA_OFFSET (0x0060) | |
484 | #define CONFIG_SYS_ATA_REG_OFFSET (CONFIG_SYS_ATA_DATA_OFFSET) | |
485 | #define CONFIG_SYS_ATA_ALT_OFFSET (0x005C) | |
486 | #define CONFIG_SYS_ATA_STRIDE 4 | |
487 | ||
488 | #define CONFIG_ATAPI 1 | |
489 | #define CONFIG_LBA48 1 | |
490 | ||
491 | #endif /* __CONFIG_H */ |