fw/openocd
15 years agoAudit and eliminate redundant #include directives in other target files.
zwelch [Mon, 11 May 2009 04:56:37 +0000 (04:56 +0000)]
Audit and eliminate redundant #include directives in other target files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives in arm target files.
zwelch [Mon, 11 May 2009 04:46:21 +0000 (04:46 +0000)]
Audit and eliminate redundant #include directives in arm target files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1714 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives in core target files.
zwelch [Mon, 11 May 2009 04:38:18 +0000 (04:38 +0000)]
Audit and eliminate redundant #include directives in core target files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1713 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives in src/flash sources.
zwelch [Mon, 11 May 2009 04:30:41 +0000 (04:30 +0000)]
Audit and eliminate redundant #include directives in src/flash sources.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1712 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives in src/flash headers.
zwelch [Mon, 11 May 2009 04:28:24 +0000 (04:28 +0000)]
Audit and eliminate redundant #include directives in src/flash headers.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1711 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
zwelch [Mon, 11 May 2009 04:25:09 +0000 (04:25 +0000)]
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1710 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives from src/server.
zwelch [Mon, 11 May 2009 04:22:15 +0000 (04:22 +0000)]
Audit and eliminate redundant #include directives from src/server.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1709 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix compilation of target_request.h when it is included first.
zwelch [Mon, 11 May 2009 04:21:24 +0000 (04:21 +0000)]
Fix compilation of target_request.h when it is included first.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1708 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant #include directives from src/jtag.
zwelch [Mon, 11 May 2009 04:04:58 +0000 (04:04 +0000)]
Audit and eliminate redundant #include directives from src/jtag.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1707 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAudit and eliminate redundant helper #include directives.
zwelch [Mon, 11 May 2009 03:59:02 +0000 (03:59 +0000)]
Audit and eliminate redundant helper #include directives.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoSimplify #include directives in ioutil.c, use new header checks.
zwelch [Mon, 11 May 2009 03:48:32 +0000 (03:48 +0000)]
Simplify #include directives in ioutil.c, use new header checks.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1705 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAdd remaining header checks to be used in subsequent patches.
zwelch [Mon, 11 May 2009 03:47:56 +0000 (03:47 +0000)]
Add remaining header checks to be used in subsequent patches.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1704 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAdd --enable-malloc-logging configure option and update log.c to match.
zwelch [Mon, 11 May 2009 03:35:25 +0000 (03:35 +0000)]
Add --enable-malloc-logging configure option and update log.c to match.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1703 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFactor system #includes out of replacements.h into new system.h.
zwelch [Mon, 11 May 2009 02:52:00 +0000 (02:52 +0000)]
Factor system #includes out of replacements.h into new system.h.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1702 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFinish portability support for AC_HEADER_STDBOOL configure macro.
zwelch [Mon, 11 May 2009 02:29:53 +0000 (02:29 +0000)]
Finish portability support for AC_HEADER_STDBOOL configure macro.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1701 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoRemove redundant sys/types.h #include directives (now in types.h).
zwelch [Mon, 11 May 2009 02:27:16 +0000 (02:27 +0000)]
Remove redundant sys/types.h #include directives (now in types.h).

git-svn-id: svn://svn.berlios.de/openocd/trunk@1700 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAdd configure check for sys/types.h; include in our types.h.
zwelch [Mon, 11 May 2009 02:24:58 +0000 (02:24 +0000)]
Add configure check for sys/types.h; include in our types.h.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1699 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAdd AC_HEADER_ASSERT macro to configure; provides --disable-assert option.
zwelch [Mon, 11 May 2009 00:57:19 +0000 (00:57 +0000)]
Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1698 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoUse AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).
zwelch [Mon, 11 May 2009 00:49:51 +0000 (00:49 +0000)]
Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).

