aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-18Remove unecessary(and poptentially harmful?) "" around argumentsoharboe
2009-05-18less weird error messages for unknown commands. Check if command exists befor...oharboe
2009-05-18Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe
2009-05-18- add missing svn props from svn 1798 commitntfreak
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe
2009-05-18Fix logically inverted commentkc8apf
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf
2009-05-17fix array2mem/mem2array when used as a "method" on a target.oharboe
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-16fix naming of at91sam7 driveroharboe
2009-05-16Freddie Chopin <freddie_chopin@op.pl> move files about to where they belongoharboe
2009-05-15Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch
2009-05-15Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch
2009-05-15fix -fno-common/Mac build problems. oharboe
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe
2009-05-15revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe
2009-05-14Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch
2009-05-14Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27zwelch
2009-05-14use TAP_INVALID enum instead of -1oharboe
2009-05-14take #2: dump_image now works for addresses not divisible by 4 oharboe
2009-05-14dump_image now works for addresses not divisible by 4oharboe
2009-05-14fix broken ir/drscan -endstate option. The statemachine now actually ends up ...oharboe
2009-05-14selftest wipoharboe
2009-05-14propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe
2009-05-13zy1000 1.52 snapshotoharboe
2009-05-13Include types.h in command.h to make stdint.h available through it.zwelch
2009-05-13added verify_jtag commandoharboe
2009-05-13Include files required to rebuild the HTTP web pages in distribution.zwelch
2009-05-13shuffled comments about for jtag_add_dr_out() fn.oharboe
2009-05-12irscan now also works correctly in addition to not crashing :-)oharboe
2009-05-12- add missing svn props from svn 1768 commitntfreak
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe
2009-05-12Nicolas Pitre <nico@cam.org> lower JTAG clock for SheevaPlugoharboe
2009-05-12move eCos type definition to types.h where it belongs. oharboe
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch
2009-05-12- fix build issue when HAVE_ELF_H is not definedntfreak
2009-05-12eCos fixesoharboe
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch
2009-05-12Make system.h private by including it from config.h autoheader.zwelch
2009-05-12Audit and reduce #include directives in jim source files.zwelch
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch
2009-05-12Include config.h in pregenerated rlink_speed_table.c source.zwelch
2009-05-12fix memory corruption introduce in 1730oharboe
2009-05-12added jtag_alloc_in_value32 - not used in this commit.oharboe
2009-05-12fix ancient bug & SEGFAULT in irscanoharboe
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch
2009-05-11Remove duplicate definition of encode in httpd.tcl.zwelch
2009-05-11now builds on 64 and 32 bit systemsoharboe