summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - correct stm32stick config scriptntfreak2008-04-161-1/+1
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-165-24/+10
* Edgar Grimberg added some missing scripts from the installoharboe2008-04-161-1/+1
* fix SEGFAULT regression in cortex after TRST fixesoharboe2008-04-163-7/+25
* - sw_bkpts fails if the target is not halted. The side effect is oharboe2008-04-152-27/+44
* Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe2008-04-152-0/+57
* target read/write is no longer attempted for target_xxx() functions when the ...oharboe2008-04-151-4/+49
* - added new and missing target scripts - stm32stick and str730ntfreak2008-04-144-2/+66
* retired fast_memory_access. It's always fast now.oharboe2008-04-141-124/+37
* - split str71x driver into banksntfreak2008-04-1410-215/+151
* moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe2008-04-1412-1/+175
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-142-17/+0
* More robust handling of unknown target state for step/continue packet.oharboe2008-04-131-6/+18
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-133-2/+120
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-132-0/+5
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-11/+21
* - Set up ICE registers after TRSToharboe2008-04-135-56/+128
* found two more gaffes for reset wipoharboe2008-04-112-0/+3
* fixed gaffe for default examine implementationoharboe2008-04-111-0/+1
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-0/+1
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-1112-60/+93
* Wip - split target setup and target examinationoharboe2008-04-1110-0/+26
* added target->type->examine(). Eventually this will allow for bringing up tel...oharboe2008-04-114-3/+51
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36
* 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