summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stop using variable sized arrays. That's something that belongs to C++ and no...oharboe2008-04-101-5/+3
* - added svn props for newly added parport.cfgntfreak2008-04-101-8/+8
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-107-273/+136
* target lib wipoharboe2008-04-094-6/+13
* back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe2008-04-091-9/+0
* - add missing svn propsntfreak2008-04-098-310/+310
* Don Porges fixed c99 issues.oharboe2008-04-0913-45/+62
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-097-88/+179
* use jtag.c's cur/end_state global variables.oharboe2008-04-081-3/+0
* Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe2008-04-081-0/+11
* lm3s6965.cfg contributed by Edwin Olsonoharboe2008-04-082-1/+21
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-083-2/+10
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-083-22/+22
* The endstate now reports the endstate of the queue instead ofoharboe2008-04-082-1/+8
* Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe2008-04-072-32/+22
* - only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe2008-04-072-22/+39
* avoid patch trouble by isolating troublesome line...oharboe2008-04-061-0/+12
* - the reset mode parameter is now DEPRECATED. It is implementedoharboe2008-04-042-4/+6
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-0413-42/+81
* added query of reset speedoharboe2008-04-041-13/+18
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-0322-293/+357
* Edgar Grimberg sharpened the str912 target script.oharboe2008-04-023-10/+22
* fix flash info - now reports erased state properlyoharboe2008-04-025-97/+57
* Added timeout(instead of infinite loop) to soft_reset_haltoharboe2008-04-023-9/+51
* optional count argument to mwXoharboe2008-04-021-12/+35
* - fixes for jtag_khz committed.oharboe2008-04-013-25/+161
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-314-40/+65
* target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe2008-03-311-8/+11
* Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe2008-03-311-15/+8
* make jtag_add_statemove() internal to the driver.oharboe2008-03-316-70/+90
* Edgar Grimberg: added needed delaysoharboe2008-03-281-0/+4
* TAP_SD/SI are now forbidden end states.oharboe2008-03-265-158/+85
* hooks for multithreading. Disable nagleoharboe2008-03-262-1/+64
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-2572-1515/+1507
* - gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak2008-03-222-8/+20
* - changed jtag_add_reset errors to warningsntfreak2008-03-223-12/+13
* - armv7m control register now set as dirty when switching contextntfreak2008-03-213-23/+15
* - fix warnings during configure cause by ecosboard. default to no, if host cp...drath2008-03-172-105/+140
* added profile command. It was added to simplify evaluation by testers.oharboe2008-03-141-0/+188
* Michael Bruck: fixed warningsoharboe2008-03-132-2/+3
* clarified jtag_khz command.oharboe2008-03-132-2/+3
* added jtag_khz for use with target libraryoharboe2008-03-132-0/+52
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-136-120/+93
* print ms in debug_level 3 logs. Seconds is not enough.oharboe2008-03-133-3/+20
* XScale excessive waiting fix.oharboe2008-03-131-46/+58
* marked infinite loop in code w/TODO and fixed warning.oharboe2008-03-132-2/+3
* Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe2008-03-121-10/+10
* The bitbang driver leaves the TCK 0 when in idleoharboe2008-03-121-0/+8
* This moves common code into functions so as to make it clear oharboe2008-03-121-87/+23
* fixed regression in XScale introduce in 297oharboe2008-03-121-5/+4