; bdiGDB configuration file for TQM8260 Board ; -------------------------------------------- ; [INIT] ; init core register WREG MSR 0x00000000 ;clear MSR WM32 0x000101A8 0xFFF00000 ;IMMR : internal space WM32 0xFFF10004 0xFFFFFFC3 ;SYPCR: disable watchdog WM32 0xFFF10C80 0x00000001 ;SCCR : normal operation ;WM32 0xFFF10024 0x8804e000 ;BCR init WM32 0xFFF10000 0x08200000 ;SIUMCR init WM32 0xFFF10C94 0x00000000 ; init memory controller WM32 0xFFF10104 0xFFC00836 ;OR0: Flash 8MB, CS early negate, 6 w.s., Timing relax WM32 0xFFF10100 0x00000001 ;BR0: Flash @0xFF800000, 32bit, no parity [TARGET] CPUTYPE 8260 ;the CPU type (603EV,750,8240,8260) JTAGCLOCK 0 ;use 16 MHz JTAG clock BOOTADDR 0x00000100 ;boot address used for start-up break ;WORKSPACE 0x00000000 ;workspace in target RAM for fast download BDIMODE AGENT ;the BDI working mode (LOADONLY | AGENT | GATEWAY) BREAKMODE HARD ;SOFT or HARD, HARD uses PPC hardware breakpoints VECTOR NOCATCH ;catch unhandled exceptions DCACHE NOFLUSH ;data cache flushing (FLUSH | NOFLUSH) MMU XLAT ;translate effective to physical address ; Linux MMU support PTBASE 0x000000f0 ;address where kernel/user stores pointer to page table POWERUP 5000 ;start delay after power-up detected in ms ;REGLIST SPR ;select register to transfer to GDB ;REGLIST ALL ;select register to transfer to GDB [HOST] IP 10.0.0.8 FILE /tftpboot/ppcboot.bin FORMAT BIN LOAD MANUAL ;load code MANUAL or AUTO after reset DEBUGPORT 2001 PROMPT TQM8260> ;new prompt for Telnet [FLASH] ;; "Small" configuration: 8 MB flash memory using 29LV160B chips ;; ;;CHIPTYPE AM29BX16 ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) ;;CHIPSIZE 0x00400000 ;The size of one flash chip in bytes (AM29DL648) ;; "Big" configuration: 32 MB flash ;; CHIPTYPE AM29BX16 ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) CHIPSIZE 0x2000000 ;The size of one flash chip in bytes (AM29DL648) BUSWIDTH 64 ;The width of the flash memory bus in bits (8 | 16 | 32 | 64) WORKSPACE 0xFFF00000 ;workspace in dual port RAM FILE /tftpboot/ppcboot.bin ;The file to program [REGS] DMM1 0xFFF00000 FILE BDI2000/reg8260.def