You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(75) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(70) |
Feb
(20) |
Mar
(52) |
Apr
(149) |
May
(387) |
Jun
(466) |
Jul
(133) |
Aug
(87) |
Sep
(122) |
Oct
(140) |
Nov
(185) |
Dec
(105) |
| 2010 |
Jan
(85) |
Feb
(45) |
Mar
(75) |
Apr
(17) |
May
(41) |
Jun
(52) |
Jul
(33) |
Aug
(29) |
Sep
(36) |
Oct
(15) |
Nov
(26) |
Dec
(34) |
| 2011 |
Jan
(26) |
Feb
(25) |
Mar
(26) |
Apr
(29) |
May
(20) |
Jun
(27) |
Jul
(15) |
Aug
(32) |
Sep
(13) |
Oct
(64) |
Nov
(60) |
Dec
(10) |
| 2012 |
Jan
(64) |
Feb
(63) |
Mar
(39) |
Apr
(43) |
May
(54) |
Jun
(11) |
Jul
(30) |
Aug
(45) |
Sep
(11) |
Oct
(70) |
Nov
(24) |
Dec
(23) |
| 2013 |
Jan
(17) |
Feb
(8) |
Mar
(35) |
Apr
(40) |
May
(20) |
Jun
(24) |
Jul
(36) |
Aug
(25) |
Sep
(42) |
Oct
(40) |
Nov
(9) |
Dec
(21) |
| 2014 |
Jan
(29) |
Feb
(24) |
Mar
(60) |
Apr
(22) |
May
(22) |
Jun
(46) |
Jul
(11) |
Aug
(23) |
Sep
(26) |
Oct
(10) |
Nov
(14) |
Dec
(2) |
| 2015 |
Jan
(28) |
Feb
(47) |
Mar
(33) |
Apr
(58) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(8) |
Sep
(12) |
Oct
(25) |
Nov
(58) |
Dec
(21) |
| 2016 |
Jan
(12) |
Feb
(40) |
Mar
(2) |
Apr
(1) |
May
(67) |
Jun
(2) |
Jul
(5) |
Aug
(36) |
Sep
|
Oct
(24) |
Nov
(17) |
Dec
(50) |
| 2017 |
Jan
(14) |
Feb
(16) |
Mar
(2) |
Apr
(35) |
May
(14) |
Jun
(16) |
Jul
(3) |
Aug
(3) |
Sep
|
Oct
(19) |
Nov
|
Dec
(16) |
| 2018 |
Jan
(55) |
Feb
(11) |
Mar
(34) |
Apr
(14) |
May
(4) |
Jun
(20) |
Jul
(39) |
Aug
(16) |
Sep
(17) |
Oct
(16) |
Nov
(20) |
Dec
(30) |
| 2019 |
Jan
(29) |
Feb
(24) |
Mar
(37) |
Apr
(26) |
May
(19) |
Jun
(21) |
Jul
(2) |
Aug
(3) |
Sep
(9) |
Oct
(12) |
Nov
(12) |
Dec
(12) |
| 2020 |
Jan
(47) |
Feb
(36) |
Mar
(54) |
Apr
(44) |
May
(37) |
Jun
(19) |
Jul
(32) |
Aug
(13) |
Sep
(16) |
Oct
(24) |
Nov
(32) |
Dec
(11) |
| 2021 |
Jan
(14) |
Feb
(5) |
Mar
(40) |
Apr
(32) |
May
(42) |
Jun
(31) |
Jul
(29) |
Aug
(47) |
Sep
(38) |
Oct
(17) |
Nov
(74) |
Dec
(33) |
| 2022 |
Jan
(11) |
Feb
(15) |
Mar
(40) |
Apr
(21) |
May
(39) |
Jun
(44) |
Jul
(19) |
Aug
(46) |
Sep
(79) |
Oct
(35) |
Nov
(21) |
Dec
(15) |
| 2023 |
Jan
(56) |
Feb
(13) |
Mar
(43) |
Apr
(28) |
May
(60) |
Jun
(15) |
Jul
(29) |
Aug
(28) |
Sep
(32) |
Oct
(21) |
Nov
(42) |
Dec
(39) |
| 2024 |
Jan
(35) |
Feb
(17) |
Mar
(28) |
Apr
(7) |
May
(14) |
Jun
(35) |
Jul
(30) |
Aug
(35) |
Sep
(30) |
Oct
(28) |
Nov
(38) |
Dec
(18) |
| 2025 |
Jan
(21) |
Feb
(28) |
Mar
(36) |
Apr
(35) |
May
(34) |
Jun
(58) |
Jul
(9) |
Aug
(54) |
Sep
(47) |
Oct
(15) |
Nov
(42) |
Dec
|
|
From: ntfreak at B. <nt...@ma...> - 2009-01-20 10:08:41
|
Author: ntfreak
Date: 2009-01-20 10:08:39 +0100 (Tue, 20 Jan 2009)
New Revision: 1351
Modified:
trunk/doc/openocd.texi
Log:
- add --enable-release to docs
Modified: trunk/doc/openocd.texi
===================================================================
--- trunk/doc/openocd.texi 2009-01-20 04:29:46 UTC (rev 1350)
+++ trunk/doc/openocd.texi 2009-01-20 09:08:39 UTC (rev 1351)
@@ -331,7 +331,12 @@
@itemize @bullet
@item
-@option{--enable-gccwarnings} - enable extra gcc warnings during build
+@option{--enable-gccwarnings} - enable extra gcc warnings during build.
+Default is enabled.
+@item
+@option{--enable-release} - enable building of a openocd release, generally
+this is for developers. It simply omits the svn version string when the
+openocd @option{-v} is executed.
@end itemize
@node JTAG Hardware Dongles
|
|
From: <kc...@ma...> - 2009-01-20 05:29:56
|
Author: kc8apf Date: 2009-01-20 05:29:46 +0100 (Tue, 20 Jan 2009) New Revision: 1350 Added: trunk/src/target/board/olimex_sam9_l9260.cfg trunk/src/target/board/unknown-board-atmel-at91sam9260.cfg trunk/src/target/interface/olimex-jtag-tiny.cfg trunk/src/target/target/at91sam9260.cfg Removed: trunk/src/target/target/at91sam9260.cfg trunk/src/target/target/at91sam9260minimal.cfg Log: AT91SAM9260 and Olimex changes by Dean Glazeski <dn...@gm...> Added: trunk/src/target/board/olimex_sam9_l9260.cfg =================================================================== --- trunk/src/target/board/olimex_sam9_l9260.cfg 2009-01-20 04:14:00 UTC (rev 1349) +++ trunk/src/target/board/olimex_sam9_l9260.cfg 2009-01-20 04:29:46 UTC (rev 1350) @@ -0,0 +1,10 @@ +## +# Olimex SAM9-L9260 board configuration file +# +# Date Author Change +# ---- ----- ----- +# 17/Jan/2009 Dean Glazeski Initial Creation +# +## + +source [find target/at91sam9260.cfg] Property changes on: trunk/src/target/board/olimex_sam9_l9260.cfg ___________________________________________________________________ Name: svn:eol-style + native Copied: trunk/src/target/board/unknown-board-atmel-at91sam9260.cfg (from rev 1348, trunk/src/target/target/at91sam9260.cfg) Added: trunk/src/target/interface/olimex-jtag-tiny.cfg =================================================================== --- trunk/src/target/interface/olimex-jtag-tiny.cfg 2009-01-20 04:14:00 UTC (rev 1349) +++ trunk/src/target/interface/olimex-jtag-tiny.cfg 2009-01-20 04:29:46 UTC (rev 1350) @@ -0,0 +1,11 @@ +## +# Olimex JTAG TINY USB Debugger +# Linux USB tends to see the device description without the 'A' as in target/olimex-jtag-tiny.cfg, +# but Windows still needs the 'A'. This is a replacement for Linux users. +## + +# REFERENCE: http://www.olimex.com/dev/arm-usb-tiny.html +interface ft2232 +ft2232_device_desc "Olimex OpenOCD JTAG TINY" +ft2232_layout olimex-jtag +ft2232_vid_pid 0x15ba 0x0004 Property changes on: trunk/src/target/interface/olimex-jtag-tiny.cfg ___________________________________________________________________ Name: svn:eol-style + native Deleted: trunk/src/target/target/at91sam9260.cfg =================================================================== --- trunk/src/target/target/at91sam9260.cfg 2009-01-20 04:14:00 UTC (rev 1349) +++ trunk/src/target/target/at91sam9260.cfg 2009-01-20 04:29:46 UTC (rev 1350) @@ -1,82 +0,0 @@ -# Thanks to Pieter Conradie for this script! -# Target: Atmel AT91SAM9260 -###################################### - -# We add to the minimal configuration. -source [find target/at91sam9260minimal.cfg] - -###################### -# Target configuration -###################### - -$_TARGETNAME configure -event reset-init { - # at reset chip runs at 32khz - jtag_khz 8 - mww 0xfffffd08 0xa5000501 # RSTC_MR : enable user reset - mww 0xfffffd44 0x00008000 # WDT_MR : disable watchdog - - mww 0xfffffc20 0x00004001 # CKGR_MOR : enable the main oscillator - sleep 20 # wait 20 ms - mww 0xfffffc30 0x00000001 # PMC_MCKR : switch to main oscillator - sleep 10 # wait 10 ms - mww 0xfffffc28 0x2060bf09 # CKGR_PLLAR: Set PLLA Register for 198,656MHz - sleep 20 # wait 20 ms - mww 0xfffffc30 0x00000101 # PMC_MCKR : Select prescaler - sleep 10 # wait 10 ms - mww 0xfffffc30 0x00000102 # PMC_MCKR : Clock from PLLA is selected - sleep 10 # wait 10 ms - - # Now run at anything fast... ie: 10mhz! - jtag_khz 10000 # Increase JTAG Speed to 6 MHz - arm7_9 dcc_downloads enable # Enable faster DCC downloads - - mww 0xffffec00 0x01020102 # SMC_SETUP0 : Setup SMC for Intel NOR Flash JS28F128P30T85 128MBit - mww 0xffffec04 0x09070806 # SMC_PULSE0 - mww 0xffffec08 0x000d000b # SMC_CYCLE0 - mww 0xffffec0c 0x00001003 # SMC_MODE0 - - flash probe 0 # Identify flash bank 0 - - mww 0xfffff870 0xffff0000 # PIO_ASR : Select peripheral function for D15..D31 - mww 0xfffff804 0xffff0000 # PIO_PDR : Disable PIO function for D15..D31 - - mww 0xffffef1c 0x2 # EBI_CSA : Assign EBI Chip Select 1 to SDRAM - - #mww 0xffffea08 0x85227259 # SDRAMC_CR : Configure SDRAM (2 x Samsung K4S561632H-UC75 : 4M x 16Bit x 4 Banks) - mww 0xffffea08 0x85227254 # SDRAMC_CR : Configure SDRAM (2 x Samsung K4S641632H-UC75 : 1M x 16Bit x 4 Banks) - - mww 0xffffea00 0x1 # SDRAMC_MR : issue a NOP command - mww 0x20000000 0 - mww 0xffffea00 0x2 # SDRAMC_MR : issue an 'All Banks Precharge' command - mww 0x20000000 0 - mww 0xffffea00 0x4 # SDRAMC_MR : issue 8 x 'Auto-Refresh' Command - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x4 - mww 0x20000000 0 - mww 0xffffea00 0x3 # SDRAMC_MR : issue a 'Load Mode Register' command - mww 0x20000000 0 - mww 0xffffea00 0x0 # SDRAMC_MR : normal mode - mww 0x20000000 0 - mww 0xffffea04 0x5d2 # SDRAMC_TR : Set refresh timer count to 15us -} - - -##################### -# Flash configuration -##################### - -#flash bank cfi <base> <size> <chip width> <bus width> <target#> -flash bank cfi 0x10000000 0x01000000 2 2 0 - Copied: trunk/src/target/target/at91sam9260.cfg (from rev 1348, trunk/src/target/target/at91sam9260minimal.cfg) Deleted: trunk/src/target/target/at91sam9260minimal.cfg =================================================================== --- trunk/src/target/target/at91sam9260minimal.cfg 2009-01-20 04:14:00 UTC (rev 1349) +++ trunk/src/target/target/at91sam9260minimal.cfg 2009-01-20 04:29:46 UTC (rev 1350) @@ -1,42 +0,0 @@ -###################################### -# Target: Atmel AT91SAM9260 -###################################### - -if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME -} else { - set _CHIPNAME at91sam9260 -} - -if { [info exists ENDIAN] } { - set _ENDIAN $ENDIAN -} else { - set _ENDIAN little -} - -if { [info exists CPUTAPID ] } { - set _CPUTAPID $CPUTAPID -} else { - # force an error till we get a good number - set _CPUTAPID 0x0792603f -} - -reset_config trst_and_srst - -# -jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID - -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 - -###################### -# Target configuration -###################### - -set _TARGETNAME [format "%s.cpu" $_CHIPNAME] -target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm926ejs - -# Internal sram1 memory -$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x00300000 -work-area-size 0x1000 -work-area-backup 1 - - |
|
From: <kc...@ma...> - 2009-01-20 05:14:05
|
Author: kc8apf Date: 2009-01-20 05:14:00 +0100 (Tue, 20 Jan 2009) New Revision: 1349 Added: trunk/src/target/interface/axm0432.cfg Log: Add axm0432 interface config courtesy of Alan Carvalho de Assis <ac...@gm...> Added: trunk/src/target/interface/axm0432.cfg =================================================================== --- trunk/src/target/interface/axm0432.cfg 2009-01-20 04:05:00 UTC (rev 1348) +++ trunk/src/target/interface/axm0432.cfg 2009-01-20 04:14:00 UTC (rev 1349) @@ -0,0 +1,6 @@ +#interface +interface ft2232 +ft2232_device_desc "Symphony SoundBite A" +ft2232_layout "axm0432_jtag" +ft2232_vid_pid 0x0403 0x6010 + Property changes on: trunk/src/target/interface/axm0432.cfg ___________________________________________________________________ Name: svn:eol-style + native |
|
From: <kc...@ma...> - 2009-01-20 05:05:14
|
Author: kc8apf
Date: 2009-01-20 05:05:00 +0100 (Tue, 20 Jan 2009)
New Revision: 1348
Modified:
branches/openocd-0.1/Makefile.am
branches/openocd-0.1/configure.in
branches/openocd-0.1/src/Makefile.am
branches/openocd-0.1/src/openocd.c
tags/openocd-0.1.0/Makefile.am
tags/openocd-0.1.0/configure.in
tags/openocd-0.1.0/src/Makefile.am
tags/openocd-0.1.0/src/openocd.c
Log:
Merge r1347 into 0.1.x and 0.1.0
Modified: branches/openocd-0.1/Makefile.am
===================================================================
--- branches/openocd-0.1/Makefile.am 2009-01-20 04:03:31 UTC (rev 1347)
+++ branches/openocd-0.1/Makefile.am 2009-01-20 04:05:00 UTC (rev 1348)
@@ -2,8 +2,6 @@
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
-EXTRA_DIST = guess-rev.sh
-
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \
contrib/libdcc/dcc_stdio.h \
Modified: branches/openocd-0.1/configure.in
===================================================================
--- branches/openocd-0.1/configure.in 2009-01-20 04:03:31 UTC (rev 1347)
+++ branches/openocd-0.1/configure.in 2009-01-20 04:05:00 UTC (rev 1348)
@@ -27,7 +27,17 @@
is_cygwin=no
is_mingw=no
is_win32=no
+build_release=yes
+AC_ARG_ENABLE(release,
+ AS_HELP_STRING([--enable-release], [Enable Release Build, default no]),
+ [build_release=$enableval], [build_release=no])
+
+if test $build_release = no; then
+ # check we can find guess-rev.sh
+ AC_CHECK_FILE("guess-rev.sh", build_release=no, build_release=yes)
+fi
+
# We are not *ALWAYS* being installed in the standard place.
# We may be installed in a "tool-build" specific location.
# Normally with other packages - as part of a tool distro.
@@ -627,6 +637,7 @@
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(openocd, 0.1.x)
+AM_CONDITIONAL(RELEASE, test $build_release = yes)
AM_CONDITIONAL(PARPORT, test $build_parport = yes)
AM_CONDITIONAL(DUMMY, test $build_dummy = yes)
AM_CONDITIONAL(GIVEIO, test $parport_use_giveio = yes)
Modified: branches/openocd-0.1/src/Makefile.am
===================================================================
--- branches/openocd-0.1/src/Makefile.am 2009-01-20 04:03:31 UTC (rev 1347)
+++ branches/openocd-0.1/src/Makefile.am 2009-01-20 04:05:00 UTC (rev 1348)
@@ -6,7 +6,6 @@
MAINFILE = main.c
endif
-
openocd_SOURCES = $(MAINFILE) openocd.c
# set the include path found by configure
@@ -17,10 +16,17 @@
# pass path to prefix path
openocd_CPPFLAGS = \
-DPKGLIBDIR=\"$(pkglibdir)\" \
- -DPKGBLDDATE=\"`date +%F-%R`\" \
- -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\" \
- @CPPFLAGS@
+ -DPKGBLDDATE=\"`date +%F-%R`\"
+if RELEASE
+openocd_CPPFLAGS += -DRELSTR=\"Release\" -DPKGBLDREV=\"\"
+else
+openocd_CPPFLAGS += -DRELSTR=\"svn:\" -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\"
+endif
+
+# add default CPPFLAGS
+openocd_CPPFLAGS += @CPPFLAGS@
+
# the library search path.
openocd_LDFLAGS = $(all_libraries)
SUBDIRS = helper jtag xsvf target server flash pld
@@ -59,8 +65,6 @@
endif
endif
-
-
openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \
$(top_builddir)/src/target/libtarget.a $(top_builddir)/src/jtag/libjtag.a \
$(top_builddir)/src/helper/libhelper.a \
@@ -69,13 +73,10 @@
$(top_builddir)/src/pld/libpld.a \
$(FTDI2232LIB) $(MINGWLDADD) $(LIBUSB)
-
if HTTPD
openocd_LDADD += -lmicrohttpd
endif
-
-
nobase_dist_pkglib_DATA = \
tcl/bitsbytes.tcl \
tcl/chip/atmel/at91/aic.tcl \
Modified: branches/openocd-0.1/src/openocd.c
===================================================================
--- branches/openocd-0.1/src/openocd.c 2009-01-20 04:03:31 UTC (rev 1347)
+++ branches/openocd-0.1/src/openocd.c 2009-01-20 04:05:00 UTC (rev 1348)
@@ -24,7 +24,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") svn:" PKGBLDREV
+#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") "RELSTR PKGBLDREV
#ifdef HAVE_CONFIG_H
#include "config.h"
Modified: tags/openocd-0.1.0/Makefile.am
===================================================================
--- tags/openocd-0.1.0/Makefile.am 2009-01-20 04:03:31 UTC (rev 1347)
+++ tags/openocd-0.1.0/Makefile.am 2009-01-20 04:05:00 UTC (rev 1348)
@@ -2,8 +2,6 @@
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
-EXTRA_DIST = guess-rev.sh
-
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \
contrib/libdcc/dcc_stdio.h \
Modified: tags/openocd-0.1.0/configure.in
===================================================================
--- tags/openocd-0.1.0/configure.in 2009-01-20 04:03:31 UTC (rev 1347)
+++ tags/openocd-0.1.0/configure.in 2009-01-20 04:05:00 UTC (rev 1348)
@@ -27,7 +27,17 @@
is_cygwin=no
is_mingw=no
is_win32=no
+build_release=yes
+AC_ARG_ENABLE(release,
+ AS_HELP_STRING([--enable-release], [Enable Release Build, default no]),
+ [build_release=$enableval], [build_release=no])
+
+if test $build_release = no; then
+ # check we can find guess-rev.sh
+ AC_CHECK_FILE("guess-rev.sh", build_release=no, build_release=yes)
+fi
+
# We are not *ALWAYS* being installed in the standard place.
# We may be installed in a "tool-build" specific location.
# Normally with other packages - as part of a tool distro.
@@ -627,6 +637,7 @@
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(openocd, 0.1.0)
+AM_CONDITIONAL(RELEASE, test $build_release = yes)
AM_CONDITIONAL(PARPORT, test $build_parport = yes)
AM_CONDITIONAL(DUMMY, test $build_dummy = yes)
AM_CONDITIONAL(GIVEIO, test $parport_use_giveio = yes)
Modified: tags/openocd-0.1.0/src/Makefile.am
===================================================================
--- tags/openocd-0.1.0/src/Makefile.am 2009-01-20 04:03:31 UTC (rev 1347)
+++ tags/openocd-0.1.0/src/Makefile.am 2009-01-20 04:05:00 UTC (rev 1348)
@@ -6,7 +6,6 @@
MAINFILE = main.c
endif
-
openocd_SOURCES = $(MAINFILE) openocd.c
# set the include path found by configure
@@ -17,10 +16,17 @@
# pass path to prefix path
openocd_CPPFLAGS = \
-DPKGLIBDIR=\"$(pkglibdir)\" \
- -DPKGBLDDATE=\"`date +%F-%R`\" \
- -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\" \
- @CPPFLAGS@
+ -DPKGBLDDATE=\"`date +%F-%R`\"
+if RELEASE
+openocd_CPPFLAGS += -DRELSTR=\"Release\" -DPKGBLDREV=\"\"
+else
+openocd_CPPFLAGS += -DRELSTR=\"svn:\" -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\"
+endif
+
+# add default CPPFLAGS
+openocd_CPPFLAGS += @CPPFLAGS@
+
# the library search path.
openocd_LDFLAGS = $(all_libraries)
SUBDIRS = helper jtag xsvf target server flash pld
@@ -59,8 +65,6 @@
endif
endif
-
-
openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \
$(top_builddir)/src/target/libtarget.a $(top_builddir)/src/jtag/libjtag.a \
$(top_builddir)/src/helper/libhelper.a \
@@ -69,13 +73,10 @@
$(top_builddir)/src/pld/libpld.a \
$(FTDI2232LIB) $(MINGWLDADD) $(LIBUSB)
-
if HTTPD
openocd_LDADD += -lmicrohttpd
endif
-
-
nobase_dist_pkglib_DATA = \
tcl/bitsbytes.tcl \
tcl/chip/atmel/at91/aic.tcl \
Modified: tags/openocd-0.1.0/src/openocd.c
===================================================================
--- tags/openocd-0.1.0/src/openocd.c 2009-01-20 04:03:31 UTC (rev 1347)
+++ tags/openocd-0.1.0/src/openocd.c 2009-01-20 04:05:00 UTC (rev 1348)
@@ -24,7 +24,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") svn:" PKGBLDREV
+#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") "RELSTR PKGBLDREV
#ifdef HAVE_CONFIG_H
#include "config.h"
|
|
From: <kc...@ma...> - 2009-01-20 05:03:37
|
Author: kc8apf
Date: 2009-01-20 05:03:31 +0100 (Tue, 20 Jan 2009)
New Revision: 1347
Modified:
trunk/Makefile.am
trunk/configure.in
trunk/src/Makefile.am
trunk/src/openocd.c
Log:
Fixes for handling release versions
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346)
+++ trunk/Makefile.am 2009-01-20 04:03:31 UTC (rev 1347)
@@ -2,8 +2,6 @@
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
-EXTRA_DIST = guess-rev.sh
-
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \
contrib/libdcc/dcc_stdio.h \
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-01-20 03:58:39 UTC (rev 1346)
+++ trunk/configure.in 2009-01-20 04:03:31 UTC (rev 1347)
@@ -27,7 +27,17 @@
is_cygwin=no
is_mingw=no
is_win32=no
+build_release=yes
+AC_ARG_ENABLE(release,
+ AS_HELP_STRING([--enable-release], [Enable Release Build, default no]),
+ [build_release=$enableval], [build_release=no])
+
+if test $build_release = no; then
+ # check we can find guess-rev.sh
+ AC_CHECK_FILE("guess-rev.sh", build_release=no, build_release=yes)
+fi
+
# We are not *ALWAYS* being installed in the standard place.
# We may be installed in a "tool-build" specific location.
# Normally with other packages - as part of a tool distro.
@@ -627,6 +637,7 @@
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(openocd, 1.0)
+AM_CONDITIONAL(RELEASE, test $build_release = yes)
AM_CONDITIONAL(PARPORT, test $build_parport = yes)
AM_CONDITIONAL(DUMMY, test $build_dummy = yes)
AM_CONDITIONAL(GIVEIO, test $parport_use_giveio = yes)
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346)
+++ trunk/src/Makefile.am 2009-01-20 04:03:31 UTC (rev 1347)
@@ -6,7 +6,6 @@
MAINFILE = main.c
endif
-
openocd_SOURCES = $(MAINFILE) openocd.c
# set the include path found by configure
@@ -17,10 +16,17 @@
# pass path to prefix path
openocd_CPPFLAGS = \
-DPKGLIBDIR=\"$(pkglibdir)\" \
- -DPKGBLDDATE=\"`date +%F-%R`\" \
- -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\" \
- @CPPFLAGS@
+ -DPKGBLDDATE=\"`date +%F-%R`\"
+if RELEASE
+openocd_CPPFLAGS += -DRELSTR=\"Release\" -DPKGBLDREV=\"\"
+else
+openocd_CPPFLAGS += -DRELSTR=\"svn:\" -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\"
+endif
+
+# add default CPPFLAGS
+openocd_CPPFLAGS += @CPPFLAGS@
+
# the library search path.
openocd_LDFLAGS = $(all_libraries)
SUBDIRS = helper jtag xsvf svf target server flash pld
@@ -59,8 +65,6 @@
endif
endif
-
-
openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a $(top_builddir)/src/svf/libsvf.a \
$(top_builddir)/src/target/libtarget.a $(top_builddir)/src/jtag/libjtag.a \
$(top_builddir)/src/helper/libhelper.a \
@@ -69,13 +73,10 @@
$(top_builddir)/src/pld/libpld.a \
$(FTDI2232LIB) $(MINGWLDADD) $(LIBUSB)
-
if HTTPD
openocd_LDADD += -lmicrohttpd
endif
-
-
nobase_dist_pkglib_DATA = \
tcl/bitsbytes.tcl \
tcl/chip/atmel/at91/aic.tcl \
Modified: trunk/src/openocd.c
===================================================================
--- trunk/src/openocd.c 2009-01-20 03:58:39 UTC (rev 1346)
+++ trunk/src/openocd.c 2009-01-20 04:03:31 UTC (rev 1347)
@@ -24,7 +24,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") svn:" PKGBLDREV
+#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") "RELSTR PKGBLDREV
#ifdef HAVE_CONFIG_H
#include "config.h"
|
Author: kc8apf Date: 2009-01-20 04:58:39 +0100 (Tue, 20 Jan 2009) New Revision: 1346 Modified: branches/openocd-0.1/Makefile.am branches/openocd-0.1/doc/Makefile.am branches/openocd-0.1/src/Makefile.am branches/openocd-0.1/src/flash/Makefile.am branches/openocd-0.1/src/helper/Makefile.am branches/openocd-0.1/src/jtag/Makefile.am branches/openocd-0.1/src/pld/Makefile.am branches/openocd-0.1/src/server/Makefile.am branches/openocd-0.1/src/target/Makefile.am branches/openocd-0.1/src/xsvf/Makefile.am tags/openocd-0.1.0/Makefile.am tags/openocd-0.1.0/doc/Makefile.am tags/openocd-0.1.0/src/Makefile.am tags/openocd-0.1.0/src/flash/Makefile.am tags/openocd-0.1.0/src/helper/Makefile.am tags/openocd-0.1.0/src/jtag/Makefile.am tags/openocd-0.1.0/src/pld/Makefile.am tags/openocd-0.1.0/src/server/Makefile.am tags/openocd-0.1.0/src/target/Makefile.am tags/openocd-0.1.0/src/xsvf/Makefile.am Log: Merge r1345 into 0.1.x and 0.1.0 Modified: branches/openocd-0.1/Makefile.am =================================================================== --- branches/openocd-0.1/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -11,3 +11,14 @@ contrib/libdcc/README SUBDIRS = src doc + +MAINTAINERCLEANFILES = \ + configure \ + Makefile.in \ + depcomp \ + config.guess \ + config.sub \ + config.h.in \ + missing \ + aclocal.m4 \ + install-sh Modified: branches/openocd-0.1/doc/Makefile.am =================================================================== --- branches/openocd-0.1/doc/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/doc/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -3,3 +3,4 @@ man_MANS = openocd.1 EXTRA_DIST = openocd.1 +MAINTAINERCLEANFILES = Makefile.in mdate-sh texinfo.tex Modified: branches/openocd-0.1/src/Makefile.am =================================================================== --- branches/openocd-0.1/src/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -95,3 +95,5 @@ tcl/memory.tcl \ tcl/mmr_helpers.tcl \ tcl/readable.tcl + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/flash/Makefile.am =================================================================== --- branches/openocd-0.1/src/flash/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/flash/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -8,3 +8,5 @@ noinst_HEADERS = flash.h lpc2000.h cfi.h non_cfi.h at91sam7.h at91sam7_old.h str7x.h str9x.h nand.h lpc3180_nand_controller.h \ stellaris.h str9xpec.h stm32x.h tms470.h s3c24xx_nand.h s3c24xx_regs_nand.h lpc288x.h mflash.h \ ocl.h pic32mx.h + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/helper/Makefile.am =================================================================== --- branches/openocd-0.1/src/helper/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/helper/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -32,3 +32,5 @@ # add startup_tcl.c to make clean list CLEANFILES = startup_tcl.c bin2char$(EXEEXT_FOR_BUILD) + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/jtag/Makefile.am =================================================================== --- branches/openocd-0.1/src/jtag/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/jtag/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -106,3 +106,5 @@ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/pld/Makefile.am =================================================================== --- branches/openocd-0.1/src/pld/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/pld/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libpld.a noinst_HEADERS = pld.h xilinx_bit.h virtex2.h libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/server/Makefile.am =================================================================== --- branches/openocd-0.1/src/server/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/server/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -17,3 +17,5 @@ nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/target/Makefile.am =================================================================== --- branches/openocd-0.1/src/target/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/target/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -28,3 +28,5 @@ nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/interface/*.cfg) # Various preconfigured boards nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/board/*.cfg) + +MAINTAINERCLEANFILES = Makefile.in Modified: branches/openocd-0.1/src/xsvf/Makefile.am =================================================================== --- branches/openocd-0.1/src/xsvf/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ branches/openocd-0.1/src/xsvf/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libxsvf.a noinst_HEADERS = xsvf.h libxsvf_a_SOURCES = xsvf.c + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/Makefile.am =================================================================== --- tags/openocd-0.1.0/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -11,3 +11,14 @@ contrib/libdcc/README SUBDIRS = src doc + +MAINTAINERCLEANFILES = \ + configure \ + Makefile.in \ + depcomp \ + config.guess \ + config.sub \ + config.h.in \ + missing \ + aclocal.m4 \ + install-sh Modified: tags/openocd-0.1.0/doc/Makefile.am =================================================================== --- tags/openocd-0.1.0/doc/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/doc/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -3,3 +3,4 @@ man_MANS = openocd.1 EXTRA_DIST = openocd.1 +MAINTAINERCLEANFILES = Makefile.in mdate-sh texinfo.tex Modified: tags/openocd-0.1.0/src/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -95,3 +95,5 @@ tcl/memory.tcl \ tcl/mmr_helpers.tcl \ tcl/readable.tcl + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/flash/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/flash/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/flash/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -8,3 +8,5 @@ noinst_HEADERS = flash.h lpc2000.h cfi.h non_cfi.h at91sam7.h at91sam7_old.h str7x.h str9x.h nand.h lpc3180_nand_controller.h \ stellaris.h str9xpec.h stm32x.h tms470.h s3c24xx_nand.h s3c24xx_regs_nand.h lpc288x.h mflash.h \ ocl.h pic32mx.h + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/helper/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/helper/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/helper/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -32,3 +32,5 @@ # add startup_tcl.c to make clean list CLEANFILES = startup_tcl.c bin2char$(EXEEXT_FOR_BUILD) + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/jtag/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/jtag/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/jtag/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -106,3 +106,5 @@ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/pld/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/pld/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/pld/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libpld.a noinst_HEADERS = pld.h xilinx_bit.h virtex2.h libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/server/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/server/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/server/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -17,3 +17,5 @@ nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/target/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/target/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/target/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -28,3 +28,5 @@ nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/interface/*.cfg) # Various preconfigured boards nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/board/*.cfg) + +MAINTAINERCLEANFILES = Makefile.in Modified: tags/openocd-0.1.0/src/xsvf/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/xsvf/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) +++ tags/openocd-0.1.0/src/xsvf/Makefile.am 2009-01-20 03:58:39 UTC (rev 1346) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libxsvf.a noinst_HEADERS = xsvf.h libxsvf_a_SOURCES = xsvf.c + +MAINTAINERCLEANFILES = Makefile.in |
|
From: <kc...@ma...> - 2009-01-20 04:55:53
|
Author: kc8apf Date: 2009-01-20 04:55:38 +0100 (Tue, 20 Jan 2009) New Revision: 1345 Modified: trunk/Makefile.am trunk/doc/Makefile.am trunk/src/Makefile.am trunk/src/flash/Makefile.am trunk/src/helper/Makefile.am trunk/src/jtag/Makefile.am trunk/src/pld/Makefile.am trunk/src/server/Makefile.am trunk/src/svf/Makefile.am trunk/src/target/Makefile.am trunk/src/xsvf/Makefile.am Log: Fix 'make maintainer-clean' courtesy of Zach Welch <zw...@su...> Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -11,3 +11,14 @@ contrib/libdcc/README SUBDIRS = src doc + +MAINTAINERCLEANFILES = \ + configure \ + Makefile.in \ + depcomp \ + config.guess \ + config.sub \ + config.h.in \ + missing \ + aclocal.m4 \ + install-sh Modified: trunk/doc/Makefile.am =================================================================== --- trunk/doc/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/doc/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,4 @@ man_MANS = openocd.1 EXTRA_DIST = openocd.1 +MAINTAINERCLEANFILES = Makefile.in mdate-sh texinfo.tex Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -95,3 +95,5 @@ tcl/memory.tcl \ tcl/mmr_helpers.tcl \ tcl/readable.tcl + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/flash/Makefile.am =================================================================== --- trunk/src/flash/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/flash/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -8,3 +8,5 @@ noinst_HEADERS = flash.h lpc2000.h cfi.h non_cfi.h at91sam7.h at91sam7_old.h str7x.h str9x.h nand.h lpc3180_nand_controller.h \ stellaris.h str9xpec.h stm32x.h tms470.h s3c24xx_nand.h s3c24xx_regs_nand.h lpc288x.h mflash.h \ ocl.h pic32mx.h + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/helper/Makefile.am =================================================================== --- trunk/src/helper/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/helper/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -32,3 +32,5 @@ # add startup_tcl.c to make clean list CLEANFILES = startup_tcl.c bin2char$(EXEEXT_FOR_BUILD) + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/jtag/Makefile.am =================================================================== --- trunk/src/jtag/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/jtag/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -106,3 +106,5 @@ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/pld/Makefile.am =================================================================== --- trunk/src/pld/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/pld/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libpld.a noinst_HEADERS = pld.h xilinx_bit.h virtex2.h libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/server/Makefile.am =================================================================== --- trunk/src/server/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/server/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -17,3 +17,5 @@ nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/svf/Makefile.am =================================================================== --- trunk/src/svf/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/svf/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libsvf.a noinst_HEADERS = svf.h libsvf_a_SOURCES = svf.c + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/target/Makefile.am =================================================================== --- trunk/src/target/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/target/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -28,3 +28,5 @@ nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/interface/*.cfg) # Various preconfigured boards nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/board/*.cfg) + +MAINTAINERCLEANFILES = Makefile.in Modified: trunk/src/xsvf/Makefile.am =================================================================== --- trunk/src/xsvf/Makefile.am 2009-01-20 03:50:12 UTC (rev 1344) +++ trunk/src/xsvf/Makefile.am 2009-01-20 03:55:38 UTC (rev 1345) @@ -3,3 +3,5 @@ noinst_LIBRARIES = libxsvf.a noinst_HEADERS = xsvf.h libxsvf_a_SOURCES = xsvf.c + +MAINTAINERCLEANFILES = Makefile.in |
|
From: <kc...@ma...> - 2009-01-20 04:50:16
|
Author: kc8apf Date: 2009-01-20 04:50:12 +0100 (Tue, 20 Jan 2009) New Revision: 1344 Modified: trunk/src/svf/ Log: Ignore src/svf/Makefile.in Property changes on: trunk/src/svf ___________________________________________________________________ Name: svn:ignore + Makefile.in |
|
From: <kc...@ma...> - 2009-01-20 04:49:38
|
Author: kc8apf
Date: 2009-01-20 04:49:31 +0100 (Tue, 20 Jan 2009)
New Revision: 1343
Modified:
trunk/doc/openocd.texi
trunk/src/flash/aduc702x.c
trunk/src/target/target/aduc702x.cfg
Log:
Fix support for ADuC702x flash. Courtesy of Michael Ashton <da...@gt...>
Modified: trunk/doc/openocd.texi
===================================================================
--- trunk/doc/openocd.texi 2009-01-20 03:42:24 UTC (rev 1342)
+++ trunk/doc/openocd.texi 2009-01-20 03:49:31 UTC (rev 1343)
@@ -2240,8 +2240,8 @@
@subsubsection aduc702x options
@cindex aduc702x options
-@b{flash bank aduc702x} <@var{base}> <@var{size}> 0 0 <@var{target#}>
-@*aduc702x flash plugin require the flash @var{base}, @var{size} and @var{target#}.
+@b{flash bank aduc702x} 0 0 0 0 <@var{target#}>
+@*The aduc702x flash plugin works with Analog Devices model numbers ADUC7019 through ADUC7028. The setup command only requires the @var{target#} argument (all devices in this family have the same memory layout).
@subsection mFlash configuration
@cindex mFlash configuration
Modified: trunk/src/flash/aduc702x.c
===================================================================
--- trunk/src/flash/aduc702x.c 2009-01-20 03:42:24 UTC (rev 1342)
+++ trunk/src/flash/aduc702x.c 2009-01-20 03:49:31 UTC (rev 1343)
@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2008 by Kevin McGuire *
* Copyright (C) 2008 by Marcel Wijlaars *
+ * Copyright (C) 2009 by Michael Ashton *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -23,7 +24,7 @@
#endif
#include "replacements.h"
-
+#include "time_support.h"
#include "flash.h"
#include "target.h"
#include "log.h"
@@ -40,9 +41,14 @@
int aduc702x_erase(struct flash_bank_s *bank, int first, int last);
int aduc702x_protect(struct flash_bank_s *bank, int set, int first, int last);
int aduc702x_write(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count);
+int aduc702x_write_single(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count);
+int aduc702x_write_block(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count);
int aduc702x_probe(struct flash_bank_s *bank);
int aduc702x_info(struct flash_bank_s *bank, char *buf, int buf_size);
int aduc702x_protect_check(struct flash_bank_s *bank);
+int aduc702x_build_sector_list(struct flash_bank_s *bank);
+int aduc702x_check_flash_completion(target_t* target, unsigned int timeout_ms);
+int aduc702x_set_write_enable(target_t *target, int enable);
#define ADUC702x_FLASH 0xfffff800
#define ADUC702x_FLASH_FEESTA (0*4)
@@ -67,8 +73,8 @@
typedef struct
{
- unsigned char tmp;
-} aduc702x_bank;
+ working_area_t *write_algorithm;
+} aduc702x_flash_bank_t;
flash_driver_t aduc702x_flash =
{
@@ -90,26 +96,42 @@
return ERROR_OK;
}
-/* flash bank aduc702x <base> <size> 0 0 <target#> */
+/* flash bank aduc702x 0 0 0 0 <target#>
+ * The ADC7019-28 devices all have the same flash layout */
int aduc702x_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank)
{
- aduc702x_bank *nbank;
+ aduc702x_flash_bank_t *nbank;
- if (argc < 6)
- {
- LOG_WARNING("incomplete flash_bank aduc702x configuration");
- return ERROR_FLASH_BANK_INVALID;
- }
+ nbank = malloc(sizeof(aduc702x_flash_bank_t));
- nbank = malloc(sizeof(aduc702x_bank));
- /* just warn that we are used to normally using 0x80000 */
- if (bank->base != 0x80000)
- {
- LOG_WARNING("Default base address is 0x80000 on the ADuC7026!");
- }
+ bank->base = 0x80000;
+ bank->size = 0xF800; // top 4k not accessible
+ bank->driver_priv = nbank;
+
+ aduc702x_build_sector_list(bank);
+
+ return ERROR_OK;
+}
+
+int aduc702x_build_sector_list(struct flash_bank_s *bank)
+{
+ //aduc7026_flash_bank_t *aduc7026_info = bank->driver_priv;
- nbank->tmp = 1;
- bank->driver_priv = nbank;
+ int i = 0;
+ u32 offset = 0;
+
+ // sector size is 512
+ bank->num_sectors = bank->size / 512;
+ bank->sectors = malloc(sizeof(flash_sector_t) * bank->num_sectors);
+ for (i = 0; i < bank->num_sectors; ++i)
+ {
+ bank->sectors[i].offset = offset;
+ bank->sectors[i].size = 512;
+ offset += bank->sectors[i].size;
+ bank->sectors[i].is_erased = -1;
+ bank->sectors[i].is_protected = 0;
+ }
+
return ERROR_OK;
}
@@ -121,45 +143,54 @@
int aduc702x_erase(struct flash_bank_s *bank, int first, int last)
{
+ //int res;
int x;
int count;
- u32 v;
+ //u32 v;
target_t *target = bank->target;
+ aduc702x_set_write_enable(target, 1);
+
/* mass erase */
- if ((first | last) == 0)
- {
+ if (((first | last) == 0) || ((first == 0) && (last >= bank->num_sectors))) {
LOG_DEBUG("performing mass erase.\n");
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEDAT, 0x3cff);
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEADR, 0xffc3);
- target_read_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEMOD, &v);
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEMOD, v | 0x8);
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEECON, 0x06);
- for (v = 0x4; v & 0x4;
- target_read_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEESTA, &v));
+ target_write_u16(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEDAT, 0x3cff);
+ target_write_u16(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEADR, 0xffc3);
+ target_write_u8(target, ADUC702x_FLASH + ADUC702x_FLASH_FEECON, 0x06);
- if (!(v & 0x1))
+ if (aduc702x_check_flash_completion(target, 3500) != ERROR_OK)
{
- LOG_ERROR("mass erase failed.\n");
- return ERROR_FLASH_SECTOR_NOT_ERASED;
+ LOG_ERROR("mass erase failed\n");
+ aduc702x_set_write_enable(target, 0);
+ return ERROR_FLASH_OPERATION_FAILED;
}
+
LOG_DEBUG("mass erase successful.\n");
return ERROR_OK;
- }
+ } else {
+ unsigned long adr;
- count = last - first;
- for (x = 0; x < count; ++x)
- {
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEADR, bank->base + first * 512 + x * 512);
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEECON, 0x05);
- for (v = 0x4; v & 0x4; target_read_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEESTA, &v));
- if (!(v & 0x1))
- {
- LOG_ERROR("erase failed for page address %x\n", bank->base + first * 512 + x * 512);
- return ERROR_FLASH_SECTOR_NOT_ERASED;
- }
- LOG_DEBUG("erased page address %x\n", bank->base + first * 512 + x * 512);
- }
+ count = last - first + 1;
+ for (x = 0; x < count; ++x)
+ {
+ adr = bank->base + ((first + x) * 512);
+
+ target_write_u16(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEADR, adr);
+ target_write_u8(target, ADUC702x_FLASH + ADUC702x_FLASH_FEECON, 0x05);
+
+ if (aduc702x_check_flash_completion(target, 50) != ERROR_OK)
+ {
+ LOG_ERROR("failed to erase sector at address 0x%08lX\n", adr);
+ aduc702x_set_write_enable(target, 0);
+ return ERROR_FLASH_SECTOR_NOT_ERASED;
+ }
+
+ LOG_DEBUG("erased sector at address 0x%08lX\n", adr);
+ }
+ }
+
+ aduc702x_set_write_enable(target, 0);
+
return ERROR_OK;
}
@@ -169,34 +200,205 @@
return ERROR_FLASH_OPERATION_FAILED;
}
-int aduc702x_write(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count)
+int aduc702x_write_block(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count)
{
- int x;
- u32 v;
+ aduc702x_flash_bank_t *aduc702x_info = bank->driver_priv;
target_t *target = bank->target;
+ u32 buffer_size = 7000;
+ working_area_t *source;
+ u32 address = bank->base + offset;
+ reg_param_t reg_params[6];
+ armv4_5_algorithm_t armv4_5_info;
+ int retval = ERROR_OK;
- for (x = 0; x < count; x += 2)
+ /* parameters:
+
+ r0 - address of source data (absolute)
+ r1 - number of halfwords to be copied
+ r2 - start address in flash (offset from beginning of flash memory)
+ r3 - exit code
+ r4 - base address of flash controller (0xFFFFF800)
+
+ registers:
+
+ r5 - scratch
+ r6 - set to 2, used to write flash command
+
+ */
+ u32 aduc702x_flash_write_code[] = {
+ //<_start>:
+ 0xe3a05008, // mov r5, #8 ; 0x8
+ 0xe5845004, // str r5, [r4, #4]
+ 0xe3a06002, // mov r6, #2 ; 0x2
+ //<next>:
+ 0xe1c421b0, // strh r2, [r4, #16]
+ 0xe0d050b2, // ldrh r5, [r0], #2
+ 0xe1c450bc, // strh r5, [r4, #12]
+ 0xe5c46008, // strb r6, [r4, #8]
+ //<wait_complete>:
+ 0xe1d430b0, // ldrh r3, [r4]
+ 0xe3130004, // tst r3, #4 ; 0x4
+ 0x1afffffc, // bne 1001c <wait_complete>
+ 0xe2822002, // add r2, r2, #2 ; 0x2
+ 0xe2511001, // subs r1, r1, #1 ; 0x1
+ 0x0a000001, // beq 1003c <done>
+ 0xe3130001, // tst r3, #1 ; 0x1
+ 0x1afffff3, // bne 1000c <next>
+ //<done>:
+ 0xeafffffe // b 1003c <done>
+ };
+
+ /* flash write code */
+ if (target_alloc_working_area(target, sizeof(aduc702x_flash_write_code),
+ &aduc702x_info->write_algorithm) != ERROR_OK)
{
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEADR, offset + x);
- /* if we able to encounter a single byte instead of a word */
- if ((x + 1) == count) {
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEDAT, buffer[x]);
+ LOG_WARNING("no working area available, can't do block memory writes");
+ return ERROR_TARGET_RESOURCE_NOT_AVAILABLE;
+ };
+
+ target_write_buffer(target, aduc702x_info->write_algorithm->address,
+ sizeof(aduc702x_flash_write_code), (u8*)aduc702x_flash_write_code);
+
+ /* memory buffer */
+ while (target_alloc_working_area(target, buffer_size, &source) != ERROR_OK)
+ {
+ buffer_size /= 2;
+ if (buffer_size <= 256)
+ {
+ /* if we already allocated the writing code, but failed to get a buffer, free the algorithm */
+ if (aduc702x_info->write_algorithm)
+ target_free_working_area(target, aduc702x_info->write_algorithm);
+
+ LOG_WARNING("no large enough working area available, can't do block memory writes");
+ return ERROR_TARGET_RESOURCE_NOT_AVAILABLE;
}
- else {
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEDAT, buffer[x] | (buffer[x+1] << 8));
+ }
+
+ armv4_5_info.common_magic = ARMV4_5_COMMON_MAGIC;
+ armv4_5_info.core_mode = ARMV4_5_MODE_SVC;
+ armv4_5_info.core_state = ARMV4_5_STATE_ARM;
+
+ init_reg_param(®_params[0], "r0", 32, PARAM_OUT);
+ init_reg_param(®_params[1], "r1", 32, PARAM_OUT);
+ init_reg_param(®_params[2], "r2", 32, PARAM_OUT);
+ init_reg_param(®_params[3], "r3", 32, PARAM_IN);
+ init_reg_param(®_params[4], "r4", 32, PARAM_OUT);
+
+ while (count > 0)
+ {
+ u32 thisrun_count = (count > (buffer_size / 2)) ? (buffer_size / 2) : count;
+
+ target_write_buffer(target, source->address, thisrun_count * 2, buffer);
+
+ buf_set_u32(reg_params[0].value, 0, 32, source->address);
+ buf_set_u32(reg_params[1].value, 0, 32, thisrun_count);
+ buf_set_u32(reg_params[2].value, 0, 32, address);
+ buf_set_u32(reg_params[4].value, 0, 32, 0xFFFFF800);
+
+ if ((retval = target->type->run_algorithm(target, 0, NULL, 5,
+ reg_params, aduc702x_info->write_algorithm->address,
+ aduc702x_info->write_algorithm->address + sizeof(aduc702x_flash_write_code) - 4,
+ 10000, &armv4_5_info)) != ERROR_OK)
+ {
+ LOG_ERROR("error executing aduc702x flash write algorithm");
+ retval = ERROR_FLASH_OPERATION_FAILED;
+ break;
}
- target_write_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEECON, 0x02);
- for (v = 0x4; v & 0x4; target_read_u32(target, ADUC702x_FLASH + ADUC702x_FLASH_FEESTA, &v));
- if (!(v & 0x1))
- {
- LOG_ERROR("single write failed for address %x.\n", offset + x);
+
+ if ((buf_get_u32(reg_params[3].value, 0, 32) & 1) != 1) {
+ retval = ERROR_FLASH_OPERATION_FAILED;
+ break;
+ }
+
+ buffer += thisrun_count * 2;
+ address += thisrun_count * 2;
+ count -= thisrun_count;
+ }
+
+ target_free_working_area(target, source);
+ target_free_working_area(target, aduc702x_info->write_algorithm);
+
+ destroy_reg_param(®_params[0]);
+ destroy_reg_param(®_params[1]);
+ destroy_reg_param(®_params[2]);
+ destroy_reg_param(®_params[3]);
+ destroy_reg_param(®_params[4]);
+
+ return retval;
+}
+
+/* All-JTAG, single-access method. Very slow. Used only if there is no
+ * working area available. */
+int aduc702x_write_single(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count)
+{
+ int x;
+ u8 b;
+ target_t *target = bank->target;
+
+ aduc702x_set_write_enable(target, 1);
+
+ for (x = 0; x < count; x += 2) {
+ // FEEADR = address
+ target_write_u16(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEADR, offset + x);
+
+ // set up data
+ if ((x + 1) == count)
+ {
+ // last byte
+ target_read_u8(target, offset + x + 1, &b);
+ }
+ else
+ b = buffer[x + 1];
+
+ target_write_u16(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEDAT, buffer[x] | (b << 8));
+
+ // do single-write command
+ target_write_u8(target, ADUC702x_FLASH + ADUC702x_FLASH_FEECON, 0x02);
+
+ if (aduc702x_check_flash_completion(target, 1) != ERROR_OK)
+ {
+ LOG_ERROR("single write failed for address 0x%08lX\n", (unsigned long)(offset + x));
+ aduc702x_set_write_enable(target, 0);
return ERROR_FLASH_OPERATION_FAILED;
}
- LOG_DEBUG("single write for address %x.\n", offset + x);
+
}
+ LOG_DEBUG("wrote %d bytes at address 0x%08lX\n", (int)count, (unsigned long)(offset + x));
+
+ aduc702x_set_write_enable(target, 0);
+
return ERROR_OK;
}
+int aduc702x_write(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count)
+{
+ int retval;
+
+ /* try using a block write */
+ if ((retval = aduc702x_write_block(bank, buffer, offset, count)) != ERROR_OK)
+ {
+ if (retval == ERROR_TARGET_RESOURCE_NOT_AVAILABLE)
+ {
+ /* if block write failed (no sufficient working area),
+ * use normal (slow) JTAG method */
+ LOG_WARNING("couldn't use block writes, falling back to single memory accesses");
+
+ if ((retval = aduc702x_write_single(bank, buffer, offset, count)) != ERROR_OK)
+ {
+ LOG_ERROR("slow write failed");
+ return ERROR_FLASH_OPERATION_FAILED;
+ }
+ }
+ else if (retval == ERROR_FLASH_OPERATION_FAILED)
+ {
+ LOG_ERROR("flash block writing failed");
+ return ERROR_FLASH_OPERATION_FAILED;
+ }
+ }
+
+ return ERROR_OK;
+}
+
int aduc702x_probe(struct flash_bank_s *bank)
{
return ERROR_OK;
@@ -207,3 +409,37 @@
snprintf(buf, buf_size, "aduc702x flash driver info" );
return ERROR_OK;
}
+
+/* sets FEEMOD bit 3
+ * enable = 1 enables writes & erases, 0 disables them */
+int aduc702x_set_write_enable(target_t *target, int enable)
+{
+ // don't bother to preserve int enable bit here
+ target_write_u16(target, ADUC702x_FLASH + ADUC702x_FLASH_FEEMOD, enable ? 8 : 0);
+
+ return ERROR_OK;
+}
+
+/* wait up to timeout_ms for controller to not be busy,
+ * then check whether the command passed or failed.
+ *
+ * this function sleeps 1ms between checks (after the first one),
+ * so in some cases may slow things down without a usleep after the first read */
+int aduc702x_check_flash_completion(target_t* target, unsigned int timeout_ms)
+{
+ u8 v = 4;
+
+ long long endtime = timeval_ms() + timeout_ms;
+ while (1) {
+ target_read_u8(target, ADUC702x_FLASH + ADUC702x_FLASH_FEESTA, &v);
+ if ((v & 4) == 0) break;
+ alive_sleep(1);
+ if (timeval_ms() >= endtime) break;
+ }
+
+ if (v & 2) return ERROR_FAIL;
+ // if a command is ignored, both the success and fail bits may be 0
+ else if ((v & 3) == 0) return ERROR_FAIL;
+ else return ERROR_OK;
+}
+
Modified: trunk/src/target/target/aduc702x.cfg
===================================================================
--- trunk/src/target/target/aduc702x.cfg 2009-01-20 03:42:24 UTC (rev 1342)
+++ trunk/src/target/target/aduc702x.cfg 2009-01-20 03:49:31 UTC (rev 1343)
@@ -39,8 +39,12 @@
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
+# allocate the entire SRAM as working area
+$_TARGETNAME configure -work-area-phys 0x10000 -work-area-size 0x2000
+
## flash configuration
-flash bank aduc702x 0x80000 0x10000 2 2 0
+# only target number is needed
+flash bank aduc702x 0 0 0 0 0
## If you use the watchdog, the following code makes sure that the board
## doesn't reboot when halted via JTAG. Yes, on the older generation
|
|
From: <kc...@ma...> - 2009-01-20 04:42:29
|
Author: kc8apf
Date: 2009-01-20 04:42:24 +0100 (Tue, 20 Jan 2009)
New Revision: 1342
Added:
trunk/src/target/target/imx21.cfg
Log:
imx21 config provided by Alan Carvalho de Assis <ac...@gm...>
Added: trunk/src/target/target/imx21.cfg
===================================================================
--- trunk/src/target/target/imx21.cfg 2009-01-19 19:54:44 UTC (rev 1341)
+++ trunk/src/target/target/imx21.cfg 2009-01-20 03:42:24 UTC (rev 1342)
@@ -0,0 +1,32 @@
+#use combined on interfaces or targets that can't set TRST/SRST separately
+reset_config trst_and_srst
+
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $CHIPNAME
+} else {
+ set _CHIPNAME imx21
+}
+
+if { [info exists ENDIAN] } {
+ set _ENDIAN $ENDIAN
+} else {
+ set _ENDIAN little
+}
+
+
+# Note above there is 1 tap
+
+# The CPU tap
+if { [info exists CPUTAPID ] } {
+ set _CPUTAPID $CPUTAPID
+} else {
+ set _CPUTAPID 0x0792611f
+}
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
+
+
+# Create the GDB Target.
+set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
+target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm926ejs
+
+arm7_9 dcc_downloads enable
Property changes on: trunk/src/target/target/imx21.cfg
___________________________________________________________________
Name: svn:eol-style
+ native
|
|
From: ntfreak at B. <nt...@ma...> - 2009-01-19 20:54:45
|
Author: ntfreak
Date: 2009-01-19 20:54:44 +0100 (Mon, 19 Jan 2009)
New Revision: 1341
Modified:
trunk/src/openocd.c
Log:
- remove unused includes, fixes build issues under FreeBSD
Modified: trunk/src/openocd.c
===================================================================
--- trunk/src/openocd.c 2009-01-19 09:41:59 UTC (rev 1340)
+++ trunk/src/openocd.c 2009-01-19 19:54:44 UTC (rev 1341)
@@ -57,14 +57,6 @@
#include <unistd.h>
#include <errno.h>
-#ifdef _WIN32
-#include <malloc.h>
-#else
-#include <alloca.h>
-#endif
-
-#include "replacements.h"
-
void print_version(void)
{
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
|
|
From: ntfreak at B. <nt...@ma...> - 2009-01-19 10:41:59
|
Author: ntfreak
Date: 2009-01-19 10:41:59 +0100 (Mon, 19 Jan 2009)
New Revision: 1340
Removed:
trunk/src/svf/Makefile.in
Modified:
trunk/guess-rev.sh
trunk/src/svf/Makefile.am
Log:
- revert guess-rev.sh to using bash
- remove generated files from svn
Modified: trunk/guess-rev.sh
===================================================================
--- trunk/guess-rev.sh 2009-01-19 07:13:02 UTC (rev 1339)
+++ trunk/guess-rev.sh 2009-01-19 09:41:59 UTC (rev 1340)
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/bin/bash
#
REV=unknown
which svnversion > /dev/null 2>&1 && REV=`svnversion -n`
-`which echo` -n $REV
+echo -n $REV
Property changes on: trunk/src/svf/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Deleted: trunk/src/svf/Makefile.in
===================================================================
--- trunk/src/svf/Makefile.in 2009-01-19 07:13:02 UTC (rev 1339)
+++ trunk/src/svf/Makefile.in 2009-01-19 09:41:59 UTC (rev 1340)
@@ -1,406 +0,0 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/svf
-DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-LIBRARIES = $(noinst_LIBRARIES)
-AR = ar
-ARFLAGS = cru
-libsvf_a_AR = $(AR) $(ARFLAGS)
-libsvf_a_LIBADD =
-am_libsvf_a_OBJECTS = svf.$(OBJEXT)
-libsvf_a_OBJECTS = $(am_libsvf_a_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(libsvf_a_SOURCES)
-DIST_SOURCES = $(libsvf_a_SOURCES)
-HEADERS = $(noinst_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CC_FOR_BUILD = @CC_FOR_BUILD@
-CFLAGS = @CFLAGS@
-CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
-GREP = @GREP@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes)
-METASOURCES = AUTO
-noinst_LIBRARIES = libsvf.a
-noinst_HEADERS = svf.h
-libsvf_a_SOURCES = svf.c
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/svf/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign src/svf/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-clean-noinstLIBRARIES:
- -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
-libsvf.a: $(libsvf_a_OBJECTS) $(libsvf_a_DEPENDENCIES)
- -rm -f libsvf.a
- $(libsvf_a_AR) libsvf.a $(libsvf_a_OBJECTS) $(libsvf_a_LIBADD)
- $(RANLIB) libsvf.a
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svf.Po@am__quote@
-
-.c.o:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c $<
-
-.c.obj:
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
- fi
-ctags: CTAGS
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
-
-GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LIBRARIES) $(HEADERS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-info: install-info-am
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-ps: install-ps-am
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- clean-noinstLIBRARIES ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am install-info \
- install-info-am install-man install-pdf install-pdf-am \
- install-ps install-ps-am install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
|
|
From: <kc...@ma...> - 2009-01-19 08:13:14
|
Author: kc8apf
Date: 2009-01-19 08:13:02 +0100 (Mon, 19 Jan 2009)
New Revision: 1339
Added:
trunk/src/svf/
trunk/src/svf/Makefile.am
trunk/src/svf/Makefile.in
trunk/src/svf/svf.c
trunk/src/svf/svf.h
Modified:
trunk/configure.in
trunk/src/Makefile.am
trunk/src/ecosboard.c
trunk/src/jtag/vsllink.c
trunk/src/openocd.c
Log:
SVF player courtesy of Simon Qian <sim...@Si...>
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/configure.in 2009-01-19 07:13:02 UTC (rev 1339)
@@ -705,4 +705,4 @@
AC_MSG_RESULT([$EXEEXT_FOR_BUILD])
AC_SUBST(EXEEXT_FOR_BUILD)
-AC_OUTPUT(Makefile src/Makefile src/helper/Makefile src/jtag/Makefile src/xsvf/Makefile src/target/Makefile src/server/Makefile src/flash/Makefile src/pld/Makefile doc/Makefile)
+AC_OUTPUT(Makefile src/Makefile src/helper/Makefile src/jtag/Makefile src/xsvf/Makefile src/svf/Makefile src/target/Makefile src/server/Makefile src/flash/Makefile src/pld/Makefile doc/Makefile)
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/Makefile.am 2009-01-19 07:13:02 UTC (rev 1339)
@@ -11,8 +11,8 @@
# set the include path found by configure
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/helper \
- -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/target -I$(top_srcdir)/src/xsvf -I$(top_srcdir)/src/server \
- -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/pld $(all_includes)
+ -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/target -I$(top_srcdir)/src/xsvf -I$(top_srcdir)/src/svf \
+ -I$(top_srcdir)/src/server -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/pld $(all_includes)
# pass path to prefix path
openocd_CPPFLAGS = \
@@ -23,7 +23,7 @@
# the library search path.
openocd_LDFLAGS = $(all_libraries)
-SUBDIRS = helper jtag xsvf target server flash pld
+SUBDIRS = helper jtag xsvf svf target server flash pld
if IS_MINGW
MINGWLDADD = -lwsock32
@@ -61,7 +61,7 @@
-openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \
+openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a $(top_builddir)/src/svf/libsvf.a \
$(top_builddir)/src/target/libtarget.a $(top_builddir)/src/jtag/libjtag.a \
$(top_builddir)/src/helper/libhelper.a \
$(top_builddir)/src/server/libserver.a $(top_builddir)/src/helper/libhelper.a \
Modified: trunk/src/ecosboard.c
===================================================================
--- trunk/src/ecosboard.c 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/ecosboard.c 2009-01-19 07:13:02 UTC (rev 1339)
@@ -26,6 +26,7 @@
#include "jtag.h"
#include "configuration.h"
#include "xsvf.h"
+#include "svf.h"
#include "target.h"
#include "flash.h"
#include "nand.h"
Modified: trunk/src/jtag/vsllink.c
===================================================================
--- trunk/src/jtag/vsllink.c 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/jtag/vsllink.c 2009-01-19 07:13:02 UTC (rev 1339)
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007 by Simon Qian <Sim...@Si...> *
+ * Copyright (C) 2009 by Simon Qian <Sim...@Si...> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -49,18 +49,13 @@
#define DEBUG_JTAG_IO(expr ...)
#endif
-#define VID 0x03EB
-#define PID 0x2103
-#define VSLLINK_WRITE_ENDPOINT 0x02
-#define VSLLINK_READ_ENDPOINT 0x82
+u16 vsllink_vid;
+u16 vsllink_pid;
+u8 vsllink_bulkout;
+u8 vsllink_bulkin;
-u16 vsllink_vid = VID;
-u16 vsllink_pid = PID;
-u8 vsllink_bulkout = VSLLINK_WRITE_ENDPOINT;
-u8 vsllink_bulkin = VSLLINK_READ_ENDPOINT;
+#define VSLLINK_USB_TIMEOUT 5000
-#define VSLLINK_USB_TIMEOUT 1000
-
static int VSLLINK_BufferSize = 1024;
/* Global USB buffers */
@@ -77,8 +72,11 @@
#define VSLLINK_CMD_GET_PORT 0x91
#define VSLLINK_CMD_SET_PORTDIR 0x92
#define VSLLINK_CMD_HW_JTAGSEQCMD 0xA0
+#define VSLLINK_CMD_HW_JTAGHLCMD 0xA1
+#define VSLLINK_CMD_HW_SWDCMD 0xA2
#define VSLLINK_CMDJTAGSEQ_TMSBYTE 0x00
+#define VSLLINK_CMDJTAGSEQ_TMS0BYTE 0x40
#define VSLLINK_CMDJTAGSEQ_SCAN 0x80
#define VSLLINK_CMDJTAGSEQ_CMDMSK 0xC0
@@ -109,21 +107,21 @@
u8 VSLLINK_tap_move[6][6] =
{
/* TLR RTI SD PD SI PI */
- {0xff, 0x00, 0x2f, 0x0a, 0x37, 0x16}, /* TLR */
+ {0xff, 0x7f, 0x2f, 0x0a, 0x37, 0x16}, /* TLR */
{0xff, 0x00, 0x45, 0x05, 0x4b, 0x0b}, /* RTI */
{0xff, 0x61, 0x00, 0x01, 0x0f, 0x2f}, /* SD */
- {0xff, 0x60, 0x40, 0x17, 0x3c, 0x2f}, /* PD */
+ {0xff, 0x60, 0x40, 0x5c, 0x3c, 0x5e}, /* PD */
{0xff, 0x61, 0x07, 0x17, 0x00, 0x01}, /* SI */
- {0xff, 0x60, 0x38, 0x17, 0x40, 0x2f} /* PI */
+ {0xff, 0x60, 0x38, 0x5c, 0x40, 0x5e} /* PI */
};
-u8 VSLLINK_TAP_MOVE_FROM_E1[6] =
+typedef struct insert_insignificant_operation
{
-// TLR RTI SD PD SI PI
- 0xff, 0x60, 0x38, 0x5c, 0x3c, 0x5E
-};
+ unsigned char insert_value;
+ unsigned char insert_position;
+}insert_insignificant_operation_t;
-u8 VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[7][6][2] =
+insert_insignificant_operation_t VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[6][6] =
{
/* stuff offset */
{/* TLR */
@@ -175,6 +173,19 @@
0x00, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f
};
+typedef struct
+{
+ int length; /* Number of bits to read */
+ int offset;
+ scan_command_t *command; /* Corresponding scan command */
+ u8 *buffer;
+} pending_scan_result_t;
+
+#define MAX_PENDING_SCAN_RESULTS 256
+
+static int pending_scan_results_length;
+static pending_scan_result_t pending_scan_results_buffer[MAX_PENDING_SCAN_RESULTS];
+
/* External interface functions */
int vsllink_execute_queue(void);
int vsllink_speed(int speed);
@@ -219,8 +230,8 @@
void vsllink_debug_buffer(u8 *buffer, int length);
-int vsllink_tms_data_len = 0;
-u8* vsllink_tms_cmd_pos;
+static int vsllink_tms_data_len = 0;
+static u8* vsllink_tms_cmd_pos;
vsllink_jtag_t* vsllink_jtag_handle;
@@ -255,7 +266,7 @@
switch (cmd->type)
{
case JTAG_END_STATE:
- DEBUG_JTAG_IO("end_state: %i", cmd->cmd.end_state->end_state);
+ DEBUG_JTAG_IO("end_state: %s", jtag_state_name(cmd->cmd.end_state->end_state));
if (cmd->cmd.end_state->end_state != -1)
{
@@ -264,9 +275,9 @@
break;
case JTAG_RUNTEST:
- DEBUG_JTAG_IO( "runtest %i cycles, end in %i", cmd->cmd.runtest->num_cycles, \
- cmd->cmd.runtest->end_state);
-
+ DEBUG_JTAG_IO( "runtest %i cycles, end in %s", cmd->cmd.runtest->num_cycles, \
+ jtag_state_name(cmd->cmd.runtest->end_state));
+
if (cmd->cmd.runtest->end_state != -1)
{
vsllink_end_state(cmd->cmd.runtest->end_state);
@@ -275,7 +286,7 @@
break;
case JTAG_STATEMOVE:
- DEBUG_JTAG_IO("statemove end in %i", cmd->cmd.statemove->end_state);
+ DEBUG_JTAG_IO("statemove end in %s", jtag_state_name(cmd->cmd.statemove->end_state));
if (cmd->cmd.statemove->end_state != -1)
{
@@ -285,9 +296,9 @@
break;
case JTAG_PATHMOVE:
- DEBUG_JTAG_IO("pathmove: %i states, end in %i", \
+ DEBUG_JTAG_IO("pathmove: %i states, end in %s", \
cmd->cmd.pathmove->num_states, \
- cmd->cmd.pathmove->path[cmd->cmd.pathmove->num_states - 1]);
+ jtag_state_name(cmd->cmd.pathmove->path[cmd->cmd.pathmove->num_states - 1]));
vsllink_path_move(cmd->cmd.pathmove->num_states, cmd->cmd.pathmove->path);
break;
@@ -301,11 +312,11 @@
scan_size = jtag_build_buffer(cmd->cmd.scan, &buffer);
if (cmd->cmd.scan->ir_scan)
{
- DEBUG_JTAG_IO("JTAG Scan write IR(%d bits), end in %d:", scan_size, cmd->cmd.scan->end_state);
+ DEBUG_JTAG_IO("JTAG Scan write IR(%d bits), end in %s:", scan_size, jtag_state_name(cmd->cmd.scan->end_state));
}
else
{
- DEBUG_JTAG_IO("JTAG Scan write DR(%d bits), end in %d:", scan_size, cmd->cmd.scan->end_state);
+ DEBUG_JTAG_IO("JTAG Scan write DR(%d bits), end in %s:", scan_size, jtag_state_name(cmd->cmd.scan->end_state));
}
#ifdef _DEBUG_JTAG_IO_
@@ -470,8 +481,7 @@
vsllink_usb_out_buffer[0] = VSLLINK_CMD_SET_PORTDIR;
vsllink_usb_out_buffer[1] = JTAG_PINMSK_SRST | JTAG_PINMSK_TRST | JTAG_PINMSK_USR1 | JTAG_PINMSK_USR2;
vsllink_usb_out_buffer[2] = JTAG_PINMSK_SRST | JTAG_PINMSK_TRST;
- result = vsllink_usb_write(vsllink_jtag_handle, 3);
- if (result != 3)
+ if (vsllink_usb_write(vsllink_jtag_handle, 3) != 3)
{
LOG_ERROR("VSLLink USB send data error");
exit(-1);
@@ -490,6 +500,17 @@
{
if ((vsllink_usb_in_buffer != NULL) && (vsllink_usb_out_buffer != NULL))
{
+ // Set all pins to input
+ vsllink_usb_out_buffer[0] = VSLLINK_CMD_SET_PORTDIR;
+ vsllink_usb_out_buffer[1] = JTAG_PINMSK_SRST | JTAG_PINMSK_TRST | JTAG_PINMSK_USR1 | JTAG_PINMSK_USR2;
+ vsllink_usb_out_buffer[2] = 0;
+ if (vsllink_usb_write(vsllink_jtag_handle, 3) != 3)
+ {
+ LOG_ERROR("VSLLink USB send data error");
+ exit(-1);
+ }
+
+ // disconnect
vsllink_simple_command(VSLLINK_CMD_DISCONN);
vsllink_usb_close(vsllink_jtag_handle);
}
@@ -506,24 +527,29 @@
}
// when vsllink_tms_data_len > 0, vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] is the byte that need to be appended.
-// length of VSLLINK_CMDJTAGSEQ_TMSBYTE has been set.
-void VSLLINK_add_tms_from_RTI(enum tap_state state)
+// length of VSLLINK_CMDJTAGSEQ_TMSBYTE has been set, no need to set it here.
+void vsllink_append_tms(void)
{
- u8 tms_scan = VSLLINK_TAP_MOVE(TAP_IDLE, state);
+ u8 tms_scan = VSLLINK_TAP_MOVE(cur_state, end_state);
u16 tms2;
- if ((cur_state != TAP_IDLE) || (state == TAP_IDLE) || (vsllink_tms_data_len <= 0) || (vsllink_tms_data_len >= 8) || (vsllink_tms_cmd_pos == NULL))
+ if (((cur_state != TAP_RESET) && (cur_state != TAP_IDLE) && (cur_state != TAP_DRPAUSE) && (cur_state != TAP_IRPAUSE)) || \
+ (vsllink_tms_data_len <= 0) || (vsllink_tms_data_len >= 8) || \
+ (vsllink_tms_cmd_pos == NULL))
{
LOG_ERROR("There MUST be some bugs in the driver");
exit(-1);
}
- tms2 = (tms_scan & VSLLINK_BIT_MSK[VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[1][tap_move_map[state]][1]]) << vsllink_tms_data_len;
- if (VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[1][tap_move_map[state]][0] == 1)
+ tms2 = (tms_scan & VSLLINK_BIT_MSK[VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[tap_move_map[cur_state]][tap_move_map[end_state]].insert_position]) << \
+ vsllink_tms_data_len;
+ if (VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[tap_move_map[cur_state]][tap_move_map[end_state]].insert_value == 1)
{
- tms2 |= VSLLINK_BIT_MSK[8 - vsllink_tms_data_len] << (vsllink_tms_data_len + VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[1][tap_move_map[state]][1]);
+ tms2 |= VSLLINK_BIT_MSK[8 - vsllink_tms_data_len] << \
+ (vsllink_tms_data_len + VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[tap_move_map[cur_state]][tap_move_map[end_state]].insert_position);
}
- tms2 |= (tms_scan >> VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[1][tap_move_map[state]][1]) << (8 + VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[1][tap_move_map[state]][1]);
+ tms2 |= (tms_scan >> VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[tap_move_map[cur_state]][tap_move_map[end_state]].insert_position) << \
+ (8 + VSLLINK_TAP_MOVE_INSERT_INSIGNIFICANT[tap_move_map[cur_state]][tap_move_map[end_state]].insert_position);
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] |= (tms2 >> 0) & 0xff;
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = (tms2 >> 8) & 0xff;
@@ -553,7 +579,7 @@
{
if (vsllink_tms_data_len > 0)
{
- VSLLINK_add_tms_from_RTI(end_state);
+ vsllink_append_tms();
}
else
{
@@ -577,26 +603,32 @@
{
if (i > 0)
{
- vsllink_usb_out_buffer[++vsllink_usb_out_buffer_idx] = 0;
+ vsllink_usb_out_buffer_idx++;
}
- else
- {
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] = 0;
- }
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] = 0;
}
if (path[i - start] == tap_transitions[cur_state].high)
{
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] |= 1 << (i & 7);
}
+ else if (path[i - start] == tap_transitions[cur_state].low)
+ {
+ // nothing to do
+ }
else
{
- LOG_ERROR("BUG: %d -> %d isn't a valid TAP transition", cur_state, path[i]);
+ LOG_ERROR("BUG: %s -> %s isn't a valid TAP transition", jtag_state_name(cur_state), jtag_state_name(path[i]));
exit(-1);
}
+ cur_state = path[i - start];
+ }
+ if ((i > 0) && ((i & 7) == 0))
+ {
+ vsllink_usb_out_buffer_idx++;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] = 0;
+ }
- cur_state = path[i];
- }
end_state = cur_state;
}
@@ -606,42 +638,68 @@
if (vsllink_tms_data_len > 0)
{
- if ((vsllink_tms_data_len + num_states) < 8)
+ // there are vsllink_tms_data_len more tms bits to be shifted
+ // so there are vsllink_tms_data_len + num_states tms bits in all
+ tms_len = vsllink_tms_data_len + num_states;
+ if (tms_len <= 16)
{
- vsllink_add_path(vsllink_tms_data_len, num_states, path);
- num_states = 0;
- }
- else if ((vsllink_tms_data_len + num_states) < 16)
- {
- if ((*vsllink_tms_cmd_pos & VSLLINK_CMDJTAGSEQ_LENMSK) \
- < VSLLINK_CMDJTAGSEQ_LENMSK)
+ // merge into last tms shift
+ if (tms_len < 8)
{
- *vsllink_tms_cmd_pos++;
+ // just append tms data to the last tms byte
vsllink_add_path(vsllink_tms_data_len, num_states, path);
}
- else
+ else if (tms_len == 8)
{
- // need a new VSLLINK_CMDJTAGSEQ_TMSBYTE command
- // if vsllink_tms_data_len > 0, length of VSLLINK_CMDJTAGSEQ_TMSBYTE MUST be > 1(tms_len > 2)
- *vsllink_tms_cmd_pos--;
- vsllink_add_path(vsllink_tms_data_len, 8 - vsllink_tms_data_len, path);
- vsllink_usb_out_buffer_idx++;
- vsllink_tap_ensure_space(0, 3);
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE | 1;
- vsllink_tms_cmd_pos = vsllink_usb_out_buffer + vsllink_usb_out_buffer_idx;
- vsllink_add_path(vsllink_tms_data_len, num_states + vsllink_tms_data_len - 8, path + 8 - vsllink_tms_data_len);
+ // end last tms shift command
+ (*vsllink_tms_cmd_pos)--;
+ vsllink_add_path(vsllink_tms_data_len, num_states, path);
}
+ else if (tms_len < 16)
+ {
+ if ((*vsllink_tms_cmd_pos & VSLLINK_CMDJTAGSEQ_LENMSK) < VSLLINK_CMDJTAGSEQ_LENMSK)
+ {
+ // every tms shift command can contain VSLLINK_CMDJTAGSEQ_LENMSK + 1 bytes in most
+ // there is enought tms length in the current tms shift command
+ (*vsllink_tms_cmd_pos)++;
+ vsllink_add_path(vsllink_tms_data_len, num_states, path);
+ }
+ else
+ {
+ // every tms shift command can contain VSLLINK_CMDJTAGSEQ_LENMSK + 1 bytes in most
+ // not enough tms length in the current tms shift command
+ // so a new command should be added
+ // first decrease byte length of last tms shift command
+ (*vsllink_tms_cmd_pos)--;
+ // append tms data to the last tms byte
+ vsllink_add_path(vsllink_tms_data_len, 8 - vsllink_tms_data_len, path);
+ path += 8 - vsllink_tms_data_len;
+ // add new command(3 bytes)
+ vsllink_tap_ensure_space(0, 3);
+ vsllink_tms_cmd_pos = &vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE | 1;
+ vsllink_add_path(0, num_states - (8 - vsllink_tms_data_len), path);
+ }
+ }
+ else if (tms_len == 16)
+ {
+ // end last tms shift command
+ vsllink_add_path(vsllink_tms_data_len, num_states, path);
+ }
+
vsllink_tms_data_len = (vsllink_tms_data_len + num_states) & 7;
+ if (vsllink_tms_data_len == 0)
+ {
+ vsllink_tms_cmd_pos = NULL;
+ }
num_states = 0;
}
else
{
vsllink_add_path(vsllink_tms_data_len, 16 - vsllink_tms_data_len, path);
- path_idx = 16 - vsllink_tms_data_len;
- vsllink_usb_out_buffer_idx++;
+ path += 16 - vsllink_tms_data_len;
num_states -= 16 - vsllink_tms_data_len;
- path += 16 - vsllink_tms_data_len;
vsllink_tms_data_len = 0;
vsllink_tms_cmd_pos = NULL;
}
@@ -677,14 +735,16 @@
{
if (tms_len < (VSLLINK_CMDJTAGSEQ_LENMSK + 1))
{
- vsllink_usb_out_buffer[tms_cmd_pos]++;
- vsllink_usb_out_buffer = vsllink_usb_out_buffer + tms_cmd_pos;
+ vsllink_tms_cmd_pos = &vsllink_usb_out_buffer[tms_cmd_pos];
+ (*vsllink_tms_cmd_pos)++;
}
else
{
vsllink_usb_out_buffer[tms_cmd_pos]--;
+
tms_len = vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
vsllink_tap_ensure_space(0, 3);
+ vsllink_tms_cmd_pos = &vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE | 1;
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] = tms_len;
}
@@ -694,164 +754,147 @@
void vsllink_runtest(int num_cycles)
{
- int i = 0, j;
- int tms_len, first_tms = 0, tms_cmd_pos = 0;
+ int tms_len;
enum tap_state saved_end_state = end_state;
if (cur_state != TAP_IDLE)
{
+ // enter into IDLE state
vsllink_end_state(TAP_IDLE);
-
- if (vsllink_tms_data_len > 0)
- {
- VSLLINK_add_tms_from_RTI(end_state);
- }
- else
- {
- first_tms = 1;
- }
+ vsllink_state_move();
}
-
- if (vsllink_tms_data_len > 0)
+ else
{
// cur_state == TAP_IDLE
- if ((vsllink_tms_data_len + num_cycles) < 8)
+ if (vsllink_tms_data_len > 0)
{
- vsllink_tms_data_len += num_cycles;
- num_cycles = 0;
- }
- else if ((vsllink_tms_data_len + num_cycles) < 16)
- {
- if ((*vsllink_tms_cmd_pos & VSLLINK_CMDJTAGSEQ_LENMSK) \
- < VSLLINK_CMDJTAGSEQ_LENMSK)
+ // there are vsllink_tms_data_len more tms bits to be shifted
+ // so there are vsllink_tms_data_len + num_cycles tms bits in all
+ tms_len = vsllink_tms_data_len + num_cycles;
+ if (tms_len <= 16)
{
- *vsllink_tms_cmd_pos++;
- vsllink_usb_out_buffer[++vsllink_usb_out_buffer_idx] = 0;
+ // merge into last tms shift
+ if (tms_len < 8)
+ {
+ // just add to vsllink_tms_data_len
+ // same result if tun through
+ //vsllink_tms_data_len += num_cycles;
+ }
+ else if (tms_len == 8)
+ {
+ // end last tms shift command
+ // just reduce it, no need to append_tms
+ (*vsllink_tms_cmd_pos)--;
+ vsllink_usb_out_buffer_idx++;
+ }
+ else if (tms_len < 16)
+ {
+ if ((*vsllink_tms_cmd_pos & VSLLINK_CMDJTAGSEQ_LENMSK) < VSLLINK_CMDJTAGSEQ_LENMSK)
+ {
+ // every tms shift command can contain VSLLINK_CMDJTAGSEQ_LENMSK + 1 bytes in most
+ // there is enought tms length in the current tms shift command
+ // increase the tms byte length by 1 and set the last byte to 0
+ (*vsllink_tms_cmd_pos)++;
+ vsllink_usb_out_buffer_idx++;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] = 0;
+ }
+ else
+ {
+ // every tms shift command can contain VSLLINK_CMDJTAGSEQ_LENMSK + 1 bytes in most
+ // not enough tms length in the current tms shift command
+ // so a new command should be added
+ // first decrease byte length of last tms shift command
+ (*vsllink_tms_cmd_pos)--;
+ // move the command pointer to the next empty position
+ vsllink_usb_out_buffer_idx++;
+ // add new command(3 bytes)
+ vsllink_tap_ensure_space(0, 3);
+ vsllink_tms_cmd_pos = &vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE | 1;
+ vsllink_usb_out_buffer[++vsllink_usb_out_buffer_idx] = 0;
+ }
+ }
+ else if (tms_len == 16)
+ {
+ // end last tms shift command
+ vsllink_usb_out_buffer_idx++;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = 0;
+ }
+
+ vsllink_tms_data_len = (vsllink_tms_data_len + num_cycles) & 7;
+ if (vsllink_tms_data_len == 0)
+ {
+ vsllink_tms_cmd_pos = NULL;
+ }
+ num_cycles = 0;
}
else
{
- // need a new VSLLINK_CMDJTAGSEQ_TMSBYTE command
- // if vsllink_tms_data_len > 0, length of VSLLINK_CMDJTAGSEQ_TMSBYTE MUST be > 1(tms_len > 2)
- *vsllink_tms_cmd_pos--;
- vsllink_tap_ensure_space(0, 3);
- vsllink_usb_out_buffer[++vsllink_usb_out_buffer_idx] = VSLLINK_CMDJTAGSEQ_TMSBYTE | 1;
- vsllink_tms_cmd_pos = vsllink_usb_out_buffer + vsllink_usb_out_buffer_idx;
- vsllink_usb_out_buffer[++vsllink_usb_out_buffer_idx] = 0;
+ vsllink_usb_out_buffer_idx++;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = 0;
+
+ num_cycles -= 16 - vsllink_tms_data_len;
+ vsllink_tms_data_len = 0;
+ vsllink_tms_cmd_pos = NULL;
}
- vsllink_tms_data_len = (vsllink_tms_data_len + num_cycles) & 7;
- num_cycles = 0;
}
- else
- {
- vsllink_usb_out_buffer[++vsllink_usb_out_buffer_idx] = 0;
- vsllink_usb_out_buffer_idx++;
-
- num_cycles -= 16 - vsllink_tms_data_len;
- vsllink_tms_data_len = 0;
- vsllink_tms_cmd_pos = NULL;
- }
}
+ // from here vsllink_tms_data_len == 0 or num_cycles == 0
- tms_len = ((num_cycles + 7) >> 3) + first_tms;
- if (tms_len > 0)
+ if (vsllink_tms_data_len > 0)
{
- // Normal operation, don't need to append tms data
- vsllink_tms_data_len = num_cycles & 7;
-
- if (vsllink_tms_data_len > 0)
+ // num_cycles == 0
+ // no need to shift
+ if (num_cycles > 0)
{
- tms_len += 1;
+ LOG_ERROR("There MUST be some bugs in the driver");
+ exit(-1);
}
- // tms_len includes the length of tms byte to append
-
- // Make sure there is enough space
- // 1 more byte maybe needed for the last tms move
- vsllink_tap_ensure_space(0, (tms_len / VSLLINK_CMDJTAGSEQ_LENMSK) + tms_len + 1);
-
- while(tms_len > 0)
+ }
+ else
+ {
+ // get number of bytes left to be sent
+ tms_len = num_cycles >> 3;
+ if (tms_len > 0)
{
- if (tms_len > (VSLLINK_CMDJTAGSEQ_LENMSK + 1))
- {
- i = VSLLINK_CMDJTAGSEQ_LENMSK + 1;
- }
- else
- {
- i = tms_len;
- }
+ vsllink_tap_ensure_space(1, 5);
+ // if tms_len > 0, vsllink_tms_data_len == 0
+ // so just add new command
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMS0BYTE;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = (tms_len >> 0) & 0xff;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = (tms_len >> 8) & 0xff;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = (tms_len >> 16) & 0xff;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = (tms_len >> 24) & 0xff;
- tms_cmd_pos = vsllink_usb_out_buffer_idx;
+ vsllink_usb_in_want_length += 1;
+ pending_scan_results_buffer[pending_scan_results_length].buffer = NULL;
+ pending_scan_results_length++;
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE | (i - 1);
-
- if (first_tms)
+ if (tms_len > 0xFFFF)
{
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_TAP_MOVE(cur_state, end_state);
- first_tms = 0;
- j = i - 1;
+ vsllink_tap_execute();
+ vsllink_usb_out_buffer[0] = VSLLINK_CMD_HW_JTAGSEQCMD;
+ vsllink_usb_out_buffer_idx = 3;
}
- else
- {
- j = i;
- }
-
- while (j-- > 0)
- {
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = 0;
- }
-
- tms_len -= i;
}
- // post process vsllink_usb_out_buffer_idx
+ vsllink_tms_data_len = num_cycles & 7;
if (vsllink_tms_data_len > 0)
{
- vsllink_usb_out_buffer_idx -= 2;
+ vsllink_tap_ensure_space(0, 3);
+ vsllink_tms_cmd_pos = &vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE | 1;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] = 0;
}
+ }
- // Set end_state
- vsllink_end_state(saved_end_state);
- cur_state = TAP_IDLE;
- if (saved_end_state != TAP_IDLE)
- {
- if (vsllink_tms_data_len > 0)
- {
- VSLLINK_add_tms_from_RTI(end_state);
- }
- else
- {
- if (i < (VSLLINK_CMDJTAGSEQ_LENMSK + 1))
- {
- vsllink_usb_out_buffer[tms_cmd_pos]++;
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_TAP_MOVE(TAP_IDLE, end_state);
- }
- else
- {
- vsllink_tap_ensure_space(0, 2);
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE;
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_TAP_MOVE(TAP_IDLE, end_state);
- }
- }
- cur_state = saved_end_state;
- }
-
- if (vsllink_tms_data_len > 0)
- {
- vsllink_tms_cmd_pos = vsllink_usb_out_buffer + tms_cmd_pos;
- }
- }
- else
+ // post-process
+ // set end_state
+ vsllink_end_state(saved_end_state);
+ cur_state = TAP_IDLE;
+ if (end_state != TAP_IDLE)
{
- // Set end_state if no RTI shifts
- vsllink_end_state(saved_end_state);
- cur_state = TAP_IDLE;
- if (saved_end_state != TAP_IDLE)
- {
- vsllink_tap_ensure_space(0, 2);
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_TMSBYTE;
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_TAP_MOVE(TAP_IDLE, end_state);
-
- cur_state = saved_end_state;
- }
+ vsllink_state_move();
}
}
@@ -861,6 +904,11 @@
u8 bits_left, tms_tmp, tdi_len;
int i;
+ if (0 == scan_size )
+ {
+ return;
+ }
+
tdi_len = ((scan_size + 7) >> 3);
if ((tdi_len + 7) > VSLLINK_BufferSize)
{
@@ -877,10 +925,27 @@
{
if (cur_state == end_state)
{
- *vsllink_tms_cmd_pos--;
- tms_tmp = vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
+ // already in IRSHIFT or DRSHIFT state
+ // merge tms data in the last tms shift command into next scan command
+ if(*vsllink_tms_cmd_pos < 1)
+ {
+ LOG_ERROR("There MUST be some bugs in the driver");
+ exit(-1);
+ }
+ else if(*vsllink_tms_cmd_pos < 2)
+ {
+ tms_tmp = vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
+ vsllink_usb_out_buffer_idx--;
+ }
+ else
+ {
+ tms_tmp = vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx];
+ *vsllink_tms_cmd_pos -= 2;
+ }
+
vsllink_tap_ensure_space(1, tdi_len + 7);
-
+ // VSLLINK_CMDJTAGSEQ_SCAN ored by 1 means that tms_before is valid
+ // which is merged from the last tms shift command
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_SCAN | 1;
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = ((tdi_len + 1) >> 0) & 0xff;
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = ((tdi_len + 1)>> 8) & 0xff;
@@ -898,10 +963,11 @@
vsllink_tap_append_scan(scan_size - vsllink_tms_data_len, buffer, command, vsllink_tms_data_len);
scan_size -= 8 - vsllink_tms_data_len;
+ vsllink_tms_data_len = 0;
}
else
{
- VSLLINK_add_tms_from_RTI(end_state);
+ vsllink_append_tms();
vsllink_tap_ensure_space(1, tdi_len + 5);
vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_CMDJTAGSEQ_SCAN;
@@ -939,7 +1005,7 @@
if (cur_state != end_state)
{
- vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_TAP_MOVE_FROM_E1[tap_move_map[end_state]];
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = VSLLINK_TAP_MOVE(cur_state, end_state);
}
else
{
@@ -1041,19 +1107,6 @@
/***************************************************************************/
/* VSLLink tap functions */
-typedef struct
-{
- int length; /* Number of bits to read */
- int offset;
- scan_command_t *command; /* Corresponding scan command */
- u8 *buffer;
-} pending_scan_result_t;
-
-#define MAX_PENDING_SCAN_RESULTS 256
-
-static int pending_scan_results_length;
-static pending_scan_result_t pending_scan_results_buffer[MAX_PENDING_SCAN_RESULTS];
-
void vsllink_tap_init(void)
{
vsllink_usb_out_buffer_idx = 0;
@@ -1101,7 +1154,7 @@
}
/* Pad and send a tap sequence to the device, and receive the answer.
- * For the purpose of padding we assume that we are in idle or pause state. */
+ * For the purpose of padding we assume that we are in reset or idle or pause state. */
int vsllink_tap_execute(void)
{
int i;
@@ -1110,13 +1163,17 @@
if (vsllink_tms_data_len > 0)
{
+ if((cur_state != TAP_RESET) && (cur_state != TAP_IDLE) && (cur_state != TAP_IRPAUSE) && (cur_state != TAP_DRPAUSE))
+ {
+ LOG_WARNING("%s is not in RESET or IDLE or PAUSR state", jtag_state_name(cur_state));
+ }
+
if (vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx] & (1 << (vsllink_tms_data_len - 1)))
{
// last tms bit is '1'
- // the only possible state is TLR, no need to control the number of shifts in RLT
- // There MUST be some errors in the code
- LOG_ERROR("last tms bit is '1'");
- exit(-1);
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] |= 0xFF << vsllink_tms_data_len;
+ vsllink_usb_out_buffer[vsllink_usb_out_buffer_idx++] = 0xFF;
+ vsllink_tms_data_len = 0;
}
else
{
@@ -1146,27 +1203,31 @@
int length = pending_scan_result->length;
int offset = pending_scan_result->offset;
scan_command_t *command = pending_scan_result->command;
+
+ if (buffer != NULL)
+ {
+ // IRSHIFT or DRSHIFT
+ buf_set_buf(vsllink_usb_in_buffer, first * 8 + offset, buffer, 0, length);
+ first += (length + offset + 7) >> 3;
- /* Copy to buffer */
- buf_set_buf(vsllink_usb_in_buffer, first * 8 + offset, buffer, 0, length);
- first += (length + offset + 7) >> 3;
-
- DEBUG_JTAG_IO("JTAG scan read(%d bits):", length);
+ DEBUG_JTAG_IO("JTAG scan read(%d bits):", length);
#ifdef _DEBUG_JTAG_IO_
- vsllink_debug_buffer(buffer, (length + 7) >> 3);
+ vsllink_debug_buffer(buffer, (length + 7) >> 3);
#endif
- if (jtag_read_buffer(buffer, command) != ERROR_OK)
- {
- vsllink_tap_init();
- return ERROR_JTAG_QUEUE_FAILED;
- }
-
- if (pending_scan_result->buffer != NULL)
- {
+ if (jtag_read_buffer(buffer, command) != ERROR_OK)
+ {
+ vsllink_tap_init();
+ return ERROR_JTAG_QUEUE_FAILED;
+ }
+
free(pending_scan_result->buffer);
pending_scan_result->buffer = NULL;
}
+ else
+ {
+ first++;
+ }
}
}
else
Modified: trunk/src/openocd.c
===================================================================
--- trunk/src/openocd.c 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/openocd.c 2009-01-19 07:13:02 UTC (rev 1339)
@@ -35,6 +35,7 @@
#include "jtag.h"
#include "configuration.h"
#include "xsvf.h"
+#include "svf.h"
#include "target.h"
#include "flash.h"
#include "nand.h"
@@ -209,6 +210,7 @@
log_register_commands(cmd_ctx);
jtag_register_commands(cmd_ctx);
xsvf_register_commands(cmd_ctx);
+ svf_register_commands(cmd_ctx);
target_register_commands(cmd_ctx);
flash_register_commands(cmd_ctx);
nand_register_commands(cmd_ctx);
Added: trunk/src/svf/Makefile.am
===================================================================
--- trunk/src/svf/Makefile.am 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/svf/Makefile.am 2009-01-19 07:13:02 UTC (rev 1339)
@@ -0,0 +1,5 @@
+INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes)
+METASOURCES = AUTO
+noinst_LIBRARIES = libsvf.a
+noinst_HEADERS = svf.h
+libsvf_a_SOURCES = svf.c
Added: trunk/src/svf/Makefile.in
===================================================================
--- trunk/src/svf/Makefile.in 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/svf/Makefile.in 2009-01-19 07:13:02 UTC (rev 1339)
@@ -0,0 +1,406 @@
+# Makefile.in generated by automake 1.10 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = src/svf
+DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
+ $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+LIBRARIES = $(noinst_LIBRARIES)
+AR = ar
+ARFLAGS = cru
+libsvf_a_AR = $(AR) $(ARFLAGS)
+libsvf_a_LIBADD =
+am_libsvf_a_OBJECTS = svf.$(OBJEXT)
+libsvf_a_OBJECTS = $(am_libsvf_a_OBJECTS)
+DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(libsvf_a_SOURCES)
+DIST_SOURCES = $(libsvf_a_SOURCES)
+HEADERS = $(noinst_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CC_FOR_BUILD = @CC_FOR_BUILD@
+CFLAGS = @CFLAGS@
+CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes)
+METASOURCES = AUTO
+noinst_LIBRARIES = libsvf.a
+noinst_HEADERS = svf.h
+libsvf_a_SOURCES = svf.c
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .c .o .obj
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+ && exit 0; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/svf/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --foreign src/svf/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+clean-noinstLIBRARIES:
+ -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+libsvf.a: $(libsvf_a_OBJECTS) $(libsvf_a_DEPENDENCIES)
+ -rm -f libsvf.a
+ $(libsvf_a_AR) libsvf.a $(libsvf_a_OBJECTS) $(libsvf_a_LIBADD)
+ $(RANLIB) libsvf.a
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+
+distclean-compile:
+ -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svf.Po@am__quote@
+
+.c.o:
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(COMPILE) -c $<
+
+.c.obj:
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
+ fi
+ctags: CTAGS
+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$tags $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ fi; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ else \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(LIBRARIES) $(HEADERS)
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
+
+distclean: distclean-am
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am:
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ clean-noinstLIBRARIES ctags distclean distclean-compile \
+ distclean-generic distclean-tags distdir dvi dvi-am html \
+ html-am info info-am install install-am install-data \
+ install-data-am install-dvi install-dvi-am install-exec \
+ install-exec-am install-html install-html-am install-info \
+ install-info-am install-man install-pdf install-pdf-am \
+ install-ps install-ps-am install-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
+ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
+ uninstall-am
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
Added: trunk/src/svf/svf.c
===================================================================
--- trunk/src/svf/svf.c 2009-01-19 07:08:28 UTC (rev 1338)
+++ trunk/src/svf/svf.c 2009-01-19 07:13:02 UTC (rev 1339)
@@ -0,0 +1,1305 @@
+/***************************************************************************
+ * Copyright (C) 2009 by Simon Qian *
+ * Sim...@Si... *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+
+
+/* The specification for SVF is available here:
+ * http://www.asset-intertech.com/support/svf.pdf
+ * Below, this document is refered to as the "SVF spec".
+ *
+ * The specification for XSVF is available here:
+ * http://www.xilinx.com/support/documentation/application_notes/xapp503.pdf
+ * Below, this document is refered to as the "XSVF spec".
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "svf.h"
+
+#include "jtag.h"
+#include "command.h"
+#include "log.h"
+
+#include <ctype.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <string.h>
+
+#include <sys/time.h>
+#include <time.h>
+
+// SVF command
+typedef enum
+{
+ ENDDR,
+ ENDIR,
+ FREQUENCY,
+ HDR,
+ HIR,
+ PIO,
+ PIOMAP,
+ RUNTEST,
+ SDR,
+ SIR,
+ STATE,
+ TDR,
+ TIR,
+ TRST,
+}svf_command_t;
+
+const char *svf_command_name[14] =
+{
+ "ENDDR",
+ "ENDIR",
+ "FREQUENCY",
+ "HDR",
+ "HIR",
+ "PIO",
+ "PIOMAP",
+ "RUNTEST",
+ "SDR",
+ "SIR",
+ "STATE",
+ "TDR",
+ "TIR",
+ "TRST"
+};
+
+typedef enum
+{
+ TRST_ON,
+ TRST_OFF,
+ TRST_Z,
+ TRST_ABSENT
+}trst_mode_t;
+
+const char *svf_trst_mode_name[4] =
+{
+ "ON",
+ "OFF",
+ "Z",
+ "ABSENT"
+};
+
+char *svf_tap_state_name[16];
+
+#define XXR_TDI (1 << 0)
+#define XXR_TDO (1 << 1)
+#define XXR_MASK (1 << 2)
+#define XXR_SMASK (1 << 3)
+typedef struct
+{
+ int len;
+ int data_mask;
+ u8 *tdi;
+ u8 *tdo;
+ u8 *mask;
+ u8 *smask;
+}svf_xxr_para_t;
+
+typedef struct
+{
+ float frequency;
+ tap_state_t ir_end_state;
+ tap_state_t dr_end_state;
+ tap_state_t runtest_run_state;
+ tap_state_t runtest_end_state;
+ trst_mode_t trst_mode;
+
+ svf_xxr_para_t hir_para;
+ svf_xxr_para_t hdr_para;
+ svf_xxr_para_t tir_para;
+ svf_xxr_para_t tdr_para;
+ svf_xxr_para_t sir_para;
+ svf_xxr_para_t sdr_para;
+}svf_para_t;
+
+svf_para_t svf_para;
+const svf_para_t svf_para_init =
+{
+// frequency, ir_end_state, dr_end_state, runtest_run_state, runtest_end_state, trst_mode
+ 0, TAP_IDLE, TAP_IDLE, TAP_IDLE, TAP_IDLE, TRST_Z,
+// hir_para
+// {len, data_mask, tdi, tdo, mask, smask},
+ {0, 0, NULL, NULL, NULL, NULL},
+// hdr_para
+// {len, data_mask, tdi, tdo, mask, smask},
+ {0, 0, NULL, NULL, NULL, NULL},
+// tir_para
+// {len, data_mask, tdi, tdo, mask, smask},
+ {0, 0, NULL, NULL, NULL, NULL},
+// tdr_para
+// {len, data_mask, tdi, tdo, mask, smask},
+ {0, 0, NULL, NULL, NULL, NULL},
+// sir_para
+// {len, data_mask, tdi, tdo, mask, smask},
+ {0, 0, NULL, NULL, NULL, NULL},
+// sdr_para
+// {len, data_mask, tdi, tdo, mask, smask},
+ {0, 0, NULL, NULL, NULL, NULL},
+};
+
+typedef struct
+{
+ int line_num; // used to record line number of the check operation
+ // so more information could be printed
+ int enabled; // check is enabled or not
+ int buffer_offset; // buffer_offset to buffers
+ int bit_len; // bit length to check
+}svf_check_tdo_para_t;
+
+#define SVF_CHECK_TDO_PARA_SIZE 1024
+static svf_check_tdo_para_t *svf_check_tdo_para = NULL;
+static int svf_check_tdo_para_index = 0;
+
+#define dimof(a) (sizeof(a) / sizeof((a)[0]))
+
+static int svf_read_command_from_file(int fd);
+static int svf_check_tdo(void);
+static int svf_add_check_para(u8 enabled, int buffer_offset, int bit_len);
+static int svf_run_command(struct command_context_s *cmd_ctx, char *cmd_str);
+static int handle_svf_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
+
+static int svf_fd = 0;
+static char *svf_command_buffer = NULL;
+static int svf_command_buffer_size = 0;
+static int svf_line_number = 1;
+
+static jtag_tap_t *tap = NULL;
+
+#define SVF_MAX_BUFFER_SIZE_TO_COMMIT (4 * 1024)
+static u8 *svf_tdi_buffer = NULL, *svf_tdo_buffer = NULL, *svf_mask_buffer = NULL;
+static int svf_buffer_index = 0, svf_buffer_size = 0;
+
+
+int svf_register_commands(struct command_context_s *cmd_ctx)
+{
+ register_command(cmd_ctx, NULL, "svf", handle_svf_command,
+ COMMAND_EXEC, "run svf <file>");
+
+ return ERROR_OK;
+}
+
+void svf_free_xxd_para(svf_xxr_para_t *para)
+{
+ if (NULL != para)
+ {
+ if (para->tdi != NULL)
+ {
+ free(para->tdi);
+ para->tdi = NULL;
+ }
+ if (para->tdo != NULL)
+ {
+ free(para->tdo);
+ para->tdo = NULL;
+ }
+ if (para->mask != NULL)
+ {
+ free(para->mask);
+ para->mask = NULL;
+ }
+ if (para->smask != NULL)
+ {
+ free(para->smask);
+ para->smask = NULL;
+ }
+ }
+}
+
+static int handle_svf_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc)
+{
+ int command_num = 0, i;
+ int ret = ERROR_OK;
+
+ if (argc < 1)
+ {
+ command_print(cmd_ctx, "usage: svf <file>");
+ return ERROR_FAIL;
+ }
+
+ if ((svf_fd = open(args[0], O_RDONLY)) < 0)
+ {
+ command_print(cmd_ctx, "file \"%s\" not found", args[0]);
+ return ERROR_FAIL;
+ }
+
+ LOG_USER("svf processing file: \"%s\"", args[0]);
+
+ // init
+ svf_line_number = 1;
+ svf_command_buffer_size = 0;
+
+ svf_check_tdo_para_index = 0;
+ svf_check_tdo_para = malloc(sizeof(svf_check_tdo_para_t) * SVF_CHECK_TDO_PARA_SIZE);
+ if (NULL == svf_check_tdo_para)
+ {
+ LOG_ERROR("not enough memory");
+ ret = ERROR_FAIL;
+ goto free_all;
+ }
+
+ svf_buffer_index = 0;
+ // double the buffer size
+ // in case current command cannot be commited, and next command is a bit scan command
+ // here is 32K bits for this big scan command, it should be enough
+ // buffer will be reallocated if buffer size is not enough
+ svf_tdi_buffer = (u8 *)malloc(2 * SVF_MAX_BUFFER_SIZE_TO_COMMIT);
+ if (NULL == svf_tdi_buffer)
+ {
+ LOG_ERROR("not enough memory");
+ ret = ERROR_FAIL;
+ goto free_all;
+ }
+ svf_tdo_buffer = (u8 *)malloc(2 * SVF_MAX_BUFFER_SIZE_TO_COMMIT);
+ if (NULL == svf_tdo_buffer)
+ {
+ LOG_ERROR("not enough memory");
+ ret = ERROR_FAIL;
+ goto free_all;
+ }
+ svf_mask_buffer = (u8 *)malloc(2 * SVF_MAX_BUFFER_SIZE_TO_COMMIT);
+ if (NULL == svf_mask_buffer)
+ {
+ LOG_ERROR("not enough memory");
+ ret = ERROR_FAIL;
+ goto free_all;
+ }
+ svf_buffer_size = 2 * SVF_MAX_BUFFER_SIZE_TO_COMMIT;
+
+ memcpy(&svf_para, &svf_para_init, sizeof(svf_para));
+ for (i = 0; i < dimof(svf_tap_state_name); i++)
+ {
+ svf_tap_state_name[i] = (char *)jtag_state_name(i);
+ }
+ // TAP_RESET
+ jtag_add_tlr();
+
+ while ( ERROR_OK == svf_read_command_from_file(svf_fd) )
+ {
+ if (ERROR_OK != svf_run_command(cmd_ctx, svf_command_buffer))
+ {
+ LOG_ERROR("fail to run command at line %d", svf_line_number);
+ ret = ERROR_FAIL;
+ break;
+ }
+ command_num++;
+ }
+ if (ERROR_OK != jtag_execute_queue())
+ {
+ ret = ERROR_FAIL;
+ }
+ else if (ERROR_OK != svf_check_tdo())
+ {
+ ret = ERROR_FAIL;
+ }
+
+free_all:
+
+ close(svf_fd);
+ svf_fd = 0;
+
+ // free buffers
+ if (svf_command_buffer)
+ {
+ free(svf_command_buffer);
+ svf_command_buffer = NULL;
+ svf_command_buffer_size = 0;
+ }
+ if (svf_check_tdo_para)
+ {
+ free(svf_check_tdo_para);
+ svf_check_tdo_para = NULL;
+ svf_check_tdo_para_index = 0;
+ }
+ if (svf_tdi_buffer)
+ {
+ free(svf_tdi_buffer);
+ svf_tdi_buffer = NULL;
+ }
+ if (svf_tdo_buffer)
+ {
+ free(svf_tdo_buffer);
+ svf_tdo_buffer = NULL;
+ }
+ if (svf_mask_buffer)
+ {
+ free(svf_mask_buffer);
+ svf_mask_buffer = NULL;
+ }
+ svf_buffer_index = 0;
+ svf_buffer_size = 0;
+
+ svf_free_xxd_para(&svf_para.hdr_para);
+ svf_free_xxd_para(&svf_para.hir_para);
+ svf_free_xxd_para(&svf_para.tdr_para);
+ svf_free_xxd_para(&svf_para.tir_para);
+ svf_free_xxd_para(&svf_para.sdr_para);
+ svf_free_xxd_para(&svf_para.sir_para);
+
+ if (ERROR_OK == ret)
+ {
+ command_print(cmd_ctx, "svf file programmed successfully for %d commands", command_num);
+ }
+ else
+ {
+ command_print(cmd_ctx, "svf file programmed failed");
+ }
+
+ return ret;
+}
+
+#define SVFP_CMD_INC_CNT 1024
+static int svf_read_command_from_file(int fd)
+{
+ char ch, *tmp_buffer = NULL;
+ int cmd_pos = 0, cmd_ok = 0, slash = 0, comment = 0;
+
+ while (!cmd_ok && (read(fd, &ch, 1) > 0) )
+ {
+ switch(ch)
+ {
+ case '!':
+ slash = 0;
+ comment = 1;
+ break;
+ case '/':
+ if (++slash == 2)
+ {
+ comment = 1;
+ }
+ break;
+ case ';':
+ slash = 0;
+ if (!comment)
+ {
+ cmd_ok = 1;
+ }
+ break;
+ case '\n':
+ svf_line_number++;
+ case '\r':
+ slash = 0;
+ comment = 0;
+ break;
+ default:
+ if (!comment)
+ {
+ if (cmd_pos >= svf_command_buffer_size - 1)
+ {
+ tmp_buffer = (char*)malloc(svf_command_buffer_size + SVFP_CMD_INC_CNT); // 1 more byte for '\0'
+ if (NULL == tmp_buffer)
+ {
+ LOG_ERROR("not enough memory");
+ return ERROR_FAIL;
+ }
+ if (svf_command_buffer_size > 0)
+ {
+ memcpy(tmp_buffer, svf_command_buffer, svf_command_buffer_size);
+ }
+ if (svf_command_buffer != NULL)
+ {
+ free(svf_command_buffer);
+ }
+ svf_command_buffer = tmp_buffer;
+ svf_command_buffer_size += SVFP_CMD_INC_CNT;
+ tmp_buffer = NULL;
+ }
+ svf_command_buffer[cmd_pos++] = (char)toupper(ch);
+ }
+ break;
+ }
+ }
+
+ if (cmd_ok)
+ {
+ svf_command_buffer[cmd_pos] = '\0';
+ return ERROR_OK;
+ }
+ else
+ {
+ return ERROR_FAIL;
+ }
+}
+
+static int svf_parse_cmd_string(char *str, int len, char **argus, int *num_of_argu)
+{
+ int pos = 0, num = 0, space_found = 1;
+
+ while (pos < len)
+ {
+ switch(str[pos])
+ {
+ case '\n':
+ case '\r':
+ case '!':
+ case '/':
+ LOG_ERROR("fail to parse svf command");
+ return ERROR_FAIL;
+ break;
+ case ' ':
+ space_found = 1;
+ str[pos] = '\0';
+ break;
+ default:
+ if (space_found)
+ {
+ argus[num++] = &str[pos];
+ space_found = 0;
+ }
+ break;
+ }
+ pos++;
+ }
+
+ *num_of_argu = num;
+
+ return ERROR_OK;
+}
+
+static int svf_tap_state_is_stable(tap_state_t state)
+{
+ return ((TAP_RESET == state) || (TAP_IDLE == state) || (TAP_DRPAUSE == state) || (TAP_IRPAUSE == state));
+}
+
+static int svf_tap_state_is_valid(tap_state_t state)
+{
+ return ((state >= 0) && (state < sizeof(svf_tap_state_name)));
+}
+
+static int svf_find_string_in_array(char *str, char **strs, int num_of_element)
+{
+ int i;
+
+ for (i = 0; i < num_of_element; i++)
+ {
+ if (!strcmp(str, strs[i]))
+ {
+ return i;
+ }
+ }
+ return 0xFF;
+}
+
+static int svf_adjust_array_length(u8 **arr, int orig_bit_len, int new_bit_len)
+{
+ int new_byte_len = (new_bit_len + 7) >> 3;
+
+ if ((NULL == *arr) || (((orig_bit_len + 7) >> 3) < ((new_bit_len + 7) >> 3)))
+ {
+ if (*arr != NULL)
+ {
+ free(*arr);
+ *arr = NULL;
+ }
+ *arr = (u8*)malloc(new_byte_len);
+ if (NULL == *arr)
+ {
+ LOG_ERROR("not enough memory");
+ return ERROR_FAIL;
+ }
+ memset(*arr, 0, new_byte_len);
+ }
+ return ERROR_OK;
+}
+
+static int svf_copy_hexstring_to_binary(char *str, u8 **bin, int orig_bit_len, int bit_len)
+{
+ int i, str_len = strlen(str), str_byte_len = (bit_len + 3) >> 2, loop_cnt;
+ u8 ch, need_write = 1;
+
+ if (ERROR_OK != svf_adjust_array_length(bin, orig_bit_len, bit_len))
+ {
+ LOG_ERROR("fail to adjust length of array");
+ return ERROR_FAIL;
+ }
+
+ if (str_byte_len > str_len)
+ {
+ loop_cnt = str_byte_len;
+ }
+ else
+ {
+ loop_cnt = str_len;
+ }
+
+ for (i = 0; i < loop_cnt; i++)
+ {
+ if (i < str_len)
+ {
+ ch = str[str_len - i - 1];
+ if ((ch >= '0') && (ch <= '9'))
+ {
+ ch = ch - '0';
+ }
+ else if ((ch >= 'A') && (ch <= 'F'))
+ {
+ ch = ch - 'A' + 10;
+ }
+ else
+ {
+ LOG_ERROR("invalid hex string");
+ return ERROR_FAIL;
+ }
+ }
+ else
+ {
+ ch = 0;
+ }
+
+ // check valid
+ if (i >= str_byte_len)
+ {
+ // all data written, other data should be all '0's and needn't to be written
+ need_write = 0;
+ if (ch != 0)
+ {
+ LOG_ERROR("value execede length");
+ return ERROR_FAIL;
+ }
+ }
+ else if (i == (str_byte_len - 1))
+ {
+ // last data byte, written if valid
+ if ((ch & ~((1 << (bit_len - 4 * i)) - 1)) != 0)
+ {
+ LOG_ERROR("value execede length");
+ return ERROR_FAIL;
+ }
+ }
+
+ if (need_write)
+ {
+ // write bin
+ if (i % 2)
+ {
+ // MSB
+ (*bin)[i / 2] |= ch << 4;
+ }
+ else
+ {
+ // LSB
+ (*bin)[i / 2] = 0;
+ (*bin)[i / 2] |= ch;
+ }
+ }
+ }
+
+ return ERROR_OK;
+}
+
+static int svf_check_tdo(void)
+{
+ int i, j, byte_len, index;
+
+ for (i = 0; i < svf_check_tdo_para_index; i++)
+ {
+ if (svf_check_tdo_para[i].enabled)
+ {
+ byte_len = (svf_check_tdo_para[i].bit_len + 7) >> 3;
+ index = svf_check_tdo_para[i].buffer_offset;
+ for (j = 0; j < byte_len; j++)
+ {
+ if ((svf_tdi_buffer[index + j] & svf_mask_buffer[index + j]) != svf_tdo_buffer[index + j])
+ {
+ LOG_ERROR("tdo check error at line %d, read = 0x%X, want = 0x%X, mask = 0x%X",
+ svf_check_tdo_para[i].line_num,
+ (*(int*)(svf_tdi_buffer + index)) & ((1 << svf_check_tdo_para[i].bit_len) - 1),
+ (*(int*)(svf_tdo_buffer + index)) & ((1 << svf_check_tdo_para[i].bit_len) - 1),
+ (*(int*)(svf_mask_buffer + index)) & ((1 << svf_check_tdo_para[i].bit_len) - 1));
+ return ERROR_FAIL;
+ }
+ }
+ }
+ }
+ svf_check_tdo_para_index = 0;
+
+ return ERROR_OK;
+}
+
+static int svf_add_check_para(u8 enabled, int buffer_offset, int bit_len)
+{
+ if (svf_check_tdo_para_index >= SVF_CHECK_TDO_PARA_SIZE)
+ {
+ LOG_ERROR("toooooo many operation undone");
+ return ERROR_FAIL;
+ }
+
+ svf_check_tdo_para[svf_check_tdo_para_index].line_num = svf_line_number;
+ svf_check_tdo_para[svf_check_tdo_para_index].bit_len = bit_len;
+ svf_check_tdo_para[svf_check_tdo_para_index].enabled = enabled;
+ svf_check_tdo_para[svf_check_tdo_para_index].buffer_offset = buffer_offset;
+ svf_check_tdo_para_index++;
+
+ return ERROR_OK;
+}
+
+// not good to use this
+extern jtag_command_t** jtag_get_last_command_p(void);
+extern void* cmd_queue_alloc(size_t size);
+extern jtag_command_t **last_comand_pointer;
+
+static int svf_run_command(struct command_context_s *cmd_ctx, char *cmd_str)
+{
+ char *argus[256], command;
+ int num_of_argu = 0, i;
+
+ // tmp variable
+ int i_tmp;
+
+ // not good to use this
+ jtag_command_t **last_cmd;
+
+ // for RUNTEST
+ int run_count;
+ float min_time, max_time;
+ // for XXR
+ svf_xxr_para_t *xxr_para_tmp;
+ u8 **pbuffer_tmp;
+ scan_field_t field;
+ // for STATE
+ tap_state_t *path = NULL, state;
+
+ LOG_DEBUG("%s", cmd_str);
+
+ if (ERROR_OK != svf_parse_cmd_string(cmd_str, strlen(cmd_str), argus, &num_of_argu))
+ {
+ return ERROR_FAIL;
+ }
+
+ command = svf_find_string_in_array(argus[0], (char **)svf_command_name, dimof(svf_command_name));
+ switch(command)
+ {
+ case ENDDR:
+ case ENDIR:
+ if (num_of_argu != 2)
+ {
+ LOG_ERROR("invalid parameter of %s", argus[0]);
+ return ERROR_FAIL;
+ }
+ i_tmp = svf_find_string_in_array(argus[1], (char **)svf_tap_state_name, dimof(svf_tap_state_name));
+ if (svf_tap_state_is_stable(i_tmp))
+ {
+ if (command == ENDIR)
+ {
+ svf_para.ir_end_state = i_tmp;
+ LOG_DEBUG("\tir_end_state = %s", svf_tap_state_name[svf_para.ir_end_state]);
+ }
+ else
+ {
+ svf_para.dr_end_state = i_tmp;
+ LOG_DEBUG("\tdr_end_state = %s", svf_tap_state_name[svf_para.dr_end_state]);
+ }
+ }
+ else
+ {
+ LOG_ERROR("%s is not valid state", argus[1]);
+ return ERROR_FAIL;
+ }
+ break;
+ case FREQUENCY:
+ if ((num_of_argu != 1) && (num_of_argu != 3))
+ {
+ LOG_ERROR("invalid parameter of %s", argus[0]);
+ return ERROR_FAIL;
+ }
+ if (1 == num_of_argu)
+ {
+ // TODO: se...
[truncated message content] |
|
From: <kc...@ma...> - 2009-01-19 08:08:36
|
Author: kc8apf
Date: 2009-01-19 08:08:28 +0100 (Mon, 19 Jan 2009)
New Revision: 1338
Modified:
trunk/src/target/armv4_5.c
Log:
Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam Dybkowski <ady...@wp...>
Modified: trunk/src/target/armv4_5.c
===================================================================
--- trunk/src/target/armv4_5.c 2009-01-17 23:16:59 UTC (rev 1337)
+++ trunk/src/target/armv4_5.c 2009-01-19 07:08:28 UTC (rev 1338)
@@ -404,6 +404,7 @@
int i;
arm_instruction_t cur_instruction;
u32 opcode;
+ u16 thumb_opcode;
int thumb = 0;
if (armv4_5->common_magic != ARMV4_5_COMMON_MAGIC)
@@ -427,13 +428,26 @@
for (i = 0; i < count; i++)
{
- if((retval = target_read_u32(target, address, &opcode)) != ERROR_OK)
+ if(thumb)
{
- return retval;
+ if((retval = target_read_u16(target, address, &thumb_opcode)) != ERROR_OK)
+ {
+ return retval;
+ }
+ if((retval = thumb_evaluate_opcode(thumb_opcode, address, &cur_instruction)) != ERROR_OK)
+ {
+ return retval;
+ }
}
- if((retval = arm_evaluate_opcode(opcode, address, &cur_instruction)) != ERROR_OK)
- {
- return retval;
+ else {
+ if((retval = target_read_u32(target, address, &opcode)) != ERROR_OK)
+ {
+ return retval;
+ }
+ if((retval = arm_evaluate_opcode(opcode, address, &cur_instruction)) != ERROR_OK)
+ {
+ return retval;
+ }
}
command_print(cmd_ctx, "%s", cur_instruction.text);
address += (thumb) ? 2 : 4;
|
|
From: <kc...@ma...> - 2009-01-18 00:17:08
|
Author: kc8apf Date: 2009-01-18 00:16:59 +0100 (Sun, 18 Jan 2009) New Revision: 1337 Modified: branches/openocd-0.1/guess-rev.sh tags/openocd-0.1.0/guess-rev.sh trunk/guess-rev.sh Log: Fix guess-rev.sh where the builtin echo doesn't support -n Modified: branches/openocd-0.1/guess-rev.sh =================================================================== --- branches/openocd-0.1/guess-rev.sh 2009-01-17 23:14:49 UTC (rev 1336) +++ branches/openocd-0.1/guess-rev.sh 2009-01-17 23:16:59 UTC (rev 1337) @@ -5,5 +5,5 @@ which svnversion > /dev/null 2>&1 && REV=`svnversion -n` -echo -n $REV +`which echo` -n $REV Modified: tags/openocd-0.1.0/guess-rev.sh =================================================================== --- tags/openocd-0.1.0/guess-rev.sh 2009-01-17 23:14:49 UTC (rev 1336) +++ tags/openocd-0.1.0/guess-rev.sh 2009-01-17 23:16:59 UTC (rev 1337) @@ -5,5 +5,5 @@ which svnversion > /dev/null 2>&1 && REV=`svnversion -n` -echo -n $REV +`which echo` -n $REV Modified: trunk/guess-rev.sh =================================================================== --- trunk/guess-rev.sh 2009-01-17 23:14:49 UTC (rev 1336) +++ trunk/guess-rev.sh 2009-01-17 23:16:59 UTC (rev 1337) @@ -5,5 +5,5 @@ which svnversion > /dev/null 2>&1 && REV=`svnversion -n` -echo -n $REV +`which echo` -n $REV |
|
From: <kc...@ma...> - 2009-01-18 00:15:01
|
Author: kc8apf Date: 2009-01-18 00:14:49 +0100 (Sun, 18 Jan 2009) New Revision: 1336 Modified: branches/openocd-0.1/doc/Makefile.am tags/openocd-0.1.0/doc/Makefile.am Log: Merge r1335 into 0.1.x and 0.1.0 Modified: branches/openocd-0.1/doc/Makefile.am =================================================================== --- branches/openocd-0.1/doc/Makefile.am 2009-01-17 23:13:02 UTC (rev 1335) +++ branches/openocd-0.1/doc/Makefile.am 2009-01-17 23:14:49 UTC (rev 1336) @@ -1,3 +1,5 @@ info_TEXINFOS = openocd.texi openocd_TEXINFOS = fdl.texi +man_MANS = openocd.1 +EXTRA_DIST = openocd.1 Modified: tags/openocd-0.1.0/doc/Makefile.am =================================================================== --- tags/openocd-0.1.0/doc/Makefile.am 2009-01-17 23:13:02 UTC (rev 1335) +++ tags/openocd-0.1.0/doc/Makefile.am 2009-01-17 23:14:49 UTC (rev 1336) @@ -1,3 +1,5 @@ info_TEXINFOS = openocd.texi openocd_TEXINFOS = fdl.texi +man_MANS = openocd.1 +EXTRA_DIST = openocd.1 |
|
From: <kc...@ma...> - 2009-01-18 00:13:08
|
Author: kc8apf Date: 2009-01-18 00:13:02 +0100 (Sun, 18 Jan 2009) New Revision: 1335 Modified: trunk/doc/Makefile.am Log: Fix to install manpage as part of 'make install' by Uwe Hermann <uw...@he...> Modified: trunk/doc/Makefile.am =================================================================== --- trunk/doc/Makefile.am 2009-01-17 05:40:16 UTC (rev 1334) +++ trunk/doc/Makefile.am 2009-01-17 23:13:02 UTC (rev 1335) @@ -1,3 +1,5 @@ info_TEXINFOS = openocd.texi openocd_TEXINFOS = fdl.texi +man_MANS = openocd.1 +EXTRA_DIST = openocd.1 |
|
From: <kc...@ma...> - 2009-01-17 06:40:37
|
Author: kc8apf Date: 2009-01-17 06:40:16 +0100 (Sat, 17 Jan 2009) New Revision: 1334 Modified: branches/openocd-0.1/Makefile.am branches/openocd-0.1/guess-rev.sh branches/openocd-0.1/src/jtag/Makefile.am tags/openocd-0.1.0/Makefile.am tags/openocd-0.1.0/guess-rev.sh tags/openocd-0.1.0/src/jtag/Makefile.am Log: Merge r1331-1333 into 0.1.x and 0.1.0 Modified: branches/openocd-0.1/Makefile.am =================================================================== --- branches/openocd-0.1/Makefile.am 2009-01-16 13:28:32 UTC (rev 1333) +++ branches/openocd-0.1/Makefile.am 2009-01-17 05:40:16 UTC (rev 1334) @@ -2,4 +2,12 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 +EXTRA_DIST = guess-rev.sh + +nobase_dist_pkgdata_DATA = \ + contrib/libdcc/dcc_stdio.c \ + contrib/libdcc/dcc_stdio.h \ + contrib/libdcc/example.c \ + contrib/libdcc/README + SUBDIRS = src doc Modified: branches/openocd-0.1/guess-rev.sh =================================================================== --- branches/openocd-0.1/guess-rev.sh 2009-01-16 13:28:32 UTC (rev 1333) +++ branches/openocd-0.1/guess-rev.sh 2009-01-17 05:40:16 UTC (rev 1334) @@ -1,4 +1,5 @@ -#!/bin/bash +#!/bin/sh +# REV=unknown Modified: branches/openocd-0.1/src/jtag/Makefile.am =================================================================== --- branches/openocd-0.1/src/jtag/Makefile.am 2009-01-16 13:28:32 UTC (rev 1333) +++ branches/openocd-0.1/src/jtag/Makefile.am 2009-01-17 05:40:16 UTC (rev 1334) @@ -105,4 +105,4 @@ libjtag_a_SOURCES = jtag.c $(BITBANGFILES) $(PARPORTFILES) $(DUMMYFILES) $(FT2232FILES) $(AMTJTAGACCELFILES) $(EP93XXFILES) \ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) -noinst_HEADERS = bitbang.h jtag.h +noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h Modified: tags/openocd-0.1.0/Makefile.am =================================================================== --- tags/openocd-0.1.0/Makefile.am 2009-01-16 13:28:32 UTC (rev 1333) +++ tags/openocd-0.1.0/Makefile.am 2009-01-17 05:40:16 UTC (rev 1334) @@ -2,4 +2,12 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 +EXTRA_DIST = guess-rev.sh + +nobase_dist_pkgdata_DATA = \ + contrib/libdcc/dcc_stdio.c \ + contrib/libdcc/dcc_stdio.h \ + contrib/libdcc/example.c \ + contrib/libdcc/README + SUBDIRS = src doc Modified: tags/openocd-0.1.0/guess-rev.sh =================================================================== --- tags/openocd-0.1.0/guess-rev.sh 2009-01-16 13:28:32 UTC (rev 1333) +++ tags/openocd-0.1.0/guess-rev.sh 2009-01-17 05:40:16 UTC (rev 1334) @@ -1,4 +1,5 @@ -#!/bin/bash +#!/bin/sh +# REV=unknown Modified: tags/openocd-0.1.0/src/jtag/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/jtag/Makefile.am 2009-01-16 13:28:32 UTC (rev 1333) +++ tags/openocd-0.1.0/src/jtag/Makefile.am 2009-01-17 05:40:16 UTC (rev 1334) @@ -105,4 +105,4 @@ libjtag_a_SOURCES = jtag.c $(BITBANGFILES) $(PARPORTFILES) $(DUMMYFILES) $(FT2232FILES) $(AMTJTAGACCELFILES) $(EP93XXFILES) \ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) -noinst_HEADERS = bitbang.h jtag.h +noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h |
|
From: ntfreak at B. <nt...@ma...> - 2009-01-16 14:28:33
|
Author: ntfreak Date: 2009-01-16 14:28:32 +0100 (Fri, 16 Jan 2009) New Revision: 1333 Modified: trunk/guess-rev.sh Log: - make guess-rev.sh work with msys Modified: trunk/guess-rev.sh =================================================================== --- trunk/guess-rev.sh 2009-01-16 12:48:00 UTC (rev 1332) +++ trunk/guess-rev.sh 2009-01-16 13:28:32 UTC (rev 1333) @@ -1,4 +1,5 @@ -#!/bin/bash +#!/bin/sh +# REV=unknown |
|
From: ntfreak at B. <nt...@ma...> - 2009-01-16 13:48:01
|
Author: ntfreak Date: 2009-01-16 13:48:00 +0100 (Fri, 16 Jan 2009) New Revision: 1332 Modified: trunk/Makefile.am Log: - add guess-rev.sh and contrib/libdcc to dist Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-01-16 10:48:55 UTC (rev 1331) +++ trunk/Makefile.am 2009-01-16 12:48:00 UTC (rev 1332) @@ -2,4 +2,12 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 +EXTRA_DIST = guess-rev.sh + +nobase_dist_pkgdata_DATA = \ + contrib/libdcc/dcc_stdio.c \ + contrib/libdcc/dcc_stdio.h \ + contrib/libdcc/example.c \ + contrib/libdcc/README + SUBDIRS = src doc |
|
From: ntfreak at B. <nt...@ma...> - 2009-01-16 11:48:56
|
Author: ntfreak Date: 2009-01-16 11:48:55 +0100 (Fri, 16 Jan 2009) New Revision: 1331 Modified: trunk/src/jtag/Makefile.am Log: - add missing bitq and rlink files to distribution Modified: trunk/src/jtag/Makefile.am =================================================================== --- trunk/src/jtag/Makefile.am 2009-01-16 07:33:12 UTC (rev 1330) +++ trunk/src/jtag/Makefile.am 2009-01-16 10:48:55 UTC (rev 1331) @@ -105,4 +105,4 @@ libjtag_a_SOURCES = jtag.c $(BITBANGFILES) $(PARPORTFILES) $(DUMMYFILES) $(FT2232FILES) $(AMTJTAGACCELFILES) $(EP93XXFILES) \ $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(ECOSBOARDFILES) $(JLINKFILES) $(RLINKFILES) $(VSLLINKFILES) -noinst_HEADERS = bitbang.h jtag.h +noinst_HEADERS = bitbang.h jtag.h bitq.h rlink/dtc_cmd.h rlink/ep1_cmd.h rlink/rlink.h rlink/st7.h |
|
From: <kc...@ma...> - 2009-01-16 08:33:19
|
Author: kc8apf Date: 2009-01-16 08:33:12 +0100 (Fri, 16 Jan 2009) New Revision: 1330 Modified: branches/openocd-0.1/src/server/Makefile.am tags/openocd-0.1.0/src/server/Makefile.am Log: Merge distcheck fix into 0.1 branch and 0.1.0 tag Modified: branches/openocd-0.1/src/server/Makefile.am =================================================================== --- branches/openocd-0.1/src/server/Makefile.am 2009-01-16 07:31:55 UTC (rev 1329) +++ branches/openocd-0.1/src/server/Makefile.am 2009-01-16 07:33:12 UTC (rev 1330) @@ -14,8 +14,6 @@ libserver_a_SOURCES += tcl_server.c if HTTPD -nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl) -nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/httpd/*.css) -nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/httpd/menu_cuts/*.png) +nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif -AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ \ No newline at end of file +AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ Modified: tags/openocd-0.1.0/src/server/Makefile.am =================================================================== --- tags/openocd-0.1.0/src/server/Makefile.am 2009-01-16 07:31:55 UTC (rev 1329) +++ tags/openocd-0.1.0/src/server/Makefile.am 2009-01-16 07:33:12 UTC (rev 1330) @@ -14,8 +14,6 @@ libserver_a_SOURCES += tcl_server.c if HTTPD -nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl) -nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/httpd/*.css) -nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/httpd/menu_cuts/*.png) +nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif -AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ \ No newline at end of file +AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ |
|
From: <kc...@ma...> - 2009-01-16 08:32:05
|
Author: kc8apf Date: 2009-01-16 08:31:55 +0100 (Fri, 16 Jan 2009) New Revision: 1329 Modified: trunk/src/server/Makefile.am Log: Fix distcheck failure Modified: trunk/src/server/Makefile.am =================================================================== --- trunk/src/server/Makefile.am 2009-01-16 07:02:54 UTC (rev 1328) +++ trunk/src/server/Makefile.am 2009-01-16 07:31:55 UTC (rev 1329) @@ -14,8 +14,6 @@ libserver_a_SOURCES += tcl_server.c if HTTPD -nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl) -nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/httpd/*.css) -nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/httpd/menu_cuts/*.png) +nobase_dist_pkglib_DATA = $(wildcard $(srcdir)/httpd/*.tcl $(srcdir)/httpd/*.css $(srcdir)/httpd/menu_cuts/*.png) endif -AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ \ No newline at end of file +AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ |
|
From: <kc...@ma...> - 2009-01-16 08:02:59
|
Author: kc8apf Date: 2009-01-16 08:02:54 +0100 (Fri, 16 Jan 2009) New Revision: 1328 Added: tags/openocd-0.1.0/ Modified: tags/openocd-0.1.0/configure.in Log: Tag openocd-0.1.0 Copied: tags/openocd-0.1.0 (from rev 1327, branches/openocd-0.1) Modified: tags/openocd-0.1.0/configure.in =================================================================== --- branches/openocd-0.1/configure.in 2009-01-16 07:02:04 UTC (rev 1327) +++ tags/openocd-0.1.0/configure.in 2009-01-16 07:02:54 UTC (rev 1328) @@ -625,7 +625,7 @@ fi AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(openocd, 0.1.x) +AM_INIT_AUTOMAKE(openocd, 0.1.0) AM_CONDITIONAL(PARPORT, test $build_parport = yes) AM_CONDITIONAL(DUMMY, test $build_dummy = yes) |
|
From: <kc...@ma...> - 2009-01-16 08:02:09
|
Author: kc8apf Date: 2009-01-16 08:02:04 +0100 (Fri, 16 Jan 2009) New Revision: 1327 Added: branches/openocd-0.1/ Modified: branches/openocd-0.1/configure.in Log: Second stage of syncing 0.1.x branch with ToT Copied: branches/openocd-0.1 (from rev 1326, trunk) Modified: branches/openocd-0.1/configure.in =================================================================== --- trunk/configure.in 2009-01-16 06:51:29 UTC (rev 1326) +++ branches/openocd-0.1/configure.in 2009-01-16 07:02:04 UTC (rev 1327) @@ -625,7 +625,7 @@ fi AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(openocd, 1.0) +AM_INIT_AUTOMAKE(openocd, 0.1.x) AM_CONDITIONAL(PARPORT, test $build_parport = yes) AM_CONDITIONAL(DUMMY, test $build_dummy = yes) |