| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | JTAG_END_STATE is now retired. It is no longer queued. | oharboe | 2008-03-11 | 1 | -22/+10 |
* | - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() to | oharboe | 2008-03-11 | 3 | -82/+96 |
* | Pavel Chromy: telnet line buffer size checking, history does not store repeat... | oharboe | 2008-03-11 | 1 | -67/+87 |
* | backed out changes from 483. | oharboe | 2008-03-10 | 1 | -93/+14 |
* | more target scripts wip. | oharboe | 2008-03-10 | 2 | -0/+68 |
* | more target scripts wip. | oharboe | 2008-03-10 | 2 | -1/+15 |
* | Pavel Chromy: hopefully perfection for async output and prompt/partially type... | oharboe | 2008-03-10 | 1 | -13/+24 |
* | Pavel Chromy: the attached patch refines PRESTO support and makes it work wit... | oharboe | 2008-03-10 | 1 | -105/+123 |
* | prettier async output | oharboe | 2008-03-10 | 1 | -0/+5 |
* | - fixed a problem with big endian XScale and GDB register packets. | oharboe | 2008-03-10 | 1 | -27/+6 |
* | - the jtag chain is examined and validated after GDB & telnet servers | oharboe | 2008-03-10 | 6 | -37/+105 |
* | - Fixed various error handling when looking for memory leaks | oharboe | 2008-03-10 | 2 | -58/+60 |
* | - LOG_SILENT can be used to silence the log(needed in upcoming patches) | oharboe | 2008-03-10 | 1 | -0/+7 |
* | added stm32.cfg to install list | oharboe | 2008-03-10 | 1 | -1/+1 |
* | Michael Bruck: fix warning | oharboe | 2008-03-09 | 1 | -0/+1 |
* | - add stm32 target script | ntfreak | 2008-03-09 | 1 | -0/+23 |
* | - added more TARGET_HALTED checks for the read/write_memory handlers | ntfreak | 2008-03-08 | 2 | -7/+152 |
* | typo. | oharboe | 2008-03-08 | 1 | -1/+1 |
* | - Improves error handling upon GDB connect | oharboe | 2008-03-07 | 12 | -43/+41 |
* | Asynchronous output information from e.g. a halt is now displayed again. | oharboe | 2008-03-07 | 1 | -4/+6 |
* | - fix cross endian ELF loading | vpalatin | 2008-03-07 | 1 | -3/+1 |
* | - The elf loader incorrectly assumed that the program header always follows t... | ntfreak | 2008-03-07 | 1 | -0/+9 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-07 | 8 | -16/+28 |
* | Edgar Grimberg, fix arm926ejs_examine_debug_reason return value. | oharboe | 2008-03-07 | 1 | -1/+3 |
* | Added some timeout handling to XScale so OpenOCD doesn't get | oharboe | 2008-03-07 | 1 | -23/+58 |
* | minor corrections for target scripts. | oharboe | 2008-03-07 | 4 | -78/+78 |
* | - correct spelling typo in stm32x flash driver | ntfreak | 2008-03-07 | 1 | -1/+1 |
* | Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux. | oharboe | 2008-03-07 | 1 | -45/+73 |
* | alloc_printf and alloc_vprintf | oharboe | 2008-03-07 | 3 | -11/+19 |
* | wi-9c target scripts | oharboe | 2008-03-07 | 2 | -0/+92 |
* | Removed code that inserted prompt after printing asynchronous information. Cu... | oharboe | 2008-03-07 | 2 | -14/+0 |
* | - added str912/str710_program.script | mifi | 2008-03-07 | 2 | -0/+17 |
* | removed excessive debug output. Perhaps a debug_level 4 should be introduced?... | oharboe | 2008-03-07 | 1 | -2/+0 |
* | Pavel Chromy: va_copy should always be paired with va_end. | oharboe | 2008-03-06 | 1 | -0/+3 |
* | use jtag_execute_queue() instead of jtag->execute_queue() | oharboe | 2008-03-06 | 1 | -1/+1 |
* | tms is never referenced, confusing old code left behind probably. | oharboe | 2008-03-06 | 1 | -10/+0 |
* | comment. | oharboe | 2008-03-06 | 1 | -1/+4 |
* | Pavel Chromy: faster alloc_printf() | oharboe | 2008-03-06 | 1 | -14/+13 |
* | Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and... | oharboe | 2008-03-06 | 1 | -36/+32 |
* | Michael Bruck: | oharboe | 2008-03-06 | 2 | -7/+31 |
* | Michael Bruck: 64 bit va_list fix for crash | oharboe | 2008-03-06 | 1 | -2/+5 |
* | make debug code w.r.t. incorrect args for bypass stricter. | oharboe | 2008-03-06 | 1 | -2/+3 |
* | warnings & comments fixes. | oharboe | 2008-03-05 | 2 | -5/+3 |
* | - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad... | oharboe | 2008-03-05 | 5 | -9/+65 |
* | added jtag_add_dr_out(). Better for hw fifo, same for software fifo. | oharboe | 2008-03-05 | 4 | -107/+194 |
* | Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe... | oharboe | 2008-03-05 | 5 | -156/+117 |
* | * fixed malloc corruption in target->debug_reason | oharboe | 2008-03-05 | 5 | -116/+130 |
* | telnet_port can now be invoked multiple times | oharboe | 2008-03-05 | 1 | -3/+1 |
* | Bogus error message in GDB removed | oharboe | 2008-03-04 | 3 | -3/+14 |
* | Fixed GDB timeout crash - regression introduced back when log_add/remove_call... | oharboe | 2008-03-04 | 3 | -7/+7 |