summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-16/+8
* make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe2008-04-251-1/+1
* added fast option.oharboe2008-04-231-2/+2
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-161-23/+4
* - sw_bkpts fails if the target is not halted. The side effect is oharboe2008-04-151-0/+6
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-0/+3
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-11/+3
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-10/+17
* - only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe2008-04-071-20/+22
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-14/+33
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-44/+18
* Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe2008-03-311-15/+8
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-39/+15
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-91/+91
* - changed jtag_add_reset errors to warningsntfreak2008-03-221-2/+0
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-12/+14
* - Improves error handling upon GDB connectoharboe2008-03-071-7/+17
* use jtag_execute_queue() instead of jtag->execute_queue()oharboe2008-03-061-1/+1
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-051-3/+37
* backed out jtag_add_shift()oharboe2008-03-011-21/+4
* improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...oharboe2008-03-011-4/+21
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-2/+0
* - fix issue when target is already haltedntfreak2008-02-261-0/+1
* - convert all files to unix line-endingdrath2008-02-251-9/+9
* - fixed target->type->poll() return valueoharboe2008-02-241-16/+10
* - added patch to make single-stepping more resilientmifi2008-02-221-10/+22
* - Fixed bug in pathmove for XScalentfreak2008-02-191-2/+20
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-061-4/+4
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-171-0/+3
* - added gdb flash fixes patch mifi2008-01-071-4/+14
* Do not overwrite code when removing software breakpoint if it no longer conta...vpalatin2007-12-041-2/+10
* - add verify_image commandntfreak2007-10-221-0/+76
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+52
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-0/+7
* - split fileio handling into fileio part and image handlingdrath2007-05-291-82/+3
* -- corrected embedded ice definitionsntfreak2007-05-101-1/+1
* - further work on ETB decoding (not yet functional)drath2007-05-051-0/+2
* - improved ETB trace outputdrath2007-04-261-3/+3
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-5/+4
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-17/+64
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-4/+51
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+34
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-0/+4
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-071-8/+9
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-32/+56
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-231-4/+4
* - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath2006-10-191-10/+12
* - allow FT2232 devices to be opened by serial number instead of device descri...drath2006-10-121-2/+2
* - set the T bit in the CPSR when the core was executing in Thumb state. Mask ...drath2006-09-091-17/+36
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-55/+76