Commit Graph

  • ddade10d4a ARM ADIv5: "dap info" gets more readable David Brownell 2009-10-26 16:02:45 -07:00
  • 8f3b28ff41 Fix incorrect line endings Spencer Oliver 2009-10-26 22:39:24 +00:00
  • d87ee640c7 Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd David Brownell 2009-10-26 11:14:28 -07:00
  • eaebc6cd69 balloon3 board base config Wookey 2009-10-26 17:06:05 +00:00
  • 592e021543 SVF: fix parsing hex strings containing leading '0' characters Michael Roth 2009-10-26 14:01:42 +01:00
  • 8b30f22dec Idea for adding watchpoint masks. Øyvind Harboe 2009-10-23 16:13:10 +02:00
  • 6cb1d10cda JTAG: simple autoprobing David Brownell 2009-10-26 00:36:03 -07:00
  • 0cac8b67be minor fixes to TODO list David Brownell 2009-10-25 16:30:30 -07:00
  • a07422c26c fix syntax of mww phys. Øyvind Harboe 2009-10-25 18:29:17 +01:00
  • d785f552ee check if mmu is enabled before using mmu code path Øyvind Harboe 2009-10-25 18:24:18 +01:00
  • 19b84dafb0 ARM: rename "arm9tdmi vector_catch" to "arm9 ..." David Brownell 2009-10-25 14:03:14 -07:00
  • e98817c463 JTAG: jtag_tap_init() bugfixes David Brownell 2009-10-25 13:07:57 -07:00
  • 2a8aa3b7ef xscale: always reload handler after reset David Brownell 2009-10-25 13:06:47 -07:00
  • 0b436497e0 vector_catch and watchpoint TODO items. Øyvind Harboe 2009-10-24 13:06:13 +02:00
  • 75cdc8a260 arm9tdmi vector_catch: reserved means "don't use" David Brownell 2009-10-23 12:28:03 -07:00
  • bfefe85645 Improve help for arm9 vector_catch. Øyvind Harboe 2009-10-23 16:02:42 +02:00
  • cb854323c9 Remove debug output that could cause compile warnings. Øyvind Harboe 2009-10-23 13:09:16 +02:00
  • 0a1356c9cc mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc commands added. Øyvind Harboe 2009-10-23 12:38:19 +02:00
  • 18aad44f71 Embedded ICE version is now dumped with debug_level 1 Øyvind Harboe 2009-10-23 09:54:43 +02:00
  • 79f71fad58 jtag: clean up TAP state name handling David Brownell 2009-10-23 01:02:22 -07:00
  • 814183a5c4 SVF: clean up, mostly for TAP state name handling David Brownell 2009-10-23 01:00:32 -07:00
  • 517e812de3 Ferocion: fix corruption of r0 when resuming Thumb mode Nicolas Pitre 2009-10-22 23:23:44 -04:00
  • f593ff0a3d have "reg" command print cache names too David Brownell 2009-10-22 12:05:04 -07:00
  • 344bed2f7e ETM: rename registers, doc tweaks David Brownell 2009-10-22 12:01:27 -07:00
  • 3537c368fe disable ZY1000's UART forwarding test code. Øyvind Harboe 2009-10-22 10:22:34 +02:00
  • fcf1301e52 mww_phys retired. Replaced by generic mww phys in target.c Øyvind Harboe 2009-10-21 20:19:47 +02:00
  • e996452089 virt2phys is now implemented by target.c globally, retire target specific documentation. Øyvind Harboe 2009-10-21 20:16:31 +02:00
  • 1e5daf5886 retire obsolete mXY_phys commands. Handled by generic memory read/modify commands and target read/write physical memory callbacks. Øyvind Harboe 2009-10-21 15:36:31 +02:00
  • 2d45a10dfd read/write physical target fn's Øyvind Harboe 2009-10-21 15:32:29 +02:00
  • 85bf1627cd add support for target_read/write_phys_memory callbacks. Øyvind Harboe 2009-10-21 14:46:12 +02:00
  • 2783cba810 Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to support phys flag to specify bypassing of MMU. Øyvind Harboe 2009-10-21 14:45:39 +02:00
  • 818cedaff3 Merge branch 'master' of ssh://gowinex@openocd.git.sourceforge.net/gitroot/openocd/openocd into HEAD Øyvind Harboe 2009-10-21 13:20:29 +02:00
  • 69a6037ce6 Retire obsolete and superfluous implementations of virt2phys in each target. This is done in a polymorphic implementation in target.c Øyvind Harboe 2009-10-21 13:10:32 +02:00
  • e895246966 Retire obsolete and superfluous implementations of virt2phys in each target. This is done in a polymorphic implementation in target.c Øyvind Harboe 2009-10-21 13:10:32 +02:00
  • a4a1de4dd1 First cut at implementing software breakpoints for mmu read only memory Øyvind Harboe 2009-10-21 13:07:44 +02:00
  • 62525792e0 Defined target_write_memory() to be able to handle implementing breakpoints for read only ram(e.g. MMU write protected. Øyvind Harboe 2009-10-21 12:54:41 +02:00
  • a02411a15f eCos synthetic target updates. Øyvind Harboe 2009-10-21 12:02:04 +02:00
  • 7556a93aed XSVF: use svf_add_statemove() David Brownell 2009-10-20 20:04:36 -07:00
  • a1609e5ad1 Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme. Øyvind Harboe 2009-10-20 15:54:53 +02:00
  • 79e257a209 Added the faux flash driver and target. Used for testing. Øyvind Harboe 2009-10-20 12:22:55 +02:00
  • ad75639611 Added 'unlock' option to flash write_image Øyvind Harboe 2009-10-20 12:03:36 +02:00
  • e4dba30b63 More svn to git version string fixes. Øyvind Harboe 2009-10-20 09:46:23 +02:00
  • 6907ef9d50 SVF: better spec conformance for STATE switch David Brownell 2009-10-19 23:33:08 -07:00
  • c70073ef67 davinci: add watchdog reset method David Brownell 2009-10-19 22:50:51 -07:00
  • d243e641d3 jtag_add_statemove() always uses TLR to get to RESET David Brownell 2009-10-19 22:50:51 -07:00
  • 3cc147efd9 SVF/XSVF: comment and whitespace fixes David Brownell 2009-10-19 22:50:51 -07:00
  • 53979244b1 Improve Makefile rules for XScale debug handler; fixes 'make distcheck'. Zachary T Welch 2009-10-19 19:59:02 -07:00
  • fb61f52731 MinGW: always use "-D__USE_MINGW_ANSI_STDIO" Redirect 'Slash' NIL 2009-10-19 17:55:40 -07:00
  • 0388a9c0e5 MinGW: use WinSock2 Redirect 'Slash' NIL 2009-10-19 17:48:19 -07:00
  • 6ec1026bbb Doc: jtag_init must validate scan chain too David Brownell 2009-10-19 14:45:43 -07:00
  • 6726b78707 fix single step of bx instruction going into Thumb mode Nicolas Pitre 2009-10-19 15:49:46 -04:00
  • 97166327db Ignore openocd.exe for "git status" David Brownell 2009-10-19 09:53:45 -07:00
  • 113679ff59 corrective fix for MinGW GNU C99 printf compliance Redirect 'Slash' NIL 2009-10-19 09:49:34 -07:00
  • 557d1b6490 Sync with official Jim Tcl repository. oyvind 2009-10-19 15:16:42 +02:00
  • 89a8a37998 Switch from svn to git version string handling. oyvind 2009-10-19 15:08:52 +02:00
  • 76b4ee8935 SDRAM and clock configuration for the SAM9-L9260 board from Olimex Dean Glazeski 2009-10-18 22:26:38 +02:00
  • 990f50a73b safer conversion to HANDLER on MinGW-W64 Redirect 'Slash' NIL 2009-10-17 22:18:38 -07:00
  • 5cf0af002c Ignore two more generated files David Brownell 2009-10-17 17:50:23 -07:00
  • 73349dc5ac More MinGW C99 printf compliance Redirect 'Slash' NIL 2009-10-17 17:47:52 -07:00
  • c9fbfbd95c jim-eventloop for MinGW-w64 Redirect \"Slash\" NIL 2009-10-17 12:15:13 -07:00
  • 05d6716936 build tweak for bin2char David Brownell 2009-10-17 12:14:19 -07:00
  • cb7965da15 xscale: better fix for debug_handler.bin David Brownell 2009-10-16 13:52:40 -07:00
  • a61b57a87f another portability update David Brownell 2009-10-14 20:24:31 -07:00
  • 510db585fd portability updates David Brownell 2009-10-14 20:04:33 -07:00
  • bc792857a5 doc updates to match "help" better David Brownell 2009-10-14 15:18:00 -07:00
  • dd54981702 Fw: [PATCH] OpenRD board configuration Wookey 2009-10-14 14:27:41 +01:00
  • a894c2d8b2 S29WS-N CFI query fix is to try 0x555 if 0x55 fails. Øyvind Harboe 2009-10-14 12:01:52 +02:00
  • 4490a42a09 Work in progress on arm11 reset. Assert srst. Øyvind Harboe 2009-10-14 11:14:04 +02:00
  • 44e9200d0a iMX target config script's ported from Freescale BSP. Øyvind Harboe 2009-10-14 10:34:41 +02:00
  • 1ee8ef4210 Fix problems building xscale_debug.S David Brownell 2009-10-14 09:32:42 +02:00
  • 7afc181e42 omap2420.cfg updates David Brownell 2009-10-14 02:00:34 -07:00
  • 9b9bc78ef1 fix detection of PLD instructions Lennert Buytenhek 2009-10-13 22:48:18 +02:00
  • ed1e45b388 fix pass_condition() LE condition code check Lennert Buytenhek 2009-10-13 20:27:03 +02:00
  • 5535399a46 cosmetic cleanup in TMS tables David Brownell 2009-10-13 10:55:24 -07:00
  • 6a2fd7cad5 Cleanup: nuke trailling whitespaces Yauheni Kaliuta 2009-10-13 20:00:46 +03:00
  • bc0cc62afd Do not replace virt2phys with the default one if it was assigned Yauheni Kaliuta 2009-10-11 18:27:27 +03:00
  • 79bf27da71 Retired gdb_attach. gdb-detach event covers this functionality. Øyvind Harboe 2009-10-13 13:44:15 +02:00
  • 4d32b6eee9 Missing type for eCos. Øyvind Harboe 2009-10-13 13:13:29 +02:00
  • 20c8f64f0a Fix warning. Øyvind Harboe 2009-10-13 12:22:23 +02:00
  • 1f917bdc0c Delete commented out code. Add a bit of error checking. Øyvind Harboe 2009-10-13 12:06:55 +02:00
  • f8cd850c4d arm11 seems to gate JTAG when srst is asserted Øyvind Harboe 2009-10-13 12:02:09 +02:00
  • 86cbbe8a4a Propagate error from assert, deassert and halt on tcl target object. Øyvind Harboe 2009-10-13 11:29:05 +02:00
  • b6c4d1006f xscale: stackframe corruption bugfix David Brownell 2009-10-13 01:21:24 -07:00
  • 85398ccdcf More error propagation fixes. Øyvind Harboe 2009-10-12 15:25:00 +02:00
  • 23c629a85e arm11 burst writes are now only enabled for writes larger than 1 word. Single word writes are frequently used from reset init scripts to non-memory peripherals. Øyvind Harboe 2009-10-12 15:13:44 +02:00
  • 407061eaa6 Xilinx xcr3256.cfg basic config script Wookey 2009-10-12 15:12:35 +02:00
  • 35affce085 Retire arm11 no_increment. Intended for future expansion to read/write to ports. New arm11 commands would have to be added to exploit it. Øyvind Harboe 2009-10-12 14:21:38 +02:00
  • 0ca473468c Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeout errors. Øyvind Harboe 2009-10-12 14:10:49 +02:00
  • 165e3a1468 Fix warning and improve error message upon burst transfer failure Øyvind Harboe 2009-10-12 14:09:10 +02:00
  • bbd7e22f0b burst writes work fine. clean up junk. Øyvind Harboe 2009-10-12 14:08:29 +02:00
  • b5b4fee811 Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression introduced in b8103660fa36a77158bd77379572c09913d85c00 Øyvind Harboe 2009-10-12 11:57:59 +02:00
  • 5e837387aa simplify XScale debug handler installation David Brownell 2009-10-12 02:39:18 -07:00
  • 9f6c23f479 more xscale cleanup (mostly removing JTAG hooks) David Brownell 2009-10-12 02:39:01 -07:00
  • 026559068d Merge commit 'origin/master' Øyvind Harboe 2009-10-12 09:28:56 +02:00
  • c8d935ab7c If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. Øyvind Harboe 2009-10-12 09:27:27 +02:00
  • b23b096c8e Supply default reset_config statement to make target scripts useful standalone and provide sensible default Øyvind Harboe 2009-10-12 09:25:08 +02:00
  • 2d924a59db xscale_load_ic cleanup David Brownell 2009-10-11 10:35:52 -07:00
  • 688003cb23 xscale.c cleanup David Brownell 2009-10-11 10:35:28 -07:00
  • 8b3bfcfc5b xscale bugfix to handler loading David Brownell 2009-10-11 10:06:08 -07:00
  • 5aba621b55 xscale minor cleanup David Brownell 2009-10-11 02:52:00 -07:00