| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | moved out stuff that wasn't already moved from openocd.pdf to the target libr... | oharboe | 2008-04-14 | 13 | -652/+189 |
* | Added a few tweaks while playing with texi. | oharboe | 2008-04-14 | 1 | -2/+48 |
* | TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol... | oharboe | 2008-04-14 | 2 | -17/+0 |
* | More robust handling of unknown target state for step/continue packet. | oharboe | 2008-04-13 | 1 | -6/+18 |
* | A dummy driver to test codepath w/no contact w/target. | oharboe | 2008-04-13 | 4 | -2/+133 |
* | allows launching OpenOCD w/telnet+gdb server w/the | oharboe | 2008-04-13 | 2 | -0/+5 |
* | allows launching OpenOCD w/telnet+gdb server w/the | oharboe | 2008-04-13 | 1 | -11/+21 |
* | - Set up ICE registers after TRST | oharboe | 2008-04-13 | 5 | -56/+128 |
* | found two more gaffes for reset wip | oharboe | 2008-04-11 | 2 | -0/+3 |
* | fixed gaffe for default examine implementation | oharboe | 2008-04-11 | 1 | -0/+1 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 1 | -0/+1 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 12 | -60/+93 |
* | Wip - split target setup and target examination | oharboe | 2008-04-11 | 10 | -0/+26 |
* | added target->type->examine(). Eventually this will allow for bringing up tel... | oharboe | 2008-04-11 | 4 | -3/+51 |
* | Improved XScale performance for embedded hosted OpenOCD | oharboe | 2008-04-11 | 1 | -35/+36 |
* | - remove AC_C_VARARRAYS and set check of autoconf back to 2.59 | mifi | 2008-04-10 | 1 | -2/+1 |
* | stop using variable sized arrays. That's something that belongs to C++ and no... | oharboe | 2008-04-10 | 1 | -5/+3 |
* | - added svn props for newly added parport.cfg | ntfreak | 2008-04-10 | 1 | -8/+8 |
* | - single core context used, removed debug context as thought unnecessary. | ntfreak | 2008-04-10 | 7 | -273/+136 |
* | - due to previous patch adding AC_C_VARARRAYS, autoconf v2.61 min required | ntfreak | 2008-04-10 | 1 | -1/+1 |
* | target lib wip | oharboe | 2008-04-09 | 4 | -6/+13 |
* | back out Don Porges workaround for some device with manufcaturer # 0x1a2 | oharboe | 2008-04-09 | 1 | -9/+0 |
* | - add missing svn props | ntfreak | 2008-04-09 | 8 | -310/+310 |
* | Don Porges fixed c99 issues. | oharboe | 2008-04-09 | 14 | -45/+67 |
* | - added "init" command. "init" and "reset" at end of startup script is equiva... | oharboe | 2008-04-09 | 7 | -88/+179 |
* | use jtag.c's cur/end_state global variables. | oharboe | 2008-04-08 | 1 | -3/+0 |
* | Edwin Olson found bug & tested fix for flash write_image for stellaris. | oharboe | 2008-04-08 | 1 | -0/+11 |
* | lm3s6965.cfg contributed by Edwin Olson | oharboe | 2008-04-08 | 2 | -1/+21 |
* | added a couple of LOG_ERROR() messages to improve logfile. | oharboe | 2008-04-08 | 3 | -2/+10 |
* | Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms(). | oharboe | 2008-04-08 | 3 | -22/+22 |
* | The endstate now reports the endstate of the queue instead of | oharboe | 2008-04-08 | 2 | -1/+8 |
* | Spen fixed various issues w.r.t. setting up the sockets for optimal performance. | oharboe | 2008-04-07 | 2 | -32/+22 |
* | - only if "reset halt" or "reset init" are issued will the reset vector be se... | oharboe | 2008-04-07 | 2 | -22/+39 |
* | at91eb40a.elf moved to src/target/ecos | oharboe | 2008-04-07 | 1 | -0/+0 |
* | avoid patch trouble by isolating troublesome line... | oharboe | 2008-04-06 | 1 | -0/+12 |
* | - added note to docs about gdb 6.8 and memory map support | ntfreak | 2008-04-05 | 1 | -0/+8 |
* | - the reset mode parameter is now DEPRECATED. It is implemented | oharboe | 2008-04-04 | 2 | -4/+6 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 13 | -42/+81 |
* | added query of reset speed | oharboe | 2008-04-04 | 1 | -13/+18 |
* | - added test results | mifi | 2008-04-03 | 1 | -15/+19 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 22 | -293/+357 |
* | Edgar Grimberg sharpened the str912 target script. | oharboe | 2008-04-02 | 3 | -10/+22 |
* | fix flash info - now reports erased state properly | oharboe | 2008-04-02 | 5 | -97/+57 |
* | Added timeout(instead of infinite loop) to soft_reset_halt | oharboe | 2008-04-02 | 3 | -9/+51 |
* | optional count argument to mwX | oharboe | 2008-04-02 | 1 | -12/+35 |
* | - fixes for jtag_khz committed. | oharboe | 2008-04-01 | 3 | -25/+161 |
* | Do not assert trst in srst_only case even if srst_pulls_trst. | oharboe | 2008-03-31 | 4 | -40/+65 |
* | target_call_timer_callbacks_now() now invokes periodic callbacks immediately | oharboe | 2008-03-31 | 1 | -8/+11 |
* | Removed exit()'s. A reset is usually enough to work around these, reducing cy... | oharboe | 2008-03-31 | 1 | -15/+8 |
* | make jtag_add_statemove() internal to the driver. | oharboe | 2008-03-31 | 6 | -70/+90 |