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