git-svn-id: svn://svn.berlios.de/openocd/trunk@1697 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoOpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.
zwelch [Mon, 11 May 2009 00:44:59 +0000 (00:44 +0000)]
OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1696 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoExtend autotools build to create shared library libopenocd with libtool:
zwelch [Sun, 10 May 2009 22:03:57 +0000 (22:03 +0000)]
Extend autotools build to create shared library libopenocd with libtool:
- Add libtoolize step too bootstrap script; creates ltmain.sh script.
- Add AC_PROG_LIBTOOL to configure.in to add libtool support to build.
- Change Makefile.am library rules from static (_a) to libtool (_la).
- Install libopenocd.{la,so,a} in $(libdir); update openocd link rules.
- Extend MAINTAINERCLEANFILES in top-level Makefile.am to remove ltmain.sh.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1695 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoReverse revision 1691: all of its functionality has migrated elsewhere.
zwelch [Sun, 10 May 2009 21:33:53 +0000 (21:33 +0000)]
Reverse revision 1691: all of its functionality has migrated elsewhere.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1694 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoExtend configure script to check for environ declaration in stdlib.h.
zwelch [Sun, 10 May 2009 20:10:11 +0000 (20:10 +0000)]
Extend configure script to check for environ declaration in stdlib.h.

Patch contributed by Martin Thomas <mthomas@rhrk.uni-kl.de>.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1693 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoWrote up post processing JTAG API. Not used yet, but reference implementation will...
oharboe [Sun, 10 May 2009 19:48:09 +0000 (19:48 +0000)]
Wrote up post processing JTAG API. Not used yet, but reference implementation will be used in subsequent explanations of new scheme + patches to use it.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1692 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoRevive tclapi.c from r1650:
zwelch [Sun, 10 May 2009 19:44:38 +0000 (19:44 +0000)]
Revive tclapi.c from r1650:
* Remove superfluous #include directives.
* Fix warnings and API usage to cure its bit rot.
* Build into libhelper library (for now).
Add tclapi.h to export tclapi_register_commands().
Register tclapi commands in openocd.c:setup_command_handler().

git-svn-id: svn://svn.berlios.de/openocd/trunk@1691 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Brownell <david-b@pacbell.net> whitespace fixes.
oharboe [Sun, 10 May 2009 19:02:07 +0000 (19:02 +0000)]
David Brownell <david-b@pacbell.net> whitespace fixes.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1690 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one file first...
oharboe [Sun, 10 May 2009 19:01:03 +0000 (19:01 +0000)]
David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one file first...

git-svn-id: svn://svn.berlios.de/openocd/trunk@1689 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Brownell <david-b@pacbell.net> fix warnings
oharboe [Sun, 10 May 2009 18:01:50 +0000 (18:01 +0000)]
David Brownell <david-b@pacbell.net> fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1688 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoMichael Bruck <mbruck@digenius.de> use more const
oharboe [Sun, 10 May 2009 12:55:16 +0000 (12:55 +0000)]
Michael Bruck <mbruck@digenius.de> use more const

git-svn-id: svn://svn.berlios.de/openocd/trunk@1687 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoMichael Bruck <mbruck@digenius.de> use more const
oharboe [Sat, 9 May 2009 09:30:00 +0000 (09:30 +0000)]
Michael Bruck <mbruck@digenius.de> use more const

git-svn-id: svn://svn.berlios.de/openocd/trunk@1686 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
oharboe [Sat, 9 May 2009 07:36:19 +0000 (07:36 +0000)]
Michael Bruck <mbruck@digenius.de> ARM11 C99 updates

git-svn-id: svn://svn.berlios.de/openocd/trunk@1685 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agowhitespace fixes
oharboe [Fri, 8 May 2009 21:03:28 +0000 (21:03 +0000)]
whitespace fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@1684 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoplugged bug w/irlen > 32 introduce in 1672
oharboe [Fri, 8 May 2009 20:48:28 +0000 (20:48 +0000)]
plugged bug w/irlen > 32 introduce in 1672

git-svn-id: svn://svn.berlios.de/openocd/trunk@1683 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agowhitespace fixes
oharboe [Fri, 8 May 2009 20:44:52 +0000 (20:44 +0000)]
whitespace fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@1682 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Brownell <david-b@pacbell.net> DaVinci dm6446
oharboe [Fri, 8 May 2009 20:27:19 +0000 (20:27 +0000)]
David Brownell <david-b@pacbell.net> DaVinci dm6446

git-svn-id: svn://svn.berlios.de/openocd/trunk@1680 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agosync up zy1000 interface to bitbang driver's handling of exiting the shift state
oharboe [Fri, 8 May 2009 19:24:40 +0000 (19:24 +0000)]
sync up zy1000 interface to bitbang driver's handling of exiting the shift state

