; bdiGDB configuration file for IDT79EB355 board ; ---------------------------------------------- ; [INIT] ; no init because monitor setup the board WCP0 12 0x10010000 ;Setup Status Register, clear BEV WCP0 13 0x00000000 ;Clear Cause Register WCP0 16 0x00000003 ;Set kseg0 coherency WM32 0xB8028040 0x00000000 ;Disable Watchdog Timer WM32 0xB8010008 0x028a2206 ;FLASH: WSS/RWS=10,BED/OED=2, 32bit, write enabled WM32 0xB8010018 0x028a2206 ;SRAM : WSS/RWS=10,BED/OED=2, 32bit, write enabled [TARGET] ;CLOCK 1 ;BDI2000: JTAG clock 8MHz CLOCK 3 ;BDI3000: JTAG clock 8MHz CPUTYPE RC32300 ;the used target CPU type ENDIAN LITTLE ;target is big endian ;STARTUP STOP 6000 ;STOP mode is used to let the monitor init the system WAKEUP 500 ;give reset time to complete WORKSPACE 0xA8000000 ;workspace in target RAM for fast download BDIMODE AGENT ;the BDI working mode (LOADONLY | AGENT) BREAKMODE SOFT ;SOFT or HARD, HARD uses PPC hardware breakpoints STEPMODE HWBP ;JTAG, HWBP or SWBP [HOST] IP 151.120.25.119 ;FILE E:\cygwin\home\bdidemo\mips\fibo.x ;FORMAT ELF ;FILE E:\cygwin\home\bdidemo\mips\vmlinus ;FORMAT ELF ;FILE E:\cygwin\home\bdidemo\mips\jump_le.sss FILE E:\cygwin\home\bdidemo\mips\jump_le2.sss FORMAT SREC LOAD MANUAL ;load code MANUAL or AUTO after reset [FLASH] ; my board is populated with 4 x i28F004S3-120 WORKSPACE 0xa8000000 ;workspace in target RAM for fast programming algorithm CHIPTYPE I28BX8 ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) CHIPSIZE 0x80000 ;The size of one flash chip in bytes (e.g. AM29F040 = 0x80000) BUSWIDTH 32 ;The width of the flash memory bus in bits (8 | 16 | 32) FILE E:\cygwin\home\bdidemo\mips\eb355_le.bin FORMAT BIN 0xbfc80000 ;FILE E:\cygwin\home\bdidemo\mips\loop_le.sss ;FORMAT SREC ;ERASE 0xBFC00000 ;erase sector 0 ;ERASE 0xBFC40000 ;erase sector 1 ERASE 0xBFC80000 ;erase sector 2 ERASE 0xBFCC0000 ;erase sector 3 ERASE 0xBFD00000 ;erase sector 4 ERASE 0xBFD40000 ;erase sector 5 ERASE 0xBFD80000 ;erase sector 6 ERASE 0xBFDC0000 ;erase sector 7 [REGS] DMM1 0xFF300000 ;DSU base address DMM2 0xB8000000 ;Memory mapped registers FILE E:\cygwin\home\bdidemo\mips\reg32355.def