aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2008-02-09- added synchronous wait/resume patch. Thanks Øyvind Harboentfreak1-23/+36
2008-02-07- added synchronous reset patch, Thanks Øyvind Harboentfreak2-7/+80
2008-02-06- added patch to access cp15 register (XScale)mifi1-0/+92
2008-02-06- added patch to solve problem with AT91SAM9260 (dirty register)mifi4-32/+32
2008-02-04- fixes issue with reset and arm926ejs core. Thanks Øyvind Harboentfreak1-7/+7
2008-02-02- added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi1-17/+1
2008-01-25fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2-3/+4
2008-01-24- added patch to check some malloc problems.mifi1-4/+14
2008-01-23- added patch to fix crash in load_image on corrupt elf file or out of memory.mifi1-0/+5
2008-01-21- Eleminated leading tabs/white spacebodylove2-108/+111
2008-01-21- Eleminated leading tabs/white spacebodylove1-14/+14
2008-01-20- added patch "remove error handler as planned"mifi5-72/+36
2008-01-17- add support for cortex_m3 target_request debugmsgsntfreak7-15/+123
2008-01-17- fixed 'make distcheck' (thanks to Theodore A. Roth for this patchdrath1-2/+2
2008-01-14- use correct SCAN_N check value (disabled by default)drath1-1/+1
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2-3/+8
2008-01-07- added gdb flash fixes patch mifi6-70/+53
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak3-25/+25
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak2-39/+70
2007-12-18- added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak1-0/+25
2007-12-18- added patch for new flash functionality like:mifi4-1/+29
2007-12-17- fixed relocation problems with image loading. Relocation is handledmifi1-9/+17
2007-12-16- fixed ETM configuration register decodingdrath1-2/+2
2007-12-10- XScale DebugHandler code is now installed intobodylove2-493/+498
2007-12-09- added patch to display device information as INFO toomifi1-5/+22
2007-12-04Do not overwrite code when removing software breakpoint if it no longer conta...vpalatin1-2/+10
2007-11-21- reset_run now works as expected on cortex-m3ntfreak1-6/+28
2007-10-22- add verify_image commandntfreak17-8/+347
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak4-3/+22
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak3-92/+65
2007-09-10- Fixed display of sector sizes in flash.cmlu5-79/+84
2007-09-05Patch by Michael Schwingen thatdrath2-2/+2
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath3-28/+210
2007-08-21- correctly initialize start address for XScale trace buffer decodes in fill-...drath1-0/+13
2007-08-17- renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath2-6/+51
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath3-6/+40
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath5-46/+175
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath21-12/+627
2007-08-09- trying to remove a breakpoint with target running should not exit(-1) from ...mlu1-2/+11
2007-07-31- cleaned up cycle counting in ETM analysisdrath1-11/+8
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath6-11/+666
2007-07-31- motorola s19 file loader addedntfreak3-8/+270
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak4-42/+59
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath1-1/+18
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath5-9/+185
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath4-118/+526
2007-06-24- ST STM32x cortex support addedntfreak9-319/+322
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath6-115/+93
2007-06-16- added mingw elf patches from Vincent Palatinntfreak6-9/+23
2007-06-15- added support for pseudo image type "mem", currently only used for etm anal...drath3-22/+68