summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* - correctly initialize start address for XScale trace buffer decodes in fill-...drath2007-08-211-0/+13
* - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath2007-08-172-6/+51
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-163-6/+40
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-145-46/+175
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-1021-12/+627
* - trying to remove a breakpoint with target running should not exit(-1) from ...mlu2007-08-091-2/+11
* - cleaned up cycle counting in ETM analysisdrath2007-07-311-11/+8
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-316-11/+666
* - motorola s19 file loader addedntfreak2007-07-313-8/+270
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-264-42/+59
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+18
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-155-9/+185
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-284-118/+526
* - ST STM32x cortex support addedntfreak2007-06-249-319/+322
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-216-115/+93
* - added mingw elf patches from Vincent Palatinntfreak2007-06-166-9/+23
* - added support for pseudo image type "mem", currently only used for etm anal...drath2007-06-153-22/+68
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-148-2/+3268
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-1410-90/+771
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-313-11/+206
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-304-91/+136
* - add missing file src/target/trace.hdrath2007-05-291-0/+34
* - add missing image handling filesdrath2007-05-292-0/+419
* - split fileio handling into fileio part and image handlingdrath2007-05-2915-424/+1968
* -- corrected embedded ice definitionsntfreak2007-05-105-80/+7
* - further work on ETB decoding (not yet functional)drath2007-05-052-12/+243
* - improved ETB trace outputdrath2007-04-266-12/+41
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-2515-90/+266
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-1612-18/+107
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-2/+2
* - disabled excessive debug output in jtag.hdrath2007-04-112-1/+8
* - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath2007-03-301-1/+1
* - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath2007-03-293-9/+166
* - merged XScale branch back into trunkdrath2007-03-2815-56/+5018
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-2611-30/+455
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-155-73/+136
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-031-23/+23
* - disabled use of single-step bit for EmbeddedICE version 6 coresdrath2007-01-261-1/+0
* - Added support for ARM926EJ-S based coresdrath2007-01-254-2/+893
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-2212-102/+85
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-1/+1
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-2/+2
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-074-35/+48
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-053-33/+60
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-232-5/+5
* - 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
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-2810-17/+54
* - set the T bit in the CPSR when the core was executing in Thumb state. Mask ...drath2006-09-091-17/+36
* - added debug output for D/I FSR and FAR (arm920t)drath2006-09-044-15/+35