aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-09Don Porges fixed c99 issues.oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-08use jtag.c's cur/end_state global variables.oharboe
2008-04-08Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe
2008-04-08lm3s6965.cfg contributed by Edwin Olsonoharboe
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe
2008-04-08The endstate now reports the endstate of the queue instead ofoharboe
2008-04-07Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe
2008-04-07- only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe
2008-04-06avoid patch trouble by isolating troublesome line...oharboe
2008-04-04- the reset mode parameter is now DEPRECATED. It is implementedoharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-04added query of reset speedoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-04-02Edgar Grimberg sharpened the str912 target script.oharboe
2008-04-02fix flash info - now reports erased state properlyoharboe
2008-04-02Added timeout(instead of infinite loop) to soft_reset_haltoharboe
2008-04-02optional count argument to mwXoharboe
2008-04-01- fixes for jtag_khz committed.oharboe
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe
2008-03-31target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe
2008-03-31Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe
2008-03-31make jtag_add_statemove() internal to the driver.oharboe
2008-03-28Edgar Grimberg: added needed delaysoharboe
2008-03-26TAP_SD/SI are now forbidden end states.oharboe
2008-03-26hooks for multithreading. Disable nagleoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak
2008-03-22- changed jtag_add_reset errors to warningsntfreak
2008-03-21- armv7m control register now set as dirty when switching contextntfreak
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath
2008-03-14added profile command. It was added to simplify evaluation by testers.oharboe
2008-03-13Michael Bruck: fixed warningsoharboe
2008-03-13clarified jtag_khz command.oharboe
2008-03-13added jtag_khz for use with target libraryoharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-13print ms in debug_level 3 logs. Seconds is not enough.oharboe
2008-03-13XScale excessive waiting fix.oharboe
2008-03-13marked infinite loop in code w/TODO and fixed warning.oharboe
2008-03-12Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe
2008-03-12The bitbang driver leaves the TCK 0 when in idleoharboe
2008-03-12This moves common code into functions so as to make it clear oharboe
2008-03-12fixed regression in XScale introduce in 297oharboe
2008-03-11reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe
2008-03-11With the recent changes the TRST needs to happen for every reset.oharboe
2008-03-11tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe
2008-03-11- retired unused jtag events. The code was incorrectoharboe
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak
2008-03-11retire unused code.oharboe