| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cosmetic fixes from Uwe Hermann | oharboe | 2008-03-07 | 1 | -19/+19 |
* | Pavel Chromy: va_copy should always be paired with va_end. | oharboe | 2008-03-06 | 1 | -0/+3 |
* | retired | oharboe | 2008-03-06 | 1 | -7/+1 |
* | 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 |
* | Michael Bruck - fix warnings. | oharboe | 2008-03-04 | 1 | -6/+3 |
* | Michael Bruck: fix warnings. | oharboe | 2008-03-04 | 3 | -7/+20 |
* | Michael Bruck: | oharboe | 2008-03-04 | 3 | -51/+77 |
* | - added svn prop svn:eol-style native | ntfreak | 2008-03-03 | 7 | -260/+260 |
* | I fixed all the targets even though | oharboe | 2008-03-03 | 9 | -0/+9 |
* | added fill_malloc test. Not quite sure what to do here yet, but it would be g... | oharboe | 2008-03-03 | 1 | -0/+7 |
* | added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfg | oharboe | 2008-03-03 | 9 | -1/+264 |
* | some comments from Dominic | oharboe | 2008-03-03 | 1 | -1/+10 |
* | - Added coding style to README | drath | 2008-03-02 | 1 | -1/+31 |
* | - added svn prop svn:eol-style native | ntfreak | 2008-03-02 | 0 | -0/+0 |
* | Uwe Hermann tightned up comments, etc. to follow OpenOCD policy | oharboe | 2008-03-02 | 17 | -98/+107 |
* | fixed FSF address. Uwe Hermann. | oharboe | 2008-03-02 | 3 | -3/+3 |
* | target scripts for test suite. | oharboe | 2008-03-01 | 13 | -2/+196 |
* | wrote up explaining why tests are done on committed code. | oharboe | 2008-03-01 | 1 | -1/+1 |
* | wrote up explaining why tests are done on committed code. | oharboe | 2008-03-01 | 1 | -2/+12 |
* | - contrib directory added | ntfreak | 2008-03-01 | 4 | -0/+232 |
* | - added test result for r423 | mifi | 2008-03-01 | 1 | -35/+89 |
* | fix memory corruption regression introduced in 335 | oharboe | 2008-03-01 | 1 | -1/+2 |
* | - removed warnings "xxxxx" might be used uninitialized in this function (arm_... | mifi | 2008-03-01 | 3 | -3/+4 |
* | - added example for testing the JTAG speed with a FT2232 device | mifi | 2008-03-01 | 7 | -0/+748 |
* | backed out jtag_add_shift() | oharboe | 2008-03-01 | 2 | -22/+43 |
* | - updated svn:eol-style prop to native for AT91R40008 | mifi | 2008-03-01 | 4 | -201/+201 |
* | - added at91r40008 test example, and test result | mifi | 2008-03-01 | 9 | -5/+670 |
* | - updated svn:eol-style prop to native | ntfreak | 2008-03-01 | 22 | -1631/+1631 |
* | - added sam7x256 test example, and test result | mifi | 2008-03-01 | 11 | -0/+913 |
* | improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd... | oharboe | 2008-03-01 | 1 | -4/+21 |
* | - added sam7s256 test example, and test result | mifi | 2008-03-01 | 11 | -15/+928 |
* | Now uses jtag_add_shift() via embeddedice_write_reg_inner(). | oharboe | 2008-03-01 | 1 | -39/+1 |
* | - added lpc2294 test example, and test result | mifi | 2008-03-01 | 10 | -0/+833 |
* | log_remove_callback | oharboe | 2008-03-01 | 1 | -0/+1 |
* | - added lpc2148 test example, and test result | mifi | 2008-03-01 | 11 | -145/+977 |