| Commit message (Expand) | Author | Age | Files | Lines |
* | clarified jtag_ntrst_delay option | oharboe | 2008-10-14 | 1 | -2/+1 |
* | tip on checking with supplier for binaries | oharboe | 2008-10-14 | 1 | -0/+6 |
* | testing of syntax error in reset and at startup | oharboe | 2008-10-14 | 3 | -1/+21 |
* | reset cleanup. Remove obsolete events that are not needed for compatibility. | oharboe | 2008-10-14 | 16 | -28/+22 |
* | added warning to use GDB 6.7 or newer | oharboe | 2008-10-14 | 1 | -0/+5 |
* | Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S... | oharboe | 2008-10-14 | 2 | -0/+19 |
* | John McCarthy <jgmcc@magma.ca> two patches add a mips_m4k target option (ejta... | oharboe | 2008-10-14 | 1 | -8/+15 |
* | John McCarthy <jgmcc@magma.ca> cleans up the usage of the | oharboe | 2008-10-14 | 5 | -77/+81 |
* | reset cleanup | oharboe | 2008-10-14 | 1 | -1/+1 |
* | Retired old reset code according to plan. | oharboe | 2008-10-13 | 2 | -132/+2 |
* | SEGFAULT gaffe in dummy register handling | oharboe | 2008-10-13 | 1 | -2/+2 |
* | hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix | oharboe | 2008-10-13 | 1 | -86/+88 |
* | fix crash when connecting GDB to powered down target | oharboe | 2008-10-13 | 2 | -7/+8 |
* | fix crash when connecting GDB to powered down target | oharboe | 2008-10-13 | 1 | -3/+2 |
* | Fixed gaffes in reset script handling + improved error | oharboe | 2008-10-13 | 3 | -44/+48 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 8 | -53/+110 |
* | Fix problems with DCC downloads routine crashing silently. | oharboe | 2008-10-12 | 2 | -81/+101 |
* | Duane Ellis: addresses protocol problems with GDB. | oharboe | 2008-10-11 | 2 | -6/+36 |
* | John McCarthy <jgmcc@magma.ca> openocd-usb.cfg added | oharboe | 2008-10-10 | 2 | -1/+11 |
* | abort writing algorithm to target upon failure | oharboe | 2008-10-09 | 1 | -1/+6 |
* | enumeration of threads for testing purposes. | oharboe | 2008-10-09 | 1 | -0/+67 |
* | zy1000 1.44 snapshot | oharboe | 2008-10-09 | 3 | -21/+3 |
* | added busy sleep (for testing purposes) | oharboe | 2008-10-09 | 3 | -63/+93 |
* | - remove build warnings from mips_m4k.c and arm11.c | ntfreak | 2008-10-08 | 6 | -1433/+1380 |
* | Richard Missenden exit now works during startup script | oharboe | 2008-10-08 | 1 | -6/+15 |
* | file not found SEGFAULT fix | oharboe | 2008-10-08 | 2 | -1/+5 |
* | John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ... | oharboe | 2008-10-08 | 6 | -5/+521 |
* | Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu> libdcc bugfixes + tra... | oharboe | 2008-10-08 | 4 | -47/+84 |
* | reduce patch problems by moving $xxx expansion into seperate fn | oharboe | 2008-10-07 | 1 | -12/+30 |
* | Fixes SEGFAULT when setting registers from GDB. | oharboe | 2008-10-07 | 6 | -22/+49 |
* | Frederik Kriewitz <frederik at kriewitz.eu> Segmentation fault fix. | oharboe | 2008-10-07 | 1 | -0/+3 |
* | fixed crash in dummy register handling | oharboe | 2008-10-07 | 1 | -0/+26 |
* | Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix. | oharboe | 2008-10-07 | 2 | -30/+193 |
* | - remove build warnings | ntfreak | 2008-10-06 | 2 | -1/+1 |
* | basic smoketest on lm3s3748.elf | oharboe | 2008-10-06 | 4 | -1/+271 |
* | Centralize error handling for buggy register handling | oharboe | 2008-10-06 | 3 | -32/+13 |
* | better keep_alive() handling | oharboe | 2008-10-06 | 1 | -18/+24 |
* | Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion f... | oharboe | 2008-10-06 | 1 | -3/+71 |
* | Georg Acher <acher@in.tum.de> corrected TDO sampling | oharboe | 2008-10-05 | 1 | -21/+19 |
* | timeout is now 1000ms instead of trying 100 times. | oharboe | 2008-10-04 | 1 | -4/+3 |
* | GDB alive fixes for verify_image | oharboe | 2008-10-03 | 4 | -192/+220 |
* | Duane Ellis: added missing invocation of reset-init | oharboe | 2008-10-01 | 1 | -1/+2 |
* | fixed gaffe: disable interrupts reset init script | oharboe | 2008-10-01 | 1 | -4/+3 |
* | fixed gaffe: disable interrupts reset init script | oharboe | 2008-10-01 | 1 | -1/+2 |
* | - at91sam7.c remove build warnings | ntfreak | 2008-09-29 | 1 | -1/+1 |
* | - convert spaces to tabs in at91sam7.[ch] | ntfreak | 2008-09-27 | 10 | -5556/+5545 |
* | I do not know why this is necessary, but it fixes strange effects | oharboe | 2008-09-26 | 1 | -1/+8 |
* | Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc... | oharboe | 2008-09-26 | 7 | -912/+2249 |
* | wip | oharboe | 2008-09-26 | 1 | -2/+4 |
* | ZY1000 code | oharboe | 2008-09-25 | 4 | -2/+3144 |