openocd/src/target
drath 20e4e77cdf - renamed M5960 USB JTAG to "flyswatter"
- make ep93xx and at91rm9200 bitbang JTAG interfaces dependant on ARM host (thanks to Vincent Palatin)
- various whitespace fixes
- removed various warnings
- add support for Debian GNU/kFreeBSD (thanks to Uwe Hermann)
- fix OpenOCD compilation for various platforms (thanks to Uwe Hermann and Vincent Palatin)
- switched order of JTAG chain examination and validation (examine first, then multiple validation tries even if examination failed)
- added target_request subsystem to handle requests from the target (debug messages and tracepoints implemented, future enhancements might include
semihosting, all ARM7/9 only for now)
- added support for GDB vFlashXXX packets (thanks to Pavel Chromy)
- added support for receiving data via ARM7/9 DCC
- reworked flash writing. the 'flash write' command is now deprecated and replaced by 'flash write_binary' (old syntax and behaviour) and 'flash
write_image' (write image files (bin, hex, elf, s19) to a target).
- added support for AMD/ST/SST 29F400B non-cfi flashes



git-svn-id: svn://svn.berlios.de/openocd/trunk@190 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2007-08-10 19:44:06 +00:00
..
xscale - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
algorithm.c - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 2006-07-17 14:13:27 +00:00
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
arm_disassembler.c - ST STM32x cortex support added 2007-06-24 15:04:07 +00:00
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
arm_jtag.c - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 2007-04-25 20:15:59 +00:00
arm_jtag.h - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 2007-04-25 20:15:59 +00:00
arm_simulator.c - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
arm_simulator.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00
arm7_9_common.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm7_9_common.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm7tdmi.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm7tdmi.h - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) 2007-01-22 14:47:00 +00:00
arm9tdmi.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm9tdmi.h - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" command 2007-03-29 14:59:36 +00:00
arm720t.c - added mingw elf patches from Vincent Palatin 2007-06-16 14:45:55 +00:00
arm720t.h - added mingw elf patches from Vincent Palatin 2007-06-16 14:45:55 +00:00
arm920t.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm920t.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
arm926ejs.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm926ejs.h - Added support for ARM926EJ-S based cores 2007-01-25 10:30:42 +00:00
arm966e.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
arm966e.h - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) 2007-01-22 14:47:00 +00:00
armv4_5_cache.c - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 2006-07-17 14:13:27 +00:00
armv4_5_cache.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5_mmu.c - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5_mmu.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5.c - disabled excessive debug output in jtag.h 2007-04-11 14:25:12 +00:00
armv4_5.h - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
armv7m.c - corrected stm32x_handle_options_write_command, incorrect options printed 2007-07-26 12:28:22 +00:00
armv7m.h - ST STM32x cortex support added 2007-06-24 15:04:07 +00:00
breakpoints.c - trying to remove a breakpoint with target running should not exit(-1) from OpenOCD 2007-08-09 09:35:10 +00:00
breakpoints.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
cortex_m3.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
cortex_m3.h - corrected stm32x_handle_options_write_command, incorrect options printed 2007-07-26 12:28:22 +00:00
cortex_swjdp.c - corrected stm32x_handle_options_write_command, incorrect options printed 2007-07-26 12:28:22 +00:00
cortex_swjdp.h - ST STM32x cortex support added 2007-06-24 15:04:07 +00:00
embeddedice.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
embeddedice.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
etb.c - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
etb.h - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
etm_dummy.c - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
etm_dummy.h - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
etm.c - cleaned up cycle counting in ETM analysis 2007-07-31 16:39:06 +00:00
etm.h - calculate cycles since last executed instruction when cycle-accurate tracing is enabled 2007-07-31 10:07:32 +00:00
image.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
image.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
Makefile.am - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
oocd_trace.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
oocd_trace.h - calculate cycles since last executed instruction when cycle-accurate tracing is enabled 2007-07-31 10:07:32 +00:00
register.c - str9x flash support (Thanks to Spencer Oliver) 2006-09-28 10:41:43 +00:00
register.h - str9x flash support (Thanks to Spencer Oliver) 2006-09-28 10:41:43 +00:00
target_request.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
target_request.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
target.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
target.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
trace.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
trace.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
xscale.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
xscale.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00