| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | retired fast_memory_access. It's always fast now. | oharboe | 2008-04-14 | 1 | -124/+37 |
* | - split str71x driver into banks | ntfreak | 2008-04-14 | 4 | -19/+4 |
* | moved out stuff that wasn't already moved from openocd.pdf to the target libr... | oharboe | 2008-04-14 | 12 | -1/+175 |
* | TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol... | oharboe | 2008-04-14 | 2 | -17/+0 |
* | allows launching OpenOCD w/telnet+gdb server w/the | oharboe | 2008-04-13 | 2 | -0/+5 |
* | - Set up ICE registers after TRST | oharboe | 2008-04-13 | 4 | -53/+121 |
* | 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 | 9 | -51/+75 |
* | 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 | 3 | -3/+43 |
* | Improved XScale performance for embedded hosted OpenOCD | oharboe | 2008-04-11 | 1 | -35/+36 |
* | - 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 | 4 | -267/+136 |
* | target lib wip | oharboe | 2008-04-09 | 4 | -6/+13 |
* | - add missing svn props | ntfreak | 2008-04-09 | 8 | -310/+310 |
* | - added "init" command. "init" and "reset" at end of startup script is equiva... | oharboe | 2008-04-09 | 4 | -51/+30 |
* | lm3s6965.cfg contributed by Edwin Olson | oharboe | 2008-04-08 | 2 | -1/+21 |
* | - only if "reset halt" or "reset init" are issued will the reset vector be se... | oharboe | 2008-04-07 | 2 | -22/+39 |
* | - 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 | 9 | -27/+47 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 18 | -98/+116 |
* | Edgar Grimberg sharpened the str912 target script. | oharboe | 2008-04-02 | 3 | -10/+22 |
* | 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 |
* | 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 | 2 | -1/+4 |
* | Edgar Grimberg: added needed delays | oharboe | 2008-03-28 | 1 | -0/+4 |
* | TAP_SD/SI are now forbidden end states. | oharboe | 2008-03-26 | 2 | -77/+28 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 28 | -626/+626 |
* | - gdb server was incorrectly sending null terminator on qXfer:features:read: ... | ntfreak | 2008-03-22 | 1 | -7/+19 |
* | - changed jtag_add_reset errors to warnings | ntfreak | 2008-03-22 | 2 | -10/+11 |
* | - armv7m control register now set as dirty when switching context | ntfreak | 2008-03-21 | 3 | -23/+15 |
* | added profile command. It was added to simplify evaluation by testers. | oharboe | 2008-03-14 | 1 | -0/+188 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-13 | 1 | -2/+2 |
* | - adds two speeds to jtag_speed. reset and post reset speed. Default | oharboe | 2008-03-13 | 3 | -107/+76 |
* | XScale excessive waiting fix. | oharboe | 2008-03-13 | 1 | -46/+58 |
* | marked infinite loop in code w/TODO and fixed warning. | oharboe | 2008-03-13 | 1 | -1/+2 |
* | fixed regression in XScale introduce in 297 | oharboe | 2008-03-12 | 1 | -5/+4 |
* | With the recent changes the TRST needs to happen for every reset. | oharboe | 2008-03-11 | 1 | -12/+9 |
* | - 16 and 32 bit unaligned accesses supported | ntfreak | 2008-03-11 | 6 | -223/+431 |
* | retire unused code. | oharboe | 2008-03-11 | 1 | -20/+0 |
* | - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() to | oharboe | 2008-03-11 | 1 | -2/+4 |
* | more target scripts wip. | oharboe | 2008-03-10 | 2 | -0/+68 |
* | more target scripts wip. | oharboe | 2008-03-10 | 2 | -1/+15 |
* | - the jtag chain is examined and validated after GDB & telnet servers | oharboe | 2008-03-10 | 4 | -19/+9 |
* | - Fixed various error handling when looking for memory leaks | oharboe | 2008-03-10 | 1 | -39/+44 |
* | added stm32.cfg to install list | oharboe | 2008-03-10 | 1 | -1/+1 |