diff options
Diffstat (limited to 'doc/scripts')
-rw-r--r-- | doc/scripts/at91sam7_ecr.script | 10 | ||||
-rw-r--r-- | doc/scripts/tms470r1a288_startup.script | 9 | ||||
-rw-r--r-- | doc/scripts/xscale_ixp_startup.script | 36 |
3 files changed, 0 insertions, 55 deletions
diff --git a/doc/scripts/at91sam7_ecr.script b/doc/scripts/at91sam7_ecr.script deleted file mode 100644 index f575e572..00000000 --- a/doc/scripts/at91sam7_ecr.script +++ /dev/null @@ -1,10 +0,0 @@ -mww 0xfffffd44 0x00008000 # disable watchdog -mww 0xfffffd08 0xa5000001 # enable user reset -mww 0xfffffc20 0x00000601 # CKGR_MOR : enable the main oscillator -sleep 10 -mww 0xfffffc2c 0x12560a64 # CKGR_PLLR: 119.8MHz (DIV=100,MUL=598+1) -sleep 10 -mww 0xfffffc30 0x00000007 # PMC_MCKR : MCK = PLL / 2 = 59.9MHz -sleep 10 -mww 0xffffff60 0x003c0100 # MC_FMR: flash mode (FWS=1,FMCN=60) -arm7_9 force_hw_bkpts enable # program resides in flash diff --git a/doc/scripts/tms470r1a288_startup.script b/doc/scripts/tms470r1a288_startup.script deleted file mode 100644 index 18b8aee7..00000000 --- a/doc/scripts/tms470r1a288_startup.script +++ /dev/null @@ -1,9 +0,0 @@ -# Resets and unlocks the MSM of TMS470R1A288 (an others with an MSM). -# Assumes default MSM keys (all 0xFFFFFFFF). -# -resume -jtag_reset 0 1 -halt -jtag_reset 0 0 -poll # hack-ish, but effective version of 'reset halt' -mdw 0x1fe0 4 # unlock MSM diff --git a/doc/scripts/xscale_ixp_startup.script b/doc/scripts/xscale_ixp_startup.script deleted file mode 100644 index 268055a9..00000000 --- a/doc/scripts/xscale_ixp_startup.script +++ /dev/null @@ -1,36 +0,0 @@ -#--------------------------------------------------------------------- -#-- OpenOCD Reset Init Script for IXP42x box with RedBoot -#--------------------------------------------------------------------- - -#debug 3 - -#- Let U-Boot setup the box ------------------------------------------ -poll -resume 0x40 -sleep 2000 -halt -wait_halt 20 - -#- Reverse RedBoot crap ---------------------------------------------- -xscale icache disable -xscale dcache disable -xscale mmu disable - -#- Check for flash --------------------------------------------------- -flash banks -flash probe 0 -flash probe 1 -#flash protect_check 0 -#flash protect_check 1 -#flash erase_check 0 -#flash erase_check 1 -#flash info 0 -#flash info 1 - -#- Bootloader -------------------------------------------------------- -#flash erase 0 0 2 -#flash write 0 //devboc/homes/src/denx/u-boot-git/u-boot.bin 0x00000 bin - -#- Kernel Image ------------------------------------------------------ -#flash erase 0 3 23 -#flash write 0 //devbox/homes/src/pengutronics/ptxdist-project/images/linuximage 0x60000 bin |