zy1000 1.44 snapshot
git-svn-id: svn://svn.berlios.de/openocd/trunk@1034 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
d798871a99
commit
a5dd5a45f3
|
@ -96,12 +96,12 @@ struct tftpd_fileops fileops =
|
|||
|
||||
#endif
|
||||
|
||||
#define ZYLIN_VERSION "1.43"
|
||||
#define ZYLIN_VERSION "1.44"
|
||||
#define ZYLIN_DATE __DATE__
|
||||
#define ZYLIN_TIME __TIME__
|
||||
/* hmmm.... we can't pick up the right # during build if we've checked this out
|
||||
* in Eclipse... arrggghh...*/
|
||||
#define ZYLIN_OPENOCD 1005
|
||||
#define ZYLIN_OPENOCD 1033
|
||||
#define ZYLIN_OPENOCD_VERSION "Zylin JTAG ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE " " ZYLIN_TIME
|
||||
#define ZYLIN_CONFIG_DIR "/config/settings"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ nobase_dist_pkglib_DATA = xscale/debug_handler.bin target/at91eb40a.cfg \
|
|||
event/at91r40008_reset.script event/sam7x256_reset.script \
|
||||
target/at91r40008.cfg target/lpc2148.cfg target/lpc2148_rclk.cfg target/lpc2148_2mhz.cfg target/lpc2294.cfg \
|
||||
target/sam7x256.cfg target/str710.cfg target/str912.cfg target/nslu2.cfg target/pxa255_sst.cfg \
|
||||
target/pxa255.cfg target/zy1000.cfg event/zy1000_reset.script event/at91sam9260_reset.script target/at91sam9260.cfg \
|
||||
target/pxa255.cfg target/zy1000.cfg event/at91sam9260_reset.script target/at91sam9260.cfg \
|
||||
target/wi-9c.cfg event/wi-9c_reset.script event/pxa255_reset.script target/stm32.cfg target/xba_revA3.cfg event/xba_revA3.script \
|
||||
ecos/at91eb40a.elf target/lm3s6965.cfg interface/parport.cfg \
|
||||
event/omap5912_reset.script interface/jtagkey-tiny.cfg interface/jtagkey.cfg interface/str9-comstick.cfg \
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# Set up chip selects & timings
|
||||
mww 0xFFE00000 0x0100273D
|
||||
mww 0xFFE00004 0x08002125
|
||||
mww 0xFFEe0008 0x02002125
|
||||
mww 0xFFE0000c 0x03002125
|
||||
mww 0xFFE00010 0x40000000
|
||||
mww 0xFFE00014 0x50000000
|
||||
mww 0xFFE00018 0x60000000
|
||||
mww 0xFFE0001c 0x70000000
|
||||
mww 0xFFE00020 0x00000001
|
||||
mww 0xFFE00024 0x00000000
|
||||
|
||||
# remap
|
||||
mww 0xFFFFF124 0xFFFFFFFF
|
||||
mww 0xffff0010 0x100
|
||||
mww 0xffff0034 0x100
|
||||
|
||||
|
Loading…
Reference in New Issue