git-svn-id: svn://svn.berlios.de/openocd/trunk@1679 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoMichael Fischer <fischermi@t-online.de> fix compile problems on Mac
oharboe [Fri, 8 May 2009 18:54:59 +0000 (18:54 +0000)]
Michael Fischer <fischermi@t-online.de> fix compile problems on Mac

git-svn-id: svn://svn.berlios.de/openocd/trunk@1678 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofix gaffe in 1672
oharboe [Fri, 8 May 2009 18:12:43 +0000 (18:12 +0000)]
fix gaffe in 1672

git-svn-id: svn://svn.berlios.de/openocd/trunk@1677 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agostm32 profiling wip
oharboe [Fri, 8 May 2009 13:30:45 +0000 (13:30 +0000)]
stm32 profiling wip

git-svn-id: svn://svn.berlios.de/openocd/trunk@1676 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoprofiling numbers
oharboe [Fri, 8 May 2009 12:26:50 +0000 (12:26 +0000)]
profiling numbers

git-svn-id: svn://svn.berlios.de/openocd/trunk@1675 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoadd flush_count jtag queue profiling feature
oharboe [Fri, 8 May 2009 11:46:01 +0000 (11:46 +0000)]
add flush_count jtag queue profiling feature

git-svn-id: svn://svn.berlios.de/openocd/trunk@1674 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofix (old?) bug in jtag_add_ir_scan()
oharboe [Fri, 8 May 2009 11:18:41 +0000 (11:18 +0000)]
fix (old?) bug in jtag_add_ir_scan()

git-svn-id: svn://svn.berlios.de/openocd/trunk@1673 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoin_handler in_check_mask and in_check_value now removed from field. Last big patch...
oharboe [Fri, 8 May 2009 09:48:00 +0000 (09:48 +0000)]
in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1672 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofix one gaffe in previous commit.
oharboe [Fri, 8 May 2009 09:37:25 +0000 (09:37 +0000)]
fix one gaffe in previous commit.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1671 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agouse assert instead of adding code that always runs
oharboe [Fri, 8 May 2009 08:49:24 +0000 (08:49 +0000)]
use assert instead of adding code that always runs

git-svn-id: svn://svn.berlios.de/openocd/trunk@1670 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agopull up verify_capture_ir one level in api stack
oharboe [Fri, 8 May 2009 08:46:28 +0000 (08:46 +0000)]
pull up verify_capture_ir one level in api stack

git-svn-id: svn://svn.berlios.de/openocd/trunk@1669 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoretire jtag_set_check_value
oharboe [Fri, 8 May 2009 07:28:00 +0000 (07:28 +0000)]
retire jtag_set_check_value

git-svn-id: svn://svn.berlios.de/openocd/trunk@1668 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoretire jtag_set_check_value
oharboe [Fri, 8 May 2009 07:22:31 +0000 (07:22 +0000)]
retire jtag_set_check_value

git-svn-id: svn://svn.berlios.de/openocd/trunk@1667 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoretire jtag_set_check_value
oharboe [Fri, 8 May 2009 07:14:23 +0000 (07:14 +0000)]
retire jtag_set_check_value

git-svn-id: svn://svn.berlios.de/openocd/trunk@1666 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoretire jtag_set_check_value
oharboe [Fri, 8 May 2009 07:09:32 +0000 (07:09 +0000)]
retire jtag_set_check_value

git-svn-id: svn://svn.berlios.de/openocd/trunk@1665 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofirst jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access enable...
oharboe [Fri, 8 May 2009 06:45:27 +0000 (06:45 +0000)]
first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access enable" & "mdw 0 0x10"

git-svn-id: svn://svn.berlios.de/openocd/trunk@1664 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoadded comments w.r.t. potential performance problems
oharboe [Fri, 8 May 2009 06:14:08 +0000 (06:14 +0000)]
added comments w.r.t. potential performance problems

