summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch2009-05-151-1/+1
* fix -fno-common/Mac build problems. oharboe2009-05-151-1/+1
* Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe2009-05-152-4/+8
* revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe2009-05-151-0/+1
* Update Doxyfile to build The List into the doxygen manual.zwelch2009-05-151-0/+1
* Add current draft of The List of Pending and Open Tasks.zwelch2009-05-152-5/+187
* Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch2009-05-141-1/+0
* Several minor fixes for the new doxygen manual.zwelch2009-05-143-8/+9
* Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27zwelch2009-05-141-0/+59
* use TAP_INVALID enum instead of -1oharboe2009-05-141-5/+5
* take #2: dump_image now works for addresses not divisible by 4 oharboe2009-05-141-6/+0
* dump_image now works for addresses not divisible by 4oharboe2009-05-141-1/+1
* fix broken ir/drscan -endstate option. The statemachine now actually ends up ...oharboe2009-05-141-11/+6
* selftest wipoharboe2009-05-141-0/+17
* propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe2009-05-141-2/+2
* Update configure script test for net/if.h to work on MacOS.zwelch2009-05-131-1/+15
* Fix bootstrap typo noticed by Edgar Grimberg <edgar.grimberg@zylin.com>.zwelch2009-05-131-1/+1
* Fix bootstrap script to support MacOS glibtoolize oddity.zwelch2009-05-131-5/+21
* zy1000 1.52 snapshotoharboe2009-05-131-1/+1
* Add JTAG Primer to doxygen manual, contributed by Strontium.zwelch2009-05-132-0/+121
* Include types.h in command.h to make stdint.h available through it.zwelch2009-05-131-0/+2
* added verify_jtag commandoharboe2009-05-131-15/+49
* Include files required to rebuild the HTTP web pages in distribution.zwelch2009-05-131-0/+9
* shuffled comments about for jtag_add_dr_out() fn.oharboe2009-05-131-7/+14
* Commit skeleton files for high-level developer manual using doxygen.zwelch2009-05-139-2/+266
* irscan now also works correctly in addition to not crashing :-)oharboe2009-05-121-1/+1
* - add missing svn props from svn 1768 commitntfreak2009-05-121-174/+174
* 4-bit ECC support for Marvell Kirkwood SOCoharboe2009-05-125-4/+197
* Nicolas Pitre <nico@cam.org> lower JTAG clock for SheevaPlugoharboe2009-05-121-1/+1
* move eCos type definition to types.h where it belongs. oharboe2009-05-122-5/+6
* Add stdint.h to types.h to provide intptr_t.zwelch2009-05-122-1/+3
* - fix build issue when HAVE_ELF_H is not definedntfreak2009-05-121-21/+29
* eCos fixesoharboe2009-05-122-0/+14
* Include project doxygen configuration with distribution tarballs.zwelch2009-05-121-0/+2
* Audit and remove redundant uses of replacements.h in the tree.zwelch2009-05-128-25/+8
* Make replacements.h private by including it from config.h autoheader.zwelch2009-05-121-0/+1
* Make system.h private by including it from config.h autoheader.zwelch2009-05-122-1/+4
* Audit and reduce #include directives in jim source files.zwelch2009-05-122-23/+0
* Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2009-05-123-8/+1
* Remove config.h from types.h; all .c files are required to include it.zwelch2009-05-121-4/+0
* Include config.h in pregenerated rlink_speed_table.c source.zwelch2009-05-121-0/+3
* Update rlink_make_speed_table.pl script to add config.h to its output.zwelch2009-05-121-6/+13
* fix memory corruption introduce in 1730oharboe2009-05-122-8/+8
* added jtag_alloc_in_value32 - not used in this commit.oharboe2009-05-122-2/+30
* fix ancient bug & SEGFAULT in irscanoharboe2009-05-121-4/+7
* Include assert.h in system.h to promote tree-wide use of assertions.zwelch2009-05-123-3/+2
* Remove duplicate definition of encode in httpd.tcl.zwelch2009-05-111-5/+0
* now builds on 64 and 32 bit systemsoharboe2009-05-113-3/+3
* fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s.oharboe2009-05-111-10/+6
* Update jim helper files to use proper configure script support:zwelch2009-05-114-24/+16