Commit Graph

  • af7cdfd82b Factor system #includes out of replacements.h into new system.h. zwelch 2009-05-11 02:52:00 +00:00
  • 4e7ec08939 Finish portability support for AC_HEADER_STDBOOL configure macro. zwelch 2009-05-11 02:29:53 +00:00
  • 490e271290 Remove redundant sys/types.h #include directives (now in types.h). zwelch 2009-05-11 02:27:16 +00:00
  • eb6da244cb Add configure check for sys/types.h; include in our types.h. zwelch 2009-05-11 02:24:58 +00:00
  • 55342151a3 Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option. zwelch 2009-05-11 00:57:19 +00:00
  • bf25d3edf7 Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h). zwelch 2009-05-11 00:49:51 +00:00
  • 76c0dcb324 OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro. zwelch 2009-05-11 00:44:59 +00:00
  • 647e61cc6d 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. zwelch 2009-05-10 22:03:57 +00:00
  • 104580e0bf Reverse revision 1691: all of its functionality has migrated elsewhere. zwelch 2009-05-10 21:33:53 +00:00
  • a24ab3ae38 Extend configure script to check for environ declaration in stdlib.h. zwelch 2009-05-10 20:10:11 +00:00
  • 26526a80ea 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. oharboe 2009-05-10 19:48:09 +00:00
  • 72acdac71a 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(). zwelch 2009-05-10 19:44:38 +00:00
  • 90465379e5 David Brownell <david-b@pacbell.net> whitespace fixes. oharboe 2009-05-10 19:02:07 +00:00
  • 64e5467ca7 David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one file first... oharboe 2009-05-10 19:01:03 +00:00
  • 62d610f2b7 David Brownell <david-b@pacbell.net> fix warnings oharboe 2009-05-10 18:01:50 +00:00
  • 3ac5d073dc Michael Bruck <mbruck@digenius.de> use more const oharboe 2009-05-10 12:55:16 +00:00
  • 79d515c347 Michael Bruck <mbruck@digenius.de> use more const oharboe 2009-05-09 09:30:00 +00:00
  • 0c9a2e99ca Michael Bruck <mbruck@digenius.de> ARM11 C99 updates oharboe 2009-05-09 07:36:19 +00:00
  • 00fd07336e whitespace fixes oharboe 2009-05-08 21:03:28 +00:00
  • 96509c764a plugged bug w/irlen > 32 introduce in 1672 oharboe 2009-05-08 20:48:28 +00:00
  • d7f71e7fe9 whitespace fixes oharboe 2009-05-08 20:44:52 +00:00
  • de8430d3c3 David Brownell <david-b@pacbell.net> DaVinci dm6446 oharboe 2009-05-08 20:27:19 +00:00
  • 060f61ef24 sync up zy1000 interface to bitbang driver's handling of exiting the shift state oharboe 2009-05-08 19:24:40 +00:00
  • 5f7791474b Michael Fischer <fischermi@t-online.de> fix compile problems on Mac oharboe 2009-05-08 18:54:59 +00:00
  • 5ff0317aa3 fix gaffe in 1672 oharboe 2009-05-08 18:12:43 +00:00
  • 820da73f79 stm32 profiling wip oharboe 2009-05-08 13:30:45 +00:00
  • dbf69e3625 profiling numbers oharboe 2009-05-08 12:26:50 +00:00
  • 49e286509b add flush_count jtag queue profiling feature oharboe 2009-05-08 11:46:01 +00:00
  • 8a58fb9402 fix (old?) bug in jtag_add_ir_scan() oharboe 2009-05-08 11:18:41 +00:00
  • 57bc9f37c9 in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. oharboe 2009-05-08 09:48:00 +00:00
  • 4df87471ca fix one gaffe in previous commit. oharboe 2009-05-08 09:37:25 +00:00
  • 84dfdd4de6 use assert instead of adding code that always runs oharboe 2009-05-08 08:49:24 +00:00
  • 4f19ef3cce pull up verify_capture_ir one level in api stack oharboe 2009-05-08 08:46:28 +00:00
  • bf4da345ec retire jtag_set_check_value oharboe 2009-05-08 07:28:00 +00:00
  • fe629829f4 retire jtag_set_check_value oharboe 2009-05-08 07:22:31 +00:00
  • 8173e02272 retire jtag_set_check_value oharboe 2009-05-08 07:14:23 +00:00
  • 101ec4eae1 retire jtag_set_check_value oharboe 2009-05-08 07:09:32 +00:00
  • dd673b0b5f first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access enable" & "mdw 0 0x10" oharboe 2009-05-08 06:45:27 +00:00
  • 75f98d1649 added comments w.r.t. potential performance problems oharboe 2009-05-08 06:14:08 +00:00
  • f2676adb3c Fix typo from hurrying the last commit. Nothing to see here. zwelch 2009-05-08 05:33:08 +00:00
  • 6d60d22687 Fix loadFile to return file length once again. zwelch 2009-05-08 05:30:37 +00:00
  • 641919d491 Re-order and extend header file tests in configure script. zwelch 2009-05-08 04:59:05 +00:00
  • d209029ca8 Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1. zwelch 2009-05-08 04:49:27 +00:00
  • 1000674d1c Fix warnings in ioutil.c; improves loadFile inteface. zwelch 2009-05-08 04:46:00 +00:00
  • f6ed7cb271 more in_handler typo fixes oharboe 2009-05-07 23:00:28 +00:00
  • 15f15cdddb ouch - typo in last commit oharboe 2009-05-07 22:59:51 +00:00
  • b36db3036c Remove unreferenced tcpapi.c source file. zwelch 2009-05-07 22:59:20 +00:00
  • 597ec356e3 in_handler removal typo fixed oharboe 2009-05-07 22:55:28 +00:00
  • 8f41f7c7d5 fix copy & paste error when retiring in_handler oharboe 2009-05-07 22:45:17 +00:00
  • e37669c3d0 refactor to be able to remove more in_handler stuff oharboe 2009-05-07 20:53:32 +00:00
  • bb4e592b5b verified that an argument is unused oharboe 2009-05-07 20:24:23 +00:00
  • 47c5230c4a fix c99 compile errors oharboe 2009-05-07 20:19:04 +00:00
  • bb994f53cc marker for in_handler to remove oharboe 2009-05-07 14:22:15 +00:00
  • d6c34316b1 remove usage of in_handler oharboe 2009-05-07 14:20:25 +00:00
  • a229f21432 remove in_handler usage oharboe 2009-05-07 14:02:21 +00:00
  • cee9970c98 remove in_handler usage oharboe 2009-05-07 13:57:43 +00:00
  • 391e1b0a57 remove in_handler usage oharboe 2009-05-07 13:54:41 +00:00
  • 7e546bb91f remove in_handler usage oharboe 2009-05-07 13:50:37 +00:00
  • dbe008302a remove in_handler usage oharboe 2009-05-07 13:40:11 +00:00
  • b1364c5f9c remove in_handler usage oharboe 2009-05-07 13:36:35 +00:00
  • f5f33771be remove in_handler usage oharboe 2009-05-07 13:31:34 +00:00
  • 7bb5f2124b remove in_handler usage oharboe 2009-05-07 13:26:35 +00:00
  • 7eeb3cfc47 stop using in_handler oharboe 2009-05-07 13:23:14 +00:00
  • c4ee880715 jtag API error handling refactoring. oharboe 2009-05-07 13:04:13 +00:00
  • 146b6462a3 remove in_handler usage oharboe 2009-05-07 12:33:26 +00:00
  • a1777c6bcf remove in_handler usage oharboe 2009-05-07 12:29:31 +00:00
  • b227b5eb76 David Brownell david-b at pacbell.net fix warnings oharboe 2009-05-07 10:59:06 +00:00
  • fac4032d88 fix line endings oharboe 2009-05-07 09:57:13 +00:00
  • 25828959d3 David Brownell <david-b@pacbell.net> DaVinci DM355 SoC support oharboe 2009-05-07 08:19:07 +00:00
  • 950f7e3cd9 Deleted at9sam7_old driver. Nobody has complained about the new one yet. oharboe 2009-05-07 06:58:52 +00:00
  • 8d10b757c0 slightly increase readability of code oharboe 2009-05-07 06:51:27 +00:00
  • cb97efc46b another example of removing in_handler usage oharboe 2009-05-07 06:47:09 +00:00
  • 9c96811168 added template for removing in_handler oharboe 2009-05-07 06:29:08 +00:00
  • 0cc7e5b0b7 Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads.. zwelch 2009-05-07 01:26:56 +00:00
  • 92bae0b1df Fix pointer cast alignment warnings in arm_adi_v5.c zwelch 2009-05-07 00:58:38 +00:00
  • fdf114ab0a Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their last word handling. zwelch 2009-05-07 00:21:59 +00:00
  • a3b6236289 Fix pointer cast alignment warning in XScale miniIC loader parity calc. zwelch 2009-05-06 23:31:50 +00:00
  • 5f45a3d1df Fix pointer cast alignment warnings in target/image.c. zwelch 2009-05-06 23:28:38 +00:00
  • 41638e0a09 Change reg_s value field from u8 * to void *; it must always be cast. zwelch 2009-05-06 23:25:27 +00:00
  • 8cbb2ae7f4 Fix pointer cast alignment issues in svf.c zwelch 2009-05-06 23:05:57 +00:00
  • 5c1cb131e9 Add configure script check to enable C99 build option. zwelch 2009-05-06 21:48:39 +00:00
  • 4b127e229b Fix pointer cast alignment warnings in jim.c. zwelch 2009-05-06 21:21:18 +00:00
  • b33779fbbe Added (BUILD_JLINK==1) condition to us new tables with JLink mlu 2009-05-06 18:47:15 +00:00
  • c8e52f9e15 Dick Hollenbeck <dick@softplc.com> comments & 7 clock TMS reset for good measure oharboe 2009-05-06 18:24:24 +00:00
  • cd0512befd Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed. oharboe 2009-05-06 18:18:00 +00:00
  • 0317db97cd Small changes that might improve stability. Implemented new jtag sequences tap_get_tms_path and tap_get_tms_path_len mlu 2009-05-06 17:28:39 +00:00
  • a2a71fe705 transition more directly to the end state + reuse more of the state move code/paths oharboe 2009-05-06 17:25:14 +00:00
  • b4fbd4abe4 Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects against illegal state transitions that might be in an SVF file. oharboe 2009-05-06 13:32:43 +00:00
  • 8161adafd3 log noise reduction oharboe 2009-05-06 11:22:30 +00:00
  • f719306f68 Fix enviorn configure test failure message (thanks to Anders Montonen). zwelch 2009-05-06 08:30:50 +00:00
  • e86dee3200 remove unecessary setting of deprecated fields to NULL oharboe 2009-05-06 07:21:46 +00:00
  • 7e50a39773 Add autoconf check to determine where environ should be declared. zwelch 2009-05-06 07:17:57 +00:00
  • 213368e21f add warnings about not using in_handler oharboe 2009-05-06 06:40:56 +00:00
  • 4d88c124b1 retire out_mask - not used anywhere oharboe 2009-05-06 06:20:52 +00:00
  • b6f268c113 mark usage of in_handler that can be converted into user code oharboe 2009-05-05 19:30:13 +00:00
  • e03658ee07 made warning about keep_alive() not being invoked more helpful oharboe 2009-05-05 12:07:02 +00:00
  • a83583e926 remove extra newline before prompt oharboe 2009-05-05 12:06:26 +00:00
  • 6fd394811c Gabor Juhos juhosg at openwrt.org MIPS: fix a shift value in the MIPS32_R_INST macro oharboe 2009-05-05 06:49:55 +00:00
  • eb51d4f68b Oleksandr Tymoshenko <gonzo@bluezbox.com> "resume" command fix for EJTAG oharboe 2009-05-05 05:55:14 +00:00
  • 7a93100c2d Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file oharboe 2009-05-04 18:44:12 +00:00