Commit Graph

  • 8632901e7d Author: Michael Bruck <mbruck@digenius.de> - simplify code in interface_jtag_add_ir_scan() by adding a local variable 'scan' to hold the scan_command_t kc8apf 2009-05-20 04:49:53 +00:00
  • 98e3541333 Author: Michael Bruck <mbruck@digenius.de> - rename local variable x to num_taps in interface_jtag_add_ir_scan kc8apf 2009-05-20 04:48:11 +00:00
  • 5c9c7af198 Author: Michael Bruck <mbruck@digenius.de> - rename input parameters 'num_fields' and 'fields' to 'in_num_fields' and 'in_fields' in all jtag.c interface functions kc8apf 2009-05-20 04:47:20 +00:00
  • 5fe786f166 Wookey <wookey@wookware.org>: add user documentation for echo command. zwelch 2009-05-19 18:30:01 +00:00
  • d78df28121 Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target. mifi 2009-05-19 17:57:44 +00:00
  • 208fda15d5 fix warnings oharboe 2009-05-19 14:36:04 +00:00
  • b19c48c6c8 Wookey <wookey@wookware.org> update syntax oharboe 2009-05-19 11:53:05 +00:00
  • 1464742d74 David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix oharboe 2009-05-19 10:04:41 +00:00
  • 4147156707 added tms_sequence command to allow switching between old/new tms sequence oharboe 2009-05-19 06:59:20 +00:00
  • 7ad67c8b34 use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, but at least we're looking at a build error instead of a runtime error. oharboe 2009-05-18 20:25:19 +00:00
  • 23fd80f2b6 Update BUGS file, adapting its content for the doxygen manual. zwelch 2009-05-18 20:22:55 +00:00
  • 5b9c07e918 use tap_get_tms_path_len() instead of fix # of 7. oharboe 2009-05-18 20:21:53 +00:00
  • fd780d43f5 removed solved mem2array problem. oharboe 2009-05-18 19:33:00 +00:00
  • ccee6fa702 updated w/jtag_add_end_state() note. oharboe 2009-05-18 19:28:26 +00:00
  • efd74e6fb5 Update The List with recent progress; remove developer list from TODO. zwelch 2009-05-18 19:06:43 +00:00
  • 378c29bfe5 Enable non-7-cycle state table for FT2232 and JLink kc8apf 2009-05-18 17:43:26 +00:00
  • 10923655d6 JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com> kc8apf 2009-05-18 17:42:36 +00:00
  • 9a990a3591 FT2232 support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com> kc8apf 2009-05-18 17:41:27 +00:00
  • a8b104aa74 Fix fallout from r1818 kc8apf 2009-05-18 17:40:42 +00:00
  • 15f2c37207 Change last_comand_pointer to last_command_pointer by Michael Bruck <mbruck@digenius.de> kc8apf 2009-05-18 17:29:59 +00:00
  • 204a360602 Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [8/8] kc8apf 2009-05-18 17:29:18 +00:00
  • f9d861d357 Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [7/8] kc8apf 2009-05-18 17:29:01 +00:00
  • 48838d5193 Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [6/8] kc8apf 2009-05-18 17:28:42 +00:00
  • 89fd953cc8 Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [5/8] kc8apf 2009-05-18 17:28:21 +00:00
  • 7ea76ffdbc Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [4/8] kc8apf 2009-05-18 17:28:00 +00:00
  • 0e98ab34b3 Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [3/8] kc8apf 2009-05-18 17:27:46 +00:00
  • 373cbc01d0 Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [2/8] kc8apf 2009-05-18 17:27:30 +00:00
  • 39e9278ffc Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> kc8apf 2009-05-18 17:27:00 +00:00
  • 9b4295b059 ftdi_set_interface correctness by Strontium <strntydog@gmail.com> kc8apf 2009-05-18 17:23:52 +00:00
  • 4528fa49f5 PATCHES updates from David Brownell <david-b@pacbell.net> kc8apf 2009-05-18 17:20:51 +00:00
  • 4925bdd4d9 JTAG state table updates (short table still disabled). Provided by Dick Hollenbeck <dick@softplc.com> kc8apf 2009-05-18 17:06:36 +00:00
  • a8daf2251d Remove unecessary(and poptentially harmful?) "" around arguments passed in to "eval" in command.c oharboe 2009-05-18 13:55:38 +00:00
  • 7eaed436c6 less weird error messages for unknown commands. Check if command exists before trying it. oharboe 2009-05-18 13:07:37 +00:00
  • a63361f982 Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data in arm7_9_execute_fast_sys_speed. Not reported. There is a chance that this bug hid a deeper problem since it only partially disabled the check(mask & value were equal). oharboe 2009-05-18 07:10:48 +00:00
  • 0958051391 - add missing svn props from svn 1798 commit ntfreak 2009-05-18 07:04:58 +00:00
  • 350f608256 Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes oharboe 2009-05-18 07:02:12 +00:00
  • 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