| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
* | - 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 | 11 | -41/+32 |
* | - 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 | 1 | -0/+5 |
* | 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 |
* | wi-9c target scripts | oharboe | 2008-03-07 | 2 | -0/+92 |
* | - 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 |
* | use jtag_execute_queue() instead of jtag->execute_queue() | oharboe | 2008-03-06 | 1 | -1/+1 |
* | Michael Bruck: | oharboe | 2008-03-06 | 2 | -7/+31 |
* | 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 | 3 | -8/+41 |
* | added jtag_add_dr_out(). Better for hw fifo, same for software fifo. | oharboe | 2008-03-05 | 2 | -43/+60 |
* | * fixed malloc corruption in target->debug_reason | oharboe | 2008-03-05 | 2 | -3/+9 |
* | Fixed GDB timeout crash - regression introduced back when log_add/remove_call... | oharboe | 2008-03-04 | 1 | -2/+0 |
* | Michael Bruck - fix warnings. | oharboe | 2008-03-04 | 1 | -6/+3 |
* | Michael Bruck: fix warnings. | oharboe | 2008-03-04 | 3 | -7/+20 |