;bdiGDB configuration file for IBM EVB403 ; --------------------------------------- ; [INIT] ; init core register WSPR 954 0x00000000 ;DCWR: Disable data cache write-thru WSPR 1018 0x00000000 ;DCCR: Disable data cache WSPR 1019 0x00000000 ;ICCR: Disable instruction cache WSPR 982 0x00000000 ;EVPR: Exception Vector Table @0x00000000 ; init memory controller WDCR 128 0xFF180242 ;BR0: Flash Bank WDCR 129 0xE0180468 ;BR1: 16550 Serial Controller WDCR 130 0x401846F4 ;BR2: Ethernet Controller WDCR 135 0x00590A30 ;BR7: DRAM Bank [TARGET] JTAGCLOCK 0 ;use 16 MHz JTAG clock CPUTYPE 403 ;the used target CPU type BDIMODE AGENT ;the BDI working mode (LOADONLY | AGENT) BREAKMODE SOFT ;SOFT or HARD, HARD uses PPC hardware breakpoint VECTOR CATCH ;catch unhandled exceptions [HOST] IP 151.120.25.115 FILE E:\cygnus\root\usr\demo\evb403\vxworks FORMAT ELF LOAD MANUAL ;load code MANUAL or AUTO after reset DEBUGPORT 2001 [FLASH] WORKSPACE 0x00004000 ;workspace in target RAM for fast programming algorithm CHIPTYPE AM29F ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) CHIPSIZE 0x80000 ;The size of one flash chip in bytes (e.g. AM29F040 = 0x80000) BUSWIDTH 8 ;The width of the flash memory bus in bits (8 | 16 | 32) FILE E:\cygnus\root\usr\demo\evb403\bootrom.hex ;The file to program ERASE 0xFFF80000 ;erase sector 0 of flash in U7 (AM29F040) ERASE 0xFFF90000 ;erase sector 1 of flash ERASE 0xFFFA0000 ;erase sector 2 of flash ERASE 0xFFFB0000 ;erase sector 3 of flash ERASE 0xFFFC0000 ;erase sector 4 of flash ERASE 0xFFFD0000 ;erase sector 5 of flash ERASE 0xFFFE0000 ;erase sector 6 of flash ERASE 0xFFFF0000 ;erase sector 7 of flash