Commit Graph

  • 6416474891 Relocate documentation on working area to better align with use of new syntax. Provided by David Brownell <david-b@pacbell.net> kc8apf 2009-05-18 04:47:06 +00:00
  • da34c09128 Fix logically inverted comment kc8apf 2009-05-18 04:45:42 +00:00
  • c977616cda Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> kc8apf 2009-05-18 04:44:28 +00:00
  • cafad4969c ETM/ETB documentation from David Brownell <david-b@pacbell.net> kc8apf 2009-05-18 04:40:11 +00:00
  • a931baa619 Whitespace cleanup from David Brownell <david-b@pacbell.net> kc8apf 2009-05-18 04:37:33 +00:00
  • 41826d5bd9 fix array2mem/mem2array when used as a "method" on a target. oharboe 2009-05-17 13:00:36 +00:00
  • 231a71b7fb Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to document its semantics oharboe 2009-05-16 20:09:07 +00:00
  • 1bcbd44ed3 fix naming of at91sam7 driver oharboe 2009-05-16 14:59:10 +00:00
  • 72f5449e4b Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong oharboe 2009-05-16 14:57:02 +00:00
  • ea3ddc7e4f Initialize a more variables in jim.c to allow gcc-4.4 to build. Fix provided by Benjamin Schmidt <DeMonk@gmx.net>. zwelch 2009-05-15 23:35:27 +00:00
  • 5cff9997c5 Initialize value of objPtr local variable; prevents warning w/ gcc-4.4. zwelch 2009-05-15 22:10:32 +00:00
  • 21c8284233 fix -fno-common/Mac build problems. oharboe 2009-05-15 21:10:35 +00:00
  • 4dcd58724a Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EMBEDDED in a single .c file. Still broken w/-fno-common(i.e. Mac OS). oharboe 2009-05-15 20:35:53 +00:00
  • b9522f0e78 revert to 1775. 1790 causes SEGFAULT w/Cygwin. oharboe 2009-05-15 09:03:52 +00:00
  • c102397e9f Update Doxyfile to build The List into the doxygen manual. zwelch 2009-05-15 02:22:27 +00:00
  • 8ed887456d Add current draft of The List of Pending and Open Tasks. zwelch 2009-05-15 00:49:30 +00:00
  • 789b639a39 Remove JIM_EMBEDDED symbol; not appropriate or necessary. zwelch 2009-05-14 22:20:00 +00:00
  • 30f6b1ebbc Several minor fixes for the new doxygen manual. zwelch 2009-05-14 22:16:20 +00:00
  • ca7ec066b2 Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27 zwelch 2009-05-14 21:55:56 +00:00
  • adf3a2ce7b use TAP_INVALID enum instead of -1 oharboe 2009-05-14 21:00:30 +00:00
  • b3b0ff60c2 take #2: dump_image now works for addresses not divisible by 4 oharboe 2009-05-14 19:00:35 +00:00
  • a74d911412 dump_image now works for addresses not divisible by 4 oharboe 2009-05-14 18:56:41 +00:00
  • 651cb917e7 fix broken ir/drscan -endstate option. The statemachine now actually ends up in said state. oharboe 2009-05-14 18:45:19 +00:00
  • 0bb9c5de63 selftest wip oharboe 2009-05-14 10:52:41 +00:00
  • c5e51bca0a propagate error in dump_image. If an error occurs during dump_image, a tcl exception is thrown. oharboe 2009-05-14 08:44:09 +00:00
  • 3d4e32bc9a Update configure script test for net/if.h to work on MacOS. zwelch 2009-05-13 23:38:38 +00:00
  • 53b67960a2 Fix bootstrap typo noticed by Edgar Grimberg <edgar.grimberg@zylin.com>. zwelch 2009-05-13 23:37:29 +00:00
  • 3df27e5ce5 Fix bootstrap script to support MacOS glibtoolize oddity. zwelch 2009-05-13 21:55:16 +00:00
  • ba66ccea35 zy1000 1.52 snapshot oharboe 2009-05-13 18:58:55 +00:00
  • 7626139950 Add JTAG Primer to doxygen manual, contributed by Strontium. zwelch 2009-05-13 11:10:35 +00:00
  • 9c2468eee4 Include types.h in command.h to make stdint.h available through it. zwelch 2009-05-13 10:50:32 +00:00
  • 709fd9d6b4 added verify_jtag command oharboe 2009-05-13 10:21:50 +00:00
  • 233ab439c7 Include files required to rebuild the HTTP web pages in distribution. zwelch 2009-05-13 10:14:40 +00:00
  • c860600c6a shuffled comments about for jtag_add_dr_out() fn. oharboe 2009-05-13 09:53:23 +00:00
  • 624aa80f84 Commit skeleton files for high-level developer manual using doxygen. zwelch 2009-05-13 08:58:08 +00:00
  • 23a0704451 irscan now also works correctly in addition to not crashing :-) oharboe 2009-05-12 19:31:50 +00:00
  • b7b586ac6b - add missing svn props from svn 1768 commit ntfreak 2009-05-12 18:32:57 +00:00
  • cbfa0304f9 4-bit ECC support for Marvell Kirkwood SOC oharboe 2009-05-12 17:29:16 +00:00
  • f34386ee32 Nicolas Pitre <nico@cam.org> lower JTAG clock for SheevaPlug oharboe 2009-05-12 17:14:10 +00:00
  • 0ecb96cc1b move eCos type definition to types.h where it belongs. oharboe 2009-05-12 12:16:31 +00:00
  • 46d13ccc3b Add stdint.h to types.h to provide intptr_t. zwelch 2009-05-12 10:52:01 +00:00
  • 14f3548ff2 - fix build issue when HAVE_ELF_H is not defined ntfreak 2009-05-12 10:47:48 +00:00
  • 75f89c5cb6 eCos fixes oharboe 2009-05-12 10:02:47 +00:00
  • 7d81ab69e1 Include project doxygen configuration with distribution tarballs. zwelch 2009-05-12 08:56:22 +00:00
  • f976af56a4 Audit and remove redundant uses of replacements.h in the tree. zwelch 2009-05-12 08:35:17 +00:00
  • 5136270920 Make replacements.h private by including it from config.h autoheader. zwelch 2009-05-12 08:33:18 +00:00
  • dd85eebf22 Make system.h private by including it from config.h autoheader. zwelch 2009-05-12 08:24:47 +00:00
  • 85f9734103 Audit and reduce #include directives in jim source files. zwelch 2009-05-12 07:44:57 +00:00
  • 4c71ca6b5f Define _GNU_SOURCE in config.h, remove definitions from source files. zwelch 2009-05-12 07:35:00 +00:00
  • 61cba7e0e6 Remove config.h from types.h; all .c files are required to include it. zwelch 2009-05-12 07:22:07 +00:00
  • 591a23ec8d Include config.h in pregenerated rlink_speed_table.c source. zwelch 2009-05-12 07:13:12 +00:00
  • e29ed183fc Update rlink_make_speed_table.pl script to add config.h to its output. zwelch 2009-05-12 07:12:10 +00:00
  • a28fdee804 fix memory corruption introduce in 1730 oharboe 2009-05-12 07:03:50 +00:00
  • 71d76b0a74 added jtag_alloc_in_value32 - not used in this commit. oharboe 2009-05-12 06:59:21 +00:00
  • 9bbd933eae fix ancient bug & SEGFAULT in irscan oharboe 2009-05-12 06:17:22 +00:00
  • 30a17f0bb4 Include assert.h in system.h to promote tree-wide use of assertions. zwelch 2009-05-12 04:52:15 +00:00
  • f5e028bc46 Remove duplicate definition of encode in httpd.tcl. zwelch 2009-05-11 22:37:52 +00:00
  • 3e58929e62 now builds on 64 and 32 bit systems oharboe 2009-05-11 21:05:51 +00:00
  • f17bb0cf1e fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s. oharboe 2009-05-11 12:03:40 +00:00
  • ce23eb7e3a Update jim helper files to use proper configure script support: - configure.in: Add AC_TYPE_LONG_LONG_INT to detect 'long long int' support. - configure.in: Add AC_C_CONST to provide equivalent support as jim.h. - jim*.c: include config.h when HAVE_CONFIG_H is defined. - jim*.{h,c}: use HAVE_LONG_LONG_INT definition from config.h. - jim.h: Remove hard-coded const and HAVE_LONG_LONG definitions. - jim.h: -DJIM_NO_CONST has been obsoleted; -Dconst is equivalent. zwelch 2009-05-11 11:20:45 +00:00
  • e170938ae8 fix USB performance regression for verify_ircapture oharboe 2009-05-11 10:10:11 +00:00
  • 6dd335ed24 USB performance regression fix oharboe 2009-05-11 09:43:50 +00:00
  • fac70d7292 retire jtag_add_dr_scan_now oharboe 2009-05-11 09:36:55 +00:00
  • a6713a5c62 switch to jtag_add_dr_scan() from the synchronous version - USB performance fix oharboe 2009-05-11 09:18:02 +00:00
  • 6e1b0ba9ac switch to jtag_add_dr_scan_check() - USB performance fix oharboe 2009-05-11 09:14:47 +00:00
  • f5b8fecf2e switch to jtag_add_dr_scan_check() - USB performance fix oharboe 2009-05-11 09:12:32 +00:00
  • 55d89826aa switch to jtag_add_dr_scan_check() - USB performance fix oharboe 2009-05-11 09:10:03 +00:00
  • 8c77f7c69c change jtag_add_callback API to be able to support check_value/mask oharboe 2009-05-11 08:39:49 +00:00
  • 265b0a9fca Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>. zwelch 2009-05-11 08:26:42 +00:00
  • 4fe5a010c2 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:48:26 +00:00
  • 978a4bb4b4 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:47:53 +00:00
  • 84ca1a9ef0 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:47:21 +00:00
  • 68cea6e952 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:40:42 +00:00
  • 4e477364fd switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:39:36 +00:00
  • 9eb2deee06 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:38:10 +00:00
  • 3f05aebe4c switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:36:16 +00:00
  • b840546895 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:35:05 +00:00
  • 1524e3c4aa switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:33:43 +00:00
  • a79945b7a9 switch to jtag_add_callback() - USB performance fix oharboe 2009-05-11 07:26:59 +00:00
  • dda225b7b3 leave eCos include file issues alone for now. oharboe 2009-05-11 07:26:11 +00:00
  • 6cb7d00a03 Add svn:eol-style property to recently added system.h. zwelch 2009-05-11 07:04:25 +00:00
  • ea627cc8f6 used by upcoming commits oharboe 2009-05-11 06:55:00 +00:00
  • 6b48a77141 add to svn ignore oharboe 2009-05-11 06:54:00 +00:00
  • f8e31c2dc1 Update Doxyfile configuration for doxygen 1.5.8: - Enable doxygen's C language optimizations. - Use dot command (from graphviz package) to generate visual graphs. zwelch 2009-05-11 06:32:59 +00:00
  • 6411b69af9 Mark API layering violations in the helper module with @todo notes. zwelch 2009-05-11 05:50:21 +00:00
  • e2598f06fd Remove redundant config.h from replacements.h, obtained from types.h. zwelch 2009-05-11 05:33:39 +00:00
  • f532c7faf8 Audit and eliminate redundant #include directives in main src/ files. zwelch 2009-05-11 05:00:17 +00:00
  • 56504fdd73 Audit and eliminate redundant #include directives in other target files. zwelch 2009-05-11 04:56:37 +00:00
  • 68b05c5575 Audit and eliminate redundant #include directives in arm target files. zwelch 2009-05-11 04:46:21 +00:00
  • 03f3296046 Audit and eliminate redundant #include directives in core target files. zwelch 2009-05-11 04:38:18 +00:00
  • fbcb57baf8 Audit and eliminate redundant #include directives in src/flash sources. zwelch 2009-05-11 04:30:41 +00:00
  • 0643263d68 Audit and eliminate redundant #include directives in src/flash headers. zwelch 2009-05-11 04:28:24 +00:00
  • 0b6c73ae83 Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}. zwelch 2009-05-11 04:25:09 +00:00
  • 164cb6d04e Audit and eliminate redundant #include directives from src/server. zwelch 2009-05-11 04:22:15 +00:00
  • 7c7fed0283 Fix compilation of target_request.h when it is included first. zwelch 2009-05-11 04:21:24 +00:00
  • 004c7124c4 Audit and eliminate redundant #include directives from src/jtag. zwelch 2009-05-11 04:04:58 +00:00
  • 8a5b25790f Audit and eliminate redundant helper #include directives. zwelch 2009-05-11 03:59:02 +00:00
  • 5a818f71d7 Simplify #include directives in ioutil.c, use new header checks. zwelch 2009-05-11 03:48:32 +00:00
  • ee22f119de Add remaining header checks to be used in subsequent patches. zwelch 2009-05-11 03:47:56 +00:00
  • 6a8583ebc4 Add --enable-malloc-logging configure option and update log.c to match. zwelch 2009-05-11 03:35:25 +00:00