summaryrefslogtreecommitdiff
path: root/doc/scripts/xscale_ixp_startup.script
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-05-06 09:12:00 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-05-06 09:12:00 +0000
commit483ed5da4d3ef24c71f923c24214b2bc6b21eda6 (patch)
tree618b6f89755560df006367912c5847d1b7e8e4cb /doc/scripts/xscale_ixp_startup.script
parent85407421f3a20cc2e6ff69f281e2e0622140f45b (diff)
downloadopenocd+libswd-483ed5da4d3ef24c71f923c24214b2bc6b21eda6.tar.gz
openocd+libswd-483ed5da4d3ef24c71f923c24214b2bc6b21eda6.tar.bz2
openocd+libswd-483ed5da4d3ef24c71f923c24214b2bc6b21eda6.tar.xz
openocd+libswd-483ed5da4d3ef24c71f923c24214b2bc6b21eda6.zip
The target library is now the authorotative source of config examples
git-svn-id: svn://svn.berlios.de/openocd/trunk@642 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/scripts/xscale_ixp_startup.script')
-rw-r--r--doc/scripts/xscale_ixp_startup.script36
1 files changed, 0 insertions, 36 deletions
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