git-svn-id: svn://svn.berlios.de/openocd/trunk@1663 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix typo from hurrying the last commit. Nothing to see here.
zwelch [Fri, 8 May 2009 05:33:08 +0000 (05:33 +0000)]
Fix typo from hurrying the last commit.  Nothing to see here.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1662 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix loadFile to return file length once again.
zwelch [Fri, 8 May 2009 05:30:37 +0000 (05:30 +0000)]
Fix loadFile to return file length once again.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1661 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoRe-order and extend header file tests in configure script.
zwelch [Fri, 8 May 2009 04:59:05 +0000 (04:59 +0000)]
Re-order and extend header file tests in configure script.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1660 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix warnings in httpd.c; builds with libmicrohttpd-0.4.1.
zwelch [Fri, 8 May 2009 04:49:27 +0000 (04:49 +0000)]
Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1659 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix warnings in ioutil.c; improves loadFile inteface.
zwelch [Fri, 8 May 2009 04:46:00 +0000 (04:46 +0000)]
Fix warnings in ioutil.c; improves loadFile inteface.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1658 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agomore in_handler typo fixes
oharboe [Thu, 7 May 2009 23:00:28 +0000 (23:00 +0000)]
more in_handler typo fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@1657 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoouch - typo in last commit
oharboe [Thu, 7 May 2009 22:59:51 +0000 (22:59 +0000)]
ouch - typo in last commit

git-svn-id: svn://svn.berlios.de/openocd/trunk@1656 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoRemove unreferenced tcpapi.c source file.
zwelch [Thu, 7 May 2009 22:59:20 +0000 (22:59 +0000)]
Remove unreferenced tcpapi.c source file.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1655 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoin_handler removal typo fixed
oharboe [Thu, 7 May 2009 22:55:28 +0000 (22:55 +0000)]
in_handler removal typo fixed

git-svn-id: svn://svn.berlios.de/openocd/trunk@1654 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofix copy & paste error when retiring in_handler
oharboe [Thu, 7 May 2009 22:45:17 +0000 (22:45 +0000)]
fix copy & paste error when retiring in_handler

git-svn-id: svn://svn.berlios.de/openocd/trunk@1653 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agorefactor to be able to remove more in_handler stuff
oharboe [Thu, 7 May 2009 20:53:32 +0000 (20:53 +0000)]
refactor to be able to remove more in_handler stuff

git-svn-id: svn://svn.berlios.de/openocd/trunk@1652 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoverified that an argument is unused
oharboe [Thu, 7 May 2009 20:24:23 +0000 (20:24 +0000)]
verified that an argument is unused

git-svn-id: svn://svn.berlios.de/openocd/trunk@1651 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofix c99 compile errors
oharboe [Thu, 7 May 2009 20:19:04 +0000 (20:19 +0000)]
fix c99 compile errors

git-svn-id: svn://svn.berlios.de/openocd/trunk@1650 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agomarker for in_handler to remove
oharboe [Thu, 7 May 2009 14:22:15 +0000 (14:22 +0000)]
marker for in_handler to remove

git-svn-id: svn://svn.berlios.de/openocd/trunk@1649 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove usage of in_handler
oharboe [Thu, 7 May 2009 14:20:25 +0000 (14:20 +0000)]
remove usage of in_handler

git-svn-id: svn://svn.berlios.de/openocd/trunk@1648 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 14:02:21 +0000 (14:02 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1647 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:57:43 +0000 (13:57 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1646 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:54:41 +0000 (13:54 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1645 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:50:37 +0000 (13:50 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1644 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:40:11 +0000 (13:40 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1643 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:36:35 +0000 (13:36 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1642 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:31:34 +0000 (13:31 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1641 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 13:26:35 +0000 (13:26 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1640 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agostop using in_handler
oharboe [Thu, 7 May 2009 13:23:14 +0000 (13:23 +0000)]
stop using in_handler

