fw/openocd
2008-04-16 mifi- added testing binaries
2008-04-16 ntfreak- correct stm32stick config script
2008-04-16 oharboeUpdate Embedded ICE registers explicitly during target...
2008-04-16 oharboeEdgar Grimberg added some missing scripts from the...
2008-04-16 oharboefix SEGFAULT regression in cortex after TRST fixes
2008-04-15 oharboe- sw_bkpts fails if the target is not halted. The side...
2008-04-15 oharboeAdded checks for target->type->read/write_memory, soft_...
2008-04-15 oharboetarget read/write is no longer attempted for target_xxx...
2008-04-14 ntfreak- added new and missing target scripts - stm32stick...
2008-04-14 oharboeretired fast_memory_access. It's always fast now.
2008-04-14 ntfreak- split str71x driver into banks
2008-04-14 oharboemoved out stuff that wasn't already moved from openocd...
2008-04-14 oharboeAdded a few tweaks while playing with texi.
2008-04-14 oharboeTRST is asserted *before* target->type->assert_reset...
2008-04-13 oharboeMore robust handling of unknown target state for step...
2008-04-13 oharboeA dummy driver to test codepath w/no contact w/target.
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-13 oharboe- Set up ICE registers after TRST
2008-04-11 oharboefound two more gaffes for reset wip
2008-04-11 oharboefixed gaffe for default examine implementation
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeWip - split target setup and target examination
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-11 oharboeImproved XScale performance for embedded hosted OpenOCD
2008-04-10 mifi- remove AC_C_VARARRAYS and set check of autoconf back...
2008-04-10 oharboestop using variable sized arrays. That's something...
2008-04-10 ntfreak- added svn props for newly added parport.cfg
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-04-10 ntfreak- due to previous patch adding AC_C_VARARRAYS, autoconf...
2008-04-09 oharboetarget lib wip
2008-04-09 oharboeback out Don Porges workaround for some device with...
2008-04-09 ntfreak- add missing svn props
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-08 oharboeuse jtag.c's cur/end_state global variables.
2008-04-08 oharboeEdwin Olson found bug & tested fix for flash write_imag...
2008-04-08 oharboelm3s6965.cfg contributed by Edwin Olson
2008-04-08 oharboeadded a couple of LOG_ERROR() messages to improve logfile.
2008-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-04-08 oharboeThe endstate now reports the endstate of the queue...
2008-04-07 oharboeSpen fixed various issues w.r.t. setting up the sockets...
2008-04-07 oharboe- only if "reset halt" or "reset init" are issued will...
2008-04-07 oharboeat91eb40a.elf moved to src/target/ecos
2008-04-06 oharboeavoid patch trouble by isolating troublesome line...
2008-04-05 ntfreak- added note to docs about gdb 6.8 and memory map support
2008-04-04 oharboe- the reset mode parameter is now DEPRECATED. It is...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-04 oharboeadded query of reset speed
2008-04-03 mifi- added test results
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboeEdgar Grimberg sharpened the str912 target script.
2008-04-02 oharboefix flash info - now reports erased state properly
2008-04-02 oharboeAdded timeout(instead of infinite loop) to soft_reset_halt
2008-04-02 oharboeoptional count argument to mwX
2008-04-01 oharboe- fixes for jtag_khz committed.
2008-03-31 oharboeDo not assert trst in srst_only case even if srst_pulls...
2008-03-31 oharboetarget_call_timer_callbacks_now() now invokes periodic...
2008-03-31 oharboeRemoved exit()'s. A reset is usually enough to work...
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-28 oharboeEdgar Grimberg: added needed delays
2008-03-26 oharboeTAP_SD/SI are now forbidden end states.
2008-03-26 oharboehooks for multithreading. Disable nagle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- gdb server was incorrectly sending null terminator...
2008-03-22 ntfreak- updated docs with new commands/features
2008-03-22 ntfreak- changed jtag_add_reset errors to warnings
2008-03-21 ntfreak- armv7m control register now set as dirty when switchi...
2008-03-21 mifi- added new test results
2008-03-17 drath- fix warnings during configure cause by ecosboard...
2008-03-14 oharboeadded profile command. It was added to simplify evaluat...
2008-03-13 oharboereset and post reset speed & jtag_khz command documented.
2008-03-13 oharboeMichael Bruck: fixed warnings
2008-03-13 oharboeclarified jtag_khz command.
2008-03-13 oharboeadded jtag_khz for use with target library
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-13 oharboeprint ms in debug_level 3 logs. Seconds is not enough.
2008-03-13 oharboeXScale excessive waiting fix.
2008-03-13 oharboemarked infinite loop in code w/TODO and fixed warning.
2008-03-12 oharboeDominic undid some of my damage. CLK should now be...
2008-03-12 oharboexscale now passes w/bitbang in 505
2008-03-12 oharboeThe bitbang driver leaves the TCK 0 when in idle
2008-03-12 oharboeThis moves common code into functions so as to make...
2008-03-12 oharboefixed regression in XScale introduce in 297
2008-03-12 oharboemore info about latest working version
2008-03-12 oharboeCorrections from Dominic
2008-03-12 oharboetinkered a bit with testing matrix.
2008-03-11 oharboereduce compare noise. If someone should be crazy enough...
2008-03-11 oharboeWith the recent changes the TRST needs to happen for...
2008-03-11 oharboetidy up output a bit. No longer show "accepted connecti...
2008-03-11 oharboe- retired unused jtag events. The code was incorrect
2008-03-11 ntfreak- 16 and 32 bit unaligned accesses supported
2008-03-11 oharboeretire unused code.
2008-03-11 oharboeJTAG_END_STATE is now retired. It is no longer queued.
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-11 oharboePavel Chromy: telnet line buffer size checking, history...
2008-03-10 oharboebacked out changes from 483.
2008-03-10 oharboemore target scripts wip.
2008-03-10 oharboemore target scripts wip.
next