summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* - added synchronous wait/resume patch. Thanks Øyvind Harboentfreak2008-02-091-23/+36
* - added synchronous reset patch, Thanks Øyvind Harboentfreak2008-02-072-7/+80
* - added patch to access cp15 register (XScale)mifi2008-02-061-0/+92
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-064-32/+32
* - fixes issue with reset and arm926ejs core. Thanks Øyvind Harboentfreak2008-02-041-7/+7
* - added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi2008-02-021-17/+1
* fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2008-01-252-3/+4
* - added patch to check some malloc problems.mifi2008-01-241-4/+14
* - added patch to fix crash in load_image on corrupt elf file or out of memory.mifi2008-01-231-0/+5
* - Eleminated leading tabs/white spacebodylove2008-01-212-108/+111
* - Eleminated leading tabs/white spacebodylove2008-01-211-14/+14
* - added patch "remove error handler as planned"mifi2008-01-205-72/+36
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-177-15/+123
* - fixed 'make distcheck' (thanks to Theodore A. Roth for this patchdrath2008-01-171-2/+2
* - use correct SCAN_N check value (disabled by default)drath2008-01-141-1/+1
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-112-3/+8
* - added gdb flash fixes patch mifi2008-01-076-70/+53
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-293-25/+25
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-202-39/+70
* - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak2007-12-181-0/+25
* - added patch for new flash functionality like:mifi2007-12-184-1/+29
* - fixed relocation problems with image loading. Relocation is handledmifi2007-12-171-9/+17
* - fixed ETM configuration register decodingdrath2007-12-161-2/+2
* - XScale DebugHandler code is now installed intobodylove2007-12-102-493/+498
* - added patch to display device information as INFO toomifi2007-12-091-5/+22
* Do not overwrite code when removing software breakpoint if it no longer conta...vpalatin2007-12-041-2/+10
* - reset_run now works as expected on cortex-m3ntfreak2007-11-211-6/+28
* - add verify_image commandntfreak2007-10-2217-8/+347
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-084-3/+22
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-013-92/+65
* - Fixed display of sector sizes in flash.cmlu2007-09-105-79/+84
* Patch by Michael Schwingen thatdrath2007-09-052-2/+2
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-253-28/+210
* - 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