git-svn-id: svn://svn.berlios.de/openocd/trunk@1639 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agojtag API error handling refactoring.
oharboe [Thu, 7 May 2009 13:04:13 +0000 (13:04 +0000)]
jtag API error handling refactoring.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1638 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 12:33:26 +0000 (12:33 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1637 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoremove in_handler usage
oharboe [Thu, 7 May 2009 12:29:31 +0000 (12:29 +0000)]
remove in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1636 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Brownell david-b at pacbell.net fix warnings
oharboe [Thu, 7 May 2009 10:59:06 +0000 (10:59 +0000)]
David Brownell david-b at pacbell.net  fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1635 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofix line endings
oharboe [Thu, 7 May 2009 09:57:13 +0000 (09:57 +0000)]
fix line endings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1634 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Brownell <david-b@pacbell.net> DaVinci DM355 SoC support
oharboe [Thu, 7 May 2009 08:19:07 +0000 (08:19 +0000)]
David Brownell <david-b@pacbell.net> DaVinci DM355 SoC support

git-svn-id: svn://svn.berlios.de/openocd/trunk@1633 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDeleted at9sam7_old driver. Nobody has complained about the new one yet.
oharboe [Thu, 7 May 2009 06:58:52 +0000 (06:58 +0000)]
Deleted at9sam7_old driver. Nobody has complained about the new one yet.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1632 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoslightly increase readability of code
oharboe [Thu, 7 May 2009 06:51:27 +0000 (06:51 +0000)]
slightly increase readability of code

git-svn-id: svn://svn.berlios.de/openocd/trunk@1631 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoanother example of removing in_handler usage
oharboe [Thu, 7 May 2009 06:47:09 +0000 (06:47 +0000)]
another example of removing in_handler usage

git-svn-id: svn://svn.berlios.de/openocd/trunk@1630 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoadded template for removing in_handler
oharboe [Thu, 7 May 2009 06:29:08 +0000 (06:29 +0000)]
added template for removing in_handler

git-svn-id: svn://svn.berlios.de/openocd/trunk@1629 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..
zwelch [Thu, 7 May 2009 01:26:56 +0000 (01:26 +0000)]
Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..

git-svn-id: svn://svn.berlios.de/openocd/trunk@1628 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix pointer cast alignment warnings in arm_adi_v5.c
zwelch [Thu, 7 May 2009 00:58:38 +0000 (00:58 +0000)]
Fix pointer cast alignment warnings in arm_adi_v5.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@1627 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix stm32x and pic32mx flash pointer cast alignment warnings, simplify their last...
zwelch [Thu, 7 May 2009 00:21:59 +0000 (00:21 +0000)]
Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their last word handling.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1626 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix pointer cast alignment warning in XScale miniIC loader parity calc.
zwelch [Wed, 6 May 2009 23:31:50 +0000 (23:31 +0000)]
Fix pointer cast alignment warning in XScale miniIC loader parity calc.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1625 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix pointer cast alignment warnings in target/image.c.
zwelch [Wed, 6 May 2009 23:28:38 +0000 (23:28 +0000)]
Fix pointer cast alignment warnings in target/image.c.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1624 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoChange reg_s value field from u8 * to void *; it must always be cast.
zwelch [Wed, 6 May 2009 23:25:27 +0000 (23:25 +0000)]
Change reg_s value field from u8 * to void *; it must always be cast.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1623 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix pointer cast alignment issues in svf.c
zwelch [Wed, 6 May 2009 23:05:57 +0000 (23:05 +0000)]
Fix pointer cast alignment issues in svf.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@1622 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAdd configure script check to enable C99 build option.
zwelch [Wed, 6 May 2009 21:48:39 +0000 (21:48 +0000)]
Add configure script check to enable C99 build option.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1621 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFix pointer cast alignment warnings in jim.c.
zwelch [Wed, 6 May 2009 21:21:18 +0000 (21:21 +0000)]
Fix pointer cast alignment warnings in jim.c.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1620 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoAdded (BUILD_JLINK==1) condition to us new tables with JLink
mlu [Wed, 6 May 2009 18:47:15 +0000 (18:47 +0000)]
Added  (BUILD_JLINK==1) condition to us new tables with JLink

git-svn-id: svn://svn.berlios.de/openocd/trunk@1619 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDick Hollenbeck <dick@softplc.com> comments & 7 clock TMS reset for good measure
oharboe [Wed, 6 May 2009 18:24:24 +0000 (18:24 +0000)]
Dick Hollenbeck <dick@softplc.com> comments & 7 clock TMS reset for good measure

git-svn-id: svn://svn.berlios.de/openocd/trunk@1618 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.
oharboe [Wed, 6 May 2009 18:18:00 +0000 (18:18 +0000)]
Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1617 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoSmall changes that might improve stability.
mlu [Wed, 6 May 2009 17:28:39 +0000 (17:28 +0000)]
Small changes that might improve stability.
Implemented new jtag sequences tap_get_tms_path and tap_get_tms_path_len

git-svn-id: svn://svn.berlios.de/openocd/trunk@1616 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agotransition more directly to the end state + reuse more of the state move code/paths
oharboe [Wed, 6 May 2009 17:25:14 +0000 (17:25 +0000)]
transition more directly to the end state + reuse more of the state move code/paths

git-svn-id: svn://svn.berlios.de/openocd/trunk@1615 b42882b7-edfa-0310-969c-e2dbd0fdcd60