kc8apf
|
9b4295b059
|
ftdi_set_interface correctness by Strontium <strntydog@gmail.com>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1814 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 17:23:52 +00:00 |
kc8apf
|
4925bdd4d9
|
JTAG state table updates (short table still disabled). Provided by Dick Hollenbeck <dick@softplc.com>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1812 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 17:06:36 +00:00 |
oharboe
|
a8daf2251d
|
Remove unecessary(and poptentially harmful?) "" around arguments
passed in to "eval" in command.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@1811 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 13:55:38 +00:00 |
oharboe
|
7eaed436c6
|
less weird error messages for unknown commands. Check if command exists before trying it.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1810 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 13:07:37 +00:00 |
oharboe
|
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).
git-svn-id: svn://svn.berlios.de/openocd/trunk@1809 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 07:10:48 +00:00 |
ntfreak
|
0958051391
|
- add missing svn props from svn 1798 commit
git-svn-id: svn://svn.berlios.de/openocd/trunk@1808 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 07:04:58 +00:00 |
oharboe
|
350f608256
|
Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@1807 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 07:02:12 +00:00 |
kc8apf
|
da34c09128
|
Fix logically inverted comment
git-svn-id: svn://svn.berlios.de/openocd/trunk@1805 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 04:45:42 +00:00 |
kc8apf
|
c977616cda
|
Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1804 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 04:44:28 +00:00 |
kc8apf
|
a931baa619
|
Whitespace cleanup from David Brownell <david-b@pacbell.net>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1802 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-18 04:37:33 +00:00 |
oharboe
|
41826d5bd9
|
fix array2mem/mem2array when used as a "method" on a target.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1801 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-17 13:00:36 +00:00 |
oharboe
|
231a71b7fb
|
Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to document its semantics
git-svn-id: svn://svn.berlios.de/openocd/trunk@1800 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-16 20:09:07 +00:00 |
oharboe
|
1bcbd44ed3
|
fix naming of at91sam7 driver
git-svn-id: svn://svn.berlios.de/openocd/trunk@1799 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-16 14:59:10 +00:00 |
oharboe
|
72f5449e4b
|
Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong
git-svn-id: svn://svn.berlios.de/openocd/trunk@1798 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-16 14:57:02 +00:00 |
zwelch
|
ea3ddc7e4f
|
Initialize a more variables in jim.c to allow gcc-4.4 to build.
Fix provided by Benjamin Schmidt <DeMonk@gmx.net>.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1797 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-15 23:35:27 +00:00 |
zwelch
|
5cff9997c5
|
Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1796 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-15 22:10:32 +00:00 |
oharboe
|
21c8284233
|
fix -fno-common/Mac build problems.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1795 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-15 21:10:35 +00:00 |
oharboe
|
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).
git-svn-id: svn://svn.berlios.de/openocd/trunk@1794 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-15 20:35:53 +00:00 |
oharboe
|
b9522f0e78
|
revert to 1775. 1790 causes SEGFAULT w/Cygwin.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1793 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-15 09:03:52 +00:00 |
zwelch
|
789b639a39
|
Remove JIM_EMBEDDED symbol; not appropriate or necessary.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1790 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 22:20:00 +00:00 |
zwelch
|
ca7ec066b2
|
Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27
git-svn-id: svn://svn.berlios.de/openocd/trunk@1788 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 21:55:56 +00:00 |
oharboe
|
adf3a2ce7b
|
use TAP_INVALID enum instead of -1
git-svn-id: svn://svn.berlios.de/openocd/trunk@1787 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 21:00:30 +00:00 |
oharboe
|
b3b0ff60c2
|
take #2: dump_image now works for addresses not divisible by 4
git-svn-id: svn://svn.berlios.de/openocd/trunk@1786 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 19:00:35 +00:00 |
oharboe
|
a74d911412
|
dump_image now works for addresses not divisible by 4
git-svn-id: svn://svn.berlios.de/openocd/trunk@1785 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 18:56:41 +00:00 |
oharboe
|
651cb917e7
|
fix broken ir/drscan -endstate option. The statemachine now actually ends up in said state.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1784 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 18:45:19 +00:00 |
oharboe
|
0bb9c5de63
|
selftest wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1783 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 10:52:41 +00:00 |
oharboe
|
c5e51bca0a
|
propagate error in dump_image. If an error occurs during dump_image, a tcl exception is thrown.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1782 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-14 08:44:09 +00:00 |
oharboe
|
ba66ccea35
|
zy1000 1.52 snapshot
git-svn-id: svn://svn.berlios.de/openocd/trunk@1777 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-13 18:58:55 +00:00 |
zwelch
|
9c2468eee4
|
Include types.h in command.h to make stdint.h available through it.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1775 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-13 10:50:32 +00:00 |
oharboe
|
709fd9d6b4
|
added verify_jtag command
git-svn-id: svn://svn.berlios.de/openocd/trunk@1774 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-13 10:21:50 +00:00 |
zwelch
|
233ab439c7
|
Include files required to rebuild the HTTP web pages in distribution.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1773 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-13 10:14:40 +00:00 |
oharboe
|
c860600c6a
|
shuffled comments about for jtag_add_dr_out() fn.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1772 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-13 09:53:23 +00:00 |
oharboe
|
23a0704451
|
irscan now also works correctly in addition to not crashing :-)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1770 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 19:31:50 +00:00 |
ntfreak
|
b7b586ac6b
|
- add missing svn props from svn 1768 commit
git-svn-id: svn://svn.berlios.de/openocd/trunk@1769 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 18:32:57 +00:00 |
oharboe
|
cbfa0304f9
|
4-bit ECC support for Marvell Kirkwood SOC
git-svn-id: svn://svn.berlios.de/openocd/trunk@1768 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 17:29:16 +00:00 |
oharboe
|
f34386ee32
|
Nicolas Pitre <nico@cam.org> lower JTAG clock for SheevaPlug
git-svn-id: svn://svn.berlios.de/openocd/trunk@1767 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 17:14:10 +00:00 |
oharboe
|
0ecb96cc1b
|
move eCos type definition to types.h where it belongs.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1766 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 12:16:31 +00:00 |
zwelch
|
46d13ccc3b
|
Add stdint.h to types.h to provide intptr_t.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1765 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 10:52:01 +00:00 |
ntfreak
|
14f3548ff2
|
- fix build issue when HAVE_ELF_H is not defined
git-svn-id: svn://svn.berlios.de/openocd/trunk@1764 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 10:47:48 +00:00 |
oharboe
|
75f89c5cb6
|
eCos fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@1763 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 10:02:47 +00:00 |
zwelch
|
f976af56a4
|
Audit and remove redundant uses of replacements.h in the tree.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1761 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 08:35:17 +00:00 |
zwelch
|
dd85eebf22
|
Make system.h private by including it from config.h autoheader.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1759 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 08:24:47 +00:00 |
zwelch
|
85f9734103
|
Audit and reduce #include directives in jim source files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1758 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 07:44:57 +00:00 |
zwelch
|
4c71ca6b5f
|
Define _GNU_SOURCE in config.h, remove definitions from source files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1757 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 07:35:00 +00:00 |
zwelch
|
61cba7e0e6
|
Remove config.h from types.h; all .c files are required to include it.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1756 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 07:22:07 +00:00 |
zwelch
|
591a23ec8d
|
Include config.h in pregenerated rlink_speed_table.c source.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1755 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 07:13:12 +00:00 |
oharboe
|
a28fdee804
|
fix memory corruption introduce in 1730
git-svn-id: svn://svn.berlios.de/openocd/trunk@1753 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 07:03:50 +00:00 |
oharboe
|
71d76b0a74
|
added jtag_alloc_in_value32 - not used in this commit.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1752 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 06:59:21 +00:00 |
oharboe
|
9bbd933eae
|
fix ancient bug & SEGFAULT in irscan
git-svn-id: svn://svn.berlios.de/openocd/trunk@1751 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 06:17:22 +00:00 |
zwelch
|
30a17f0bb4
|
Include assert.h in system.h to promote tree-wide use of assertions.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1750 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-05-12 04:52:15 +00:00 |