;bdiGDB configuration file for IBM PPC750CX spruce system ; ------------------------------------------------------- ; [INIT] ; init core register WREG MSR 0x00000000 ;MSR : ME,RI ; init memory controller WM32 0xFF500008 0x00000090 ;MEMCFGADR: select FWEN WM32 0xFF50000C 0x80000000 ;FWEN: Bank 0 Flash write enable WM32 0xFF500008 0x000000E0 ;MEMCFGADR: select RPB0P WM32 0xFF50000C 0x1C0190F0 ;RPB0P: TWT=7, THDRD=3, THDWR=2, FWT=F [TARGET] CPUTYPE 750CX ;the CPU type (603EV,750,8240,8260,750CX) JTAGCLOCK 0 ;use 16 MHz JTAG clock STARTUP STOP 6000 ;STOP mode is used to let the monitor init the system WORKSPACE 0x00000000 ;workspace in target RAM for fast download BDIMODE AGENT ;the BDI working mode (LOADONLY | AGENT | GATEWAY) BREAKMODE SOFT ;SOFT or HARD, HARD uses PPC hardware breakpoint STEPMODE HWBP ;TRACE or HWBP, HWPB uses a hardware breakpoint MMU XLAT ;translate effective to physical address DCACHE FLUSH VECTOR CATCH ;catch unhandled exceptions ;MEMDELAY 4000 ;additional memory access delay [HOST] IP 151.120.25.115 FILE E:\cygnus\root\usr\demo\ppc750\vxworks FORMAT ELF ;FILE E:\cygnus\root\usr\demo\ppc750\zImage ;FORMAT IMAGE LOAD MANUAL ;load code MANUAL or AUTO after reset DEBUGPORT 2001 [FLASH] [REGS] IMM1 0xFF500000 0xFF500004 ;PIFCFGADR and PIFCFGDATA IMM2 0xFF500008 0xFF50000c ;MEMCFGADR and MEMCFGDATA FILE E:\cygnus\root\usr\demo\ppc750\cpc700.def