; bdiGDB configuration file for MPC8260-ADS board ; ----------------------------------------------- ; [INIT] ; init core register WREG MSR 0x00000000 ;clear MSR WM32 0x0f0101a8 0xfe000000 ;IMMR : internal space @ 0xfe000000 WM32 0xfe010004 0xFFFFFFC3 ;SYPCR: disable watchdog WM32 0xfe010C80 0x00000001 ;SCCR : normal operation ; init memory controller WM32 0xfe010104 0xFF800836 ;OR0: Flash 8MB, CS early negate, 6 w.s., Timing relax WM32 0xfe010100 0xFF801801 ;BR0: Flash @0xFF800000, 32bit, no parity [TARGET] CPUTYPE 8260 ;the CPU type (603EV,750,8240,8260) JTAGCLOCK 3 ;use 8 MHz JTAG clock BOOTADDR 0xfff00100 ;boot address used for start-up break WORKSPACE 0xfe000000 ;workspace in target RAM for fast download POWERUP 8000 ;start delay after power-up detected in ms [HOST] IP 151.120.25.119 FILE E:\cygwin\home\bdidemo\mpc8260\vxworks FORMAT ELF LOAD MANUAL ;load code MANUAL or AUTO after reset [FLASH] CHIPTYPE I28BX8 ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) CHIPSIZE 0x200000 ;The size of one flash chip in bytes (e.g. AM29F010 = 0x20000) BUSWIDTH 32 ;The width of the flash memory bus in bits (8 | 16 | 32 | 64) WORKSPACE 0xfe000000 ;workspace in dual port RAM FILE E:\cygwin\home\bdidemo\mpc8260\vxWorks FORMAT BIN 0xff900000 ERASE 0xFF900000 ;erase sector 4 of flash SIMM (LH28F016SCT) ERASE 0xFF940000 ;erase sector 5 of flash SIMM ERASE 0xFF980000 ;erase sector 6 of flash SIMM ERASE 0xFF9c0000 ;erase sector 7 of flash SIMM [REGS] DMM1 0xfe000000 FILE E:\cygwin\home\bdidemo\mpc8260\reg8260.def