; firmware ; ------- ;written by Steven Blakeslee 2002 ;based on the HMI script written by Greg Davis ; [INIT] ; init core register WSPR 638 0xfa200000 ;;IMMR: internal memory at 0xFA200000 ; ; init SIU register WM32 0xFA200004 0xffff0689 ;;SYPCR: enable bus monitor, disable software watchdog ; ; [TARGET] CPUCLOCK 50000000 ;the CPU clock rate after processing the init list WORKSPACE 0x00000000 ;workspace in target RAM for fast download BDIMODE AGENT ;the BDI working mode (LOADONLY | AGENT) BREAKMODE HARD ;SOFT or HARD, HARD uses PPC hardware breakpoints ; [HOST] IP 10.0.0.168 FILE pcbrdm100.ep FORMAT SREC LOAD MANUAL ;load code MANUAL or AUTO after reset ; [REGS] DMM1 0xFA200000 FILE defs/reg860.def