| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - jtag minidriver work in progress | oharboe | 2008-02-26 | 2 | -64/+133 |
* | - remove build warnings | ntfreak | 2008-02-25 | 6 | -10/+6 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 42 | -32837/+32837 |
* | Pavel Chromy | oharboe | 2008-02-25 | 7 | -3635/+3684 |
* | formatting. | oharboe | 2008-02-25 | 1 | -1841/+1841 |
* | Pavel Chromy style fixes. | oharboe | 2008-02-25 | 3 | -1148/+1147 |
* | Fix from Pavel Chromy. | oharboe | 2008-02-25 | 2 | -2156/+2159 |
* | - Fix target library path problem w/Windows | oharboe | 2008-02-25 | 1 | -0/+21 |
* | From Michael Bruck | oharboe | 2008-02-25 | 21 | -19378/+21598 |
* | committed bugfix from Michael Bruck | oharboe | 2008-02-25 | 1 | -446/+446 |
* | dos2unix fix. | oharboe | 2008-02-25 | 13 | -12176/+12176 |
* | - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places | oharboe | 2008-02-25 | 8 | -81/+50 |
* | - "flash write_binary" is now "flash write_bank" to clarify the focus of the | oharboe | 2008-02-25 | 15 | -12377/+12192 |
* | Michael Bruck spotted an omission in svn 322 | oharboe | 2008-02-25 | 2 | -4/+3 |
* | - added "xscale fast_memory_access" which speeds up memory | oharboe | 2008-02-24 | 3 | -9/+122 |
* | move options handling to separate file to better support embedded implementat... | oharboe | 2008-02-24 | 3 | -91/+124 |
* | - added -c option that will execute an openocd command | oharboe | 2008-02-24 | 5 | -229/+273 |
* | - fixed target->type->poll() return value | oharboe | 2008-02-24 | 15 | -84/+113 |
* | disable cfi_write_words(). Broken for spansion, fallback | oharboe | 2008-02-24 | 1 | -2357/+2360 |
* | debug_level 3 now prints seconds since start of openocd | oharboe | 2008-02-24 | 1 | -1/+4 |
* | - concretize JTAG state transition rules (previously implied behaviour is now... | drath | 2008-02-24 | 1 | -3/+16 |
* | sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que... | oharboe | 2008-02-24 | 3 | -14/+31 |
* | cosmetic fixes to debug output + phasing out printf() in favour of logging sy... | oharboe | 2008-02-24 | 5 | -3257/+3257 |
* | - fixes possible crash when GDB connection is closed while target is running ... | drath | 2008-02-24 | 2 | -39/+24 |
* | - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch) | drath | 2008-02-23 | 3 | -32/+94 |
* | - Use NAND extended geometry information (thanks to Ben Dooks for this patch) | drath | 2008-02-23 | 1 | -4/+42 |
* | - added a test document as a starting point | mifi | 2008-02-23 | 1 | -1/+1 |
* | - added time command | oharboe | 2008-02-23 | 2 | -2/+34 |
* | - added patch to remove count and time information from log_printf | mifi | 2008-02-22 | 1 | -1/+11 |
* | - cosmetic changes to print out version without line number/time | mifi | 2008-02-22 | 1 | -2/+5 |
* | - fix read/write size for small unaligned accesses (thanks Michael Bruck) | vpalatin | 2008-02-22 | 1 | -0/+6 |
* | - added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2... | mifi | 2008-02-22 | 1 | -3/+3 |
* | - added patch to make single-stepping more resilient | mifi | 2008-02-22 | 1 | -10/+22 |
* | - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch) | vpalatin | 2008-02-21 | 6 | -1/+628 |
* | - fix bug when using full paths to config files. Thanks Ted Roth | ntfreak | 2008-02-20 | 1 | -3/+5 |
* | - added patch which fixed big/small endian problems on non-x86 host CPUs. | mifi | 2008-02-19 | 1 | -45/+32 |
* | - add search paths via new arg -s (-search). Thanks Ted Roth | ntfreak | 2008-02-19 | 6 | -18/+88 |
* | - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241... | drath | 2008-02-19 | 10 | -52/+877 |
* | - Fixed bug in pathmove for XScale | ntfreak | 2008-02-19 | 9 | -53/+176 |
* | - reapply fix with telnet prompt while running/halting gdb | ntfreak | 2008-02-18 | 2 | -11/+18 |
* | - Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ... | drath | 2008-02-18 | 2 | -49/+67 |
* | - ignore data aborts during gdb memory read packets by default, and return 0x... | drath | 2008-02-18 | 1 | -10/+37 |
* | - arg list now correctly released on error. Thanks Øyvind Harboe | ntfreak | 2008-02-18 | 1 | -0/+1 |
* | - fix broken JTAG error handling | ntfreak | 2008-02-18 | 2 | -26/+29 |
* | - removed a raft of unecessary exit() calls. Issuing a reset will solve these... | ntfreak | 2008-02-18 | 1 | -20/+38 |
* | - add new non-cfi SST flash device. Thanks Øyvind Harboe | ntfreak | 2008-02-18 | 2 | -1/+19 |
* | - Added a "User:" debug level. These are messages that are intended for the u... | ntfreak | 2008-02-18 | 4 | -99/+62 |
* | - combine similar functions in telnet_server.c | ntfreak | 2008-02-17 | 3 | -13/+5 |
* | - solve lots of problems with stuck GDB connections, making it impossible to ... | ntfreak | 2008-02-16 | 2 | -99/+183 |
* | - cleanup and remove time() warning | ntfreak | 2008-02-16 | 2 | -28/+25 |