]> git.sur5r.net Git - openocd/log
openocd
15 years agoJim Tcl support added
oharboe [Fri, 4 Jul 2008 06:31:43 +0000 (06:31 +0000)]
Jim Tcl support added

git-svn-id: svn://svn.berlios.de/openocd/trunk@739 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- allocate target_type_t structure for each target, fixes issue when multiple targets...
ntfreak [Wed, 2 Jul 2008 07:51:41 +0000 (07:51 +0000)]
- allocate target_type_t structure for each target, fixes issue when multiple targets of the same type are located on the jtag chain
- Thanks Michel Pollet

git-svn-id: svn://svn.berlios.de/openocd/trunk@738 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agowip.
oharboe [Sat, 28 Jun 2008 09:26:48 +0000 (09:26 +0000)]
wip.

git-svn-id: svn://svn.berlios.de/openocd/trunk@737 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agowip
oharboe [Sat, 28 Jun 2008 08:02:58 +0000 (08:02 +0000)]
wip

git-svn-id: svn://svn.berlios.de/openocd/trunk@736 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- update docs for new target_script events
ntfreak [Fri, 27 Jun 2008 17:51:55 +0000 (17:51 +0000)]
- update docs for new target_script events

git-svn-id: svn://svn.berlios.de/openocd/trunk@735 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- added svn props for newly added files
ntfreak [Fri, 27 Jun 2008 08:16:31 +0000 (08:16 +0000)]
- added svn props for newly added files

git-svn-id: svn://svn.berlios.de/openocd/trunk@734 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agohooks to enable experimentation with scripting language support. Reduces patch size...
oharboe [Fri, 27 Jun 2008 06:58:45 +0000 (06:58 +0000)]
hooks to enable experimentation with scripting language support. Reduces patch size, but has no effect on OpenOCD otherwise.

git-svn-id: svn://svn.berlios.de/openocd/trunk@733 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoexport find_file function
oharboe [Fri, 27 Jun 2008 06:20:41 +0000 (06:20 +0000)]
export find_file function

git-svn-id: svn://svn.berlios.de/openocd/trunk@732 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Anders more target lib scripts contributed by
oharboe [Fri, 27 Jun 2008 06:19:37 +0000 (06:19 +0000)]
David Anders more target lib scripts contributed by

git-svn-id: svn://svn.berlios.de/openocd/trunk@731 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agocommitting to reduce patch size for Tcl experiments. Not in use currently.
oharboe [Fri, 27 Jun 2008 06:18:40 +0000 (06:18 +0000)]
committing to reduce patch size for Tcl experiments. Not in use currently.

git-svn-id: svn://svn.berlios.de/openocd/trunk@730 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoDavid Anders: fixes an issue with large block nand flash address where the beginning...
oharboe [Fri, 27 Jun 2008 06:13:34 +0000 (06:13 +0000)]
David Anders: fixes an issue with large block nand flash address where the beginning of the OOB area is always selected instead of the beginning of a page when needed

git-svn-id: svn://svn.berlios.de/openocd/trunk@729 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoFixed bogus error message and plugged memory leak for the case when there was no...
oharboe [Wed, 25 Jun 2008 19:23:55 +0000 (19:23 +0000)]
Fixed bogus error message and plugged memory leak for the case when there was no reset script.

git-svn-id: svn://svn.berlios.de/openocd/trunk@728 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- fix reset_halt issue with certain arm cores - address not set in embedded ice reg
ntfreak [Wed, 25 Jun 2008 16:20:33 +0000 (16:20 +0000)]
- fix reset_halt issue with certain arm cores - address not set in embedded ice reg
- Thanks Jonas Hörberg

git-svn-id: svn://svn.berlios.de/openocd/trunk@727 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoadded pre/post_reset scripts based on Pieter Conradie's ideas.
oharboe [Wed, 25 Jun 2008 08:47:19 +0000 (08:47 +0000)]
added pre/post_reset scripts based on Pieter Conradie's ideas.

git-svn-id: svn://svn.berlios.de/openocd/trunk@726 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is defined
ntfreak [Tue, 24 Jun 2008 09:26:30 +0000 (09:26 +0000)]
- fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is defined
- Thanks Simon Qian

git-svn-id: svn://svn.berlios.de/openocd/trunk@725 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoPavel Chromy:
oharboe [Wed, 18 Jun 2008 13:52:15 +0000 (13:52 +0000)]
Pavel Chromy:
- TAP reset without TRST shall be called TLR (stands for test-logic-reset, named after the TAP state it ends is) rather than tms (test-mode-select)
- some comments changed to /* C coding style */

git-svn-id: svn://svn.berlios.de/openocd/trunk@717 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoPavel Chromy:
oharboe [Wed, 18 Jun 2008 13:50:04 +0000 (13:50 +0000)]
Pavel Chromy:
- lower jtag speeds (higher divisor) was used, TDI was not changed on falling TCK edge as it should
- reset signal was release upon any TMS transition, making it impossible to use reset halt
- added khz() and speed_div() functions

git-svn-id: svn://svn.berlios.de/openocd/trunk@716 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoPavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_trst...
oharboe [Wed, 18 Jun 2008 13:49:54 +0000 (13:49 +0000)]
Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_trst, as in all other drivers

git-svn-id: svn://svn.berlios.de/openocd/trunk@715 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoSpen spotted a bug in warning for missing srst_pulls_trst
oharboe [Wed, 18 Jun 2008 11:58:20 +0000 (11:58 +0000)]
Spen spotted a bug in warning for missing srst_pulls_trst

git-svn-id: svn://svn.berlios.de/openocd/trunk@714 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- added missing install entries for eir-sam7se512 target
ntfreak [Mon, 16 Jun 2008 21:22:39 +0000 (21:22 +0000)]
- added missing install entries for eir-sam7se512 target

git-svn-id: svn://svn.berlios.de/openocd/trunk@713 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- added target and event script for the eir-sam7se512 target
mifi [Mon, 16 Jun 2008 19:54:15 +0000 (19:54 +0000)]
- added target and event script for the eir-sam7se512 target

git-svn-id: svn://svn.berlios.de/openocd/trunk@712 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agofallback for no implementation of multi word CFI write. Successful codepath not affected.
oharboe [Mon, 16 Jun 2008 18:44:20 +0000 (18:44 +0000)]
fallback for no implementation of multi word CFI write. Successful codepath not affected.

git-svn-id: svn://svn.berlios.de/openocd/trunk@711 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoGDB timeout fix. If a script takes a long time and does not produce any output, ping...
oharboe [Mon, 16 Jun 2008 18:40:31 +0000 (18:40 +0000)]
GDB timeout fix. If a script takes a long time and does not produce any output, ping between every command.

git-svn-id: svn://svn.berlios.de/openocd/trunk@710 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years ago- removed duplicate cortex_m3_register_commands
ntfreak [Mon, 16 Jun 2008 15:02:02 +0000 (15:02 +0000)]
- removed duplicate cortex_m3_register_commands

git-svn-id: svn://svn.berlios.de/openocd/trunk@709 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- probe incorrect for high density stm32 flash
ntfreak [Wed, 11 Jun 2008 11:12:24 +0000 (11:12 +0000)]
- probe incorrect for high density stm32 flash

git-svn-id: svn://svn.berlios.de/openocd/trunk@708 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- error message cleanup in jlink driver
ntfreak [Tue, 10 Jun 2008 17:59:10 +0000 (17:59 +0000)]
- error message cleanup in jlink driver

git-svn-id: svn://svn.berlios.de/openocd/trunk@707 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- stm32 erase will use mass_erase if all banks selected
ntfreak [Fri, 6 Jun 2008 09:29:21 +0000 (09:29 +0000)]
- stm32 erase will use mass_erase if all banks selected

git-svn-id: svn://svn.berlios.de/openocd/trunk@706 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoNicolas Pitre: Feroceon fixes
oharboe [Fri, 6 Jun 2008 06:12:04 +0000 (06:12 +0000)]
Nicolas Pitre: Feroceon fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@705 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- erase bank using bank erase rather than each sector
ntfreak [Thu, 5 Jun 2008 18:55:55 +0000 (18:55 +0000)]
- erase bank using bank erase rather than each sector
- Thanks Fredrik Hederstierna

git-svn-id: svn://svn.berlios.de/openocd/trunk@704 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoPavel Chromy: TCK returns to zero before state of reset line is changed.
oharboe [Wed, 4 Jun 2008 17:09:10 +0000 (17:09 +0000)]
Pavel Chromy: TCK returns to zero before state of reset line is changed.

git-svn-id: svn://svn.berlios.de/openocd/trunk@703 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoPavel Chromy: fix logging syntax error + formatting & removing obsolete comments.
oharboe [Wed, 4 Jun 2008 11:09:41 +0000 (11:09 +0000)]
Pavel Chromy: fix logging syntax error + formatting & removing obsolete comments.

git-svn-id: svn://svn.berlios.de/openocd/trunk@702 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- fix jlink accessing incorrect buffer element
ntfreak [Wed, 4 Jun 2008 09:46:19 +0000 (09:46 +0000)]
- fix jlink accessing incorrect buffer element

git-svn-id: svn://svn.berlios.de/openocd/trunk@701 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- luminary, stm32 and str7 flash driver error cleanup
ntfreak [Wed, 4 Jun 2008 09:18:42 +0000 (09:18 +0000)]
- luminary, stm32 and str7 flash driver error cleanup

git-svn-id: svn://svn.berlios.de/openocd/trunk@700 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- str9 driver remove the duplicate target_free_working_area and reformat spaces to...
ntfreak [Tue, 3 Jun 2008 19:36:42 +0000 (19:36 +0000)]
- str9 driver remove the duplicate target_free_working_area and reformat spaces to tabs.
- lpc2000 driver reorder function so as to not require goto, plus refornat spaces to tabs.

git-svn-id: svn://svn.berlios.de/openocd/trunk@699 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoFredrik Hederstierna: fix leak + clean up return codes
oharboe [Tue, 3 Jun 2008 10:21:47 +0000 (10:21 +0000)]
Fredrik Hederstierna: fix leak + clean up return codes

git-svn-id: svn://svn.berlios.de/openocd/trunk@698 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoFredrik Hederstierna: fix leak + clean up return codes
oharboe [Tue, 3 Jun 2008 09:46:32 +0000 (09:46 +0000)]
Fredrik Hederstierna: fix leak + clean up return codes

git-svn-id: svn://svn.berlios.de/openocd/trunk@697 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added checksum_memory and blank_check_memory for xscale
ntfreak [Thu, 29 May 2008 18:27:00 +0000 (18:27 +0000)]
- added checksum_memory and blank_check_memory for xscale

git-svn-id: svn://svn.berlios.de/openocd/trunk@696 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- stellaris flash driver changed warning to info
ntfreak [Wed, 28 May 2008 21:26:23 +0000 (21:26 +0000)]
- stellaris flash driver changed warning to info

git-svn-id: svn://svn.berlios.de/openocd/trunk@695 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- moved flash erase_check target code to target.c
ntfreak [Tue, 27 May 2008 21:23:47 +0000 (21:23 +0000)]
- moved flash erase_check target code to target.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@694 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoflash_write will attempt to pad image sections
ntfreak [Tue, 27 May 2008 18:40:28 +0000 (18:40 +0000)]
flash_write will attempt to pad image sections

git-svn-id: svn://svn.berlios.de/openocd/trunk@693 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- fixed typo in wp command
ntfreak [Tue, 27 May 2008 17:57:41 +0000 (17:57 +0000)]
- fixed typo in wp command

git-svn-id: svn://svn.berlios.de/openocd/trunk@692 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- fix issue if jlink sends result in single usb in packet
ntfreak [Tue, 27 May 2008 16:21:05 +0000 (16:21 +0000)]
- fix issue if jlink sends result in single usb in packet

git-svn-id: svn://svn.berlios.de/openocd/trunk@691 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added check for max. value of jtag_speed in ft2232_khz.
mifi [Mon, 26 May 2008 17:59:26 +0000 (17:59 +0000)]
- added check for max. value of jtag_speed in ft2232_khz.

git-svn-id: svn://svn.berlios.de/openocd/trunk@690 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3
mifi [Mon, 26 May 2008 17:32:15 +0000 (17:32 +0000)]
- renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3

git-svn-id: svn://svn.berlios.de/openocd/trunk@689 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agofound out why str912 reset halt failed.
oharboe [Mon, 26 May 2008 12:12:03 +0000 (12:12 +0000)]
found out why str912 reset halt failed.

git-svn-id: svn://svn.berlios.de/openocd/trunk@688 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoclock 1/0 in idle now configurable.
oharboe [Mon, 26 May 2008 11:46:05 +0000 (11:46 +0000)]
clock 1/0 in idle now configurable.

git-svn-id: svn://svn.berlios.de/openocd/trunk@687 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- corrected error with stm32 page calculation
ntfreak [Mon, 26 May 2008 11:04:20 +0000 (11:04 +0000)]
- corrected error with stm32 page calculation

git-svn-id: svn://svn.berlios.de/openocd/trunk@686 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- changed some buffer defines to increase performance
mifi [Sun, 25 May 2008 08:18:21 +0000 (08:18 +0000)]
- changed some buffer defines to increase performance

git-svn-id: svn://svn.berlios.de/openocd/trunk@685 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- comment out usb_set_altinterface, because it is not working under Mac OS X.
mifi [Sat, 24 May 2008 15:40:32 +0000 (15:40 +0000)]
- comment out usb_set_altinterface, because it is not working under Mac OS X.
And not needed for Windows. Hopefully it will not break a Linux build.

git-svn-id: svn://svn.berlios.de/openocd/trunk@684 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- updated docs for new stellaris mass_erase command
ntfreak [Sat, 24 May 2008 15:01:56 +0000 (15:01 +0000)]
- updated docs for new stellaris mass_erase command

git-svn-id: svn://svn.berlios.de/openocd/trunk@683 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added stellaris flash mass_erase command
ntfreak [Sat, 24 May 2008 14:49:45 +0000 (14:49 +0000)]
- added stellaris flash mass_erase command

git-svn-id: svn://svn.berlios.de/openocd/trunk@682 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- update sectors on stm32x mass erase
ntfreak [Sat, 24 May 2008 14:19:42 +0000 (14:19 +0000)]
- update sectors on stm32x mass erase

git-svn-id: svn://svn.berlios.de/openocd/trunk@681 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- swap processing of reset handling. First srst and than trst.
mifi [Sat, 24 May 2008 11:33:34 +0000 (11:33 +0000)]
- swap processing of reset handling. First srst and than trst.

git-svn-id: svn://svn.berlios.de/openocd/trunk@680 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- removed compiler warnings
ntfreak [Sat, 24 May 2008 11:01:33 +0000 (11:01 +0000)]
- removed compiler warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@679 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_read_emu_r...
mifi [Sat, 24 May 2008 09:06:04 +0000 (09:06 +0000)]
- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_read_emu_result

git-svn-id: svn://svn.berlios.de/openocd/trunk@678 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead
mifi [Sat, 24 May 2008 08:53:42 +0000 (08:53 +0000)]
- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead

git-svn-id: svn://svn.berlios.de/openocd/trunk@677 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- jlink jlink_execute_queue returns result
ntfreak [Sat, 24 May 2008 08:21:12 +0000 (08:21 +0000)]
- jlink jlink_execute_queue returns result
- added jlink_get_version_info function
- reformatted spaces to tabs

git-svn-id: svn://svn.berlios.de/openocd/trunk@676 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- replaced JLINK_xxxx command defines by EMU_CMD_ from the
mifi [Sat, 24 May 2008 07:11:18 +0000 (07:11 +0000)]
- replaced JLINK_xxxx command defines by EMU_CMD_ from the
J-Link USB Protocol specification
- added functionality to jlink_init to display the version.

git-svn-id: svn://svn.berlios.de/openocd/trunk@675 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- add support for newer high density stm32 parts
ntfreak [Fri, 23 May 2008 15:49:19 +0000 (15:49 +0000)]
- add support for newer high density stm32 parts

git-svn-id: svn://svn.berlios.de/openocd/trunk@674 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agojtag_exexcute_queue() now logs error when it is invoked before 'init' command.
oharboe [Thu, 22 May 2008 07:28:56 +0000 (07:28 +0000)]
jtag_exexcute_queue() now logs error when it is invoked before 'init' command.

git-svn-id: svn://svn.berlios.de/openocd/trunk@673 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- remove error message on shutdown
ntfreak [Wed, 21 May 2008 19:23:35 +0000 (19:23 +0000)]
- remove error message on shutdown

git-svn-id: svn://svn.berlios.de/openocd/trunk@672 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agocomment.
oharboe [Wed, 21 May 2008 16:57:20 +0000 (16:57 +0000)]
comment.

git-svn-id: svn://svn.berlios.de/openocd/trunk@671 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agomoved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is broken...
oharboe [Wed, 21 May 2008 07:28:33 +0000 (07:28 +0000)]
moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is broken it should "only" print bogus warnings or not print a warning when it should have.

git-svn-id: svn://svn.berlios.de/openocd/trunk@670 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoEdgar Grimberg fixes some memory handling issues and
oharboe [Tue, 20 May 2008 10:10:54 +0000 (10:10 +0000)]
Edgar Grimberg fixes some memory handling issues and
a problem with arm7_9_debug_entry not executing a code path upon crashes.

git-svn-id: svn://svn.berlios.de/openocd/trunk@669 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoreverted change in 658 and simply removed the busted warning for now.
oharboe [Mon, 19 May 2008 20:11:05 +0000 (20:11 +0000)]
reverted change in 658 and simply removed the busted warning for now.

git-svn-id: svn://svn.berlios.de/openocd/trunk@668 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoFix crash when mode number fetched from the target is invalid.
oharboe [Mon, 19 May 2008 19:02:36 +0000 (19:02 +0000)]
Fix crash when mode number fetched from the target is invalid.

git-svn-id: svn://svn.berlios.de/openocd/trunk@667 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoprint out an error if srst_pulls_trst is not specified for
oharboe [Mon, 19 May 2008 18:58:47 +0000 (18:58 +0000)]
print out an error if srst_pulls_trst is not specified for
e.g. at91fr40008. Could possibly show bogus false positives in log without any other side effects.

git-svn-id: svn://svn.berlios.de/openocd/trunk@666 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoMichael Fischer found this bogus warning. Fixed.
oharboe [Mon, 19 May 2008 18:54:50 +0000 (18:54 +0000)]
Michael Fischer found this bogus warning. Fixed.

Error:   jtag.c:941 jtag_add_reset(): BUG: transition of req_tlr_or_trst ...

git-svn-id: svn://svn.berlios.de/openocd/trunk@665 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agofix mode output when illegal arm mode is detected. Now prints illegal mode for index -1.
oharboe [Mon, 19 May 2008 12:39:06 +0000 (12:39 +0000)]
fix mode output when illegal arm mode is detected. Now prints illegal mode for index -1.

git-svn-id: svn://svn.berlios.de/openocd/trunk@664 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoMichael Fischer found and Edgar Grimberg fixed generic crash in timers reproduceable...
oharboe [Mon, 19 May 2008 08:44:57 +0000 (08:44 +0000)]
Michael Fischer found and Edgar Grimberg fixed generic crash in timers reproduceable with at91fr40008

git-svn-id: svn://svn.berlios.de/openocd/trunk@663 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoupdated guidelines.
oharboe [Mon, 19 May 2008 08:03:17 +0000 (08:03 +0000)]
updated guidelines.

git-svn-id: svn://svn.berlios.de/openocd/trunk@662 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoadded stack trace.
oharboe [Mon, 19 May 2008 07:29:45 +0000 (07:29 +0000)]
added stack trace.

git-svn-id: svn://svn.berlios.de/openocd/trunk@661 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added smoketest result for r657
mifi [Fri, 16 May 2008 20:23:35 +0000 (20:23 +0000)]
- added smoketest result for r657
- some corrections for the reset config of at91r40008

git-svn-id: svn://svn.berlios.de/openocd/trunk@660 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added arm-usb-ocd.cfg and signalyzer.cfg to the interface
mifi [Fri, 16 May 2008 18:09:03 +0000 (18:09 +0000)]
- added arm-usb-ocd.cfg and signalyzer.cfg to the interface

git-svn-id: svn://svn.berlios.de/openocd/trunk@659 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added jlink support, based on Jürgen Stuber patch
ntfreak [Wed, 14 May 2008 14:13:38 +0000 (14:13 +0000)]
- added jlink support, based on Jürgen Stuber patch

git-svn-id: svn://svn.berlios.de/openocd/trunk@658 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- restored tabs and formatting
ntfreak [Mon, 12 May 2008 09:01:38 +0000 (09:01 +0000)]
- restored tabs and formatting

git-svn-id: svn://svn.berlios.de/openocd/trunk@657 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added patch from uwe hermann, thanks for the hint.
mifi [Sun, 11 May 2008 18:42:09 +0000 (18:42 +0000)]
- added patch from uwe hermann, thanks for the hint.

git-svn-id: svn://svn.berlios.de/openocd/trunk@656 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added/renamed interfaces, remove jtag_speed from the interface part
mifi [Sat, 10 May 2008 13:12:35 +0000 (13:12 +0000)]
- added/renamed interfaces, remove jtag_speed from the interface part

git-svn-id: svn://svn.berlios.de/openocd/trunk@655 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- corrected rounding in ft2232_khz
mifi [Sat, 10 May 2008 12:35:11 +0000 (12:35 +0000)]
- corrected rounding in ft2232_khz

git-svn-id: svn://svn.berlios.de/openocd/trunk@654 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added support for ft2232/jtag_khz
mifi [Sat, 10 May 2008 12:11:02 +0000 (12:11 +0000)]
- added support for ft2232/jtag_khz

git-svn-id: svn://svn.berlios.de/openocd/trunk@653 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- smoketest for r651
mifi [Sat, 10 May 2008 08:26:52 +0000 (08:26 +0000)]
- smoketest for r651

git-svn-id: svn://svn.berlios.de/openocd/trunk@652 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoprinting available memory fails on win + mac. Disable for now until a robust way...
oharboe [Fri, 9 May 2008 19:03:03 +0000 (19:03 +0000)]
printing available memory fails on win + mac. Disable for now until a robust way of doing this can be found.

git-svn-id: svn://svn.berlios.de/openocd/trunk@651 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoMichael Fischer spotted a problem in the reset routines for srst_pulls_trst. It is...
oharboe [Fri, 9 May 2008 18:38:51 +0000 (18:38 +0000)]
Michael Fischer spotted a problem in the reset routines for srst_pulls_trst. It is a bit of a mystery why this was only visible w/LPC2148.

Embedded ICE registers are now set up after SRST pulls TRST.

git-svn-id: svn://svn.berlios.de/openocd/trunk@650 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agodisable code that prints available mem under windows. Does not compile.
oharboe [Thu, 8 May 2008 18:07:37 +0000 (18:07 +0000)]
disable code that prints available mem under windows. Does not compile.

git-svn-id: svn://svn.berlios.de/openocd/trunk@649 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoprint available memory in log_level 3
oharboe [Wed, 7 May 2008 18:05:58 +0000 (18:05 +0000)]
print available memory in log_level 3

git-svn-id: svn://svn.berlios.de/openocd/trunk@648 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoThis matters for embedded devices, but is probably not observably better for PC hoste...
oharboe [Wed, 7 May 2008 14:25:34 +0000 (14:25 +0000)]
This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD.

git-svn-id: svn://svn.berlios.de/openocd/trunk@647 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoEdgar Grimberg plugged a leak found w/Valgrind.
oharboe [Wed, 7 May 2008 12:15:19 +0000 (12:15 +0000)]
Edgar Grimberg plugged a leak found w/Valgrind.

git-svn-id: svn://svn.berlios.de/openocd/trunk@646 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoincrease packet size to 16kBytes. Very slightly faster.
oharboe [Wed, 7 May 2008 12:14:26 +0000 (12:14 +0000)]
increase packet size to 16kBytes. Very slightly faster.

git-svn-id: svn://svn.berlios.de/openocd/trunk@645 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoEdgar Grimberg found tiny memory leak
oharboe [Tue, 6 May 2008 13:05:17 +0000 (13:05 +0000)]
Edgar Grimberg found tiny memory leak

git-svn-id: svn://svn.berlios.de/openocd/trunk@644 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added svn props for newly added files
ntfreak [Tue, 6 May 2008 11:17:51 +0000 (11:17 +0000)]
- added svn props for newly added files

git-svn-id: svn://svn.berlios.de/openocd/trunk@643 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoThe target library is now the authorotative source of config examples
oharboe [Tue, 6 May 2008 09:12:00 +0000 (09:12 +0000)]
The target library is now the authorotative source of config examples

git-svn-id: svn://svn.berlios.de/openocd/trunk@642 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoadd missing reset script
oharboe [Tue, 6 May 2008 08:57:41 +0000 (08:57 +0000)]
add missing reset script

git-svn-id: svn://svn.berlios.de/openocd/trunk@641 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- fixed xsvf_add_statemove()
drath [Sat, 3 May 2008 10:33:16 +0000 (10:33 +0000)]
- fixed xsvf_add_statemove()

git-svn-id: svn://svn.berlios.de/openocd/trunk@640 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- updated docs for ft2232_vid_pid command
ntfreak [Fri, 2 May 2008 10:36:12 +0000 (10:36 +0000)]
- updated docs for ft2232_vid_pid command

git-svn-id: svn://svn.berlios.de/openocd/trunk@639 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- added info about libftdi support under win32
ntfreak [Fri, 2 May 2008 09:35:48 +0000 (09:35 +0000)]
- added info about libftdi support under win32

git-svn-id: svn://svn.berlios.de/openocd/trunk@638 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- corrected typo in cfg file
mifi [Fri, 2 May 2008 06:23:25 +0000 (06:23 +0000)]
- corrected typo in cfg file

git-svn-id: svn://svn.berlios.de/openocd/trunk@637 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoTim Hudson worked on English language.
oharboe [Thu, 1 May 2008 21:29:05 +0000 (21:29 +0000)]
Tim Hudson worked on English language.

git-svn-id: svn://svn.berlios.de/openocd/trunk@636 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- add -lusb to link for using libftdi under win32
ntfreak [Thu, 1 May 2008 19:31:13 +0000 (19:31 +0000)]
- add -lusb to link for using libftdi under win32

git-svn-id: svn://svn.berlios.de/openocd/trunk@635 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years ago- add missing svn props
ntfreak [Thu, 1 May 2008 15:12:54 +0000 (15:12 +0000)]
- add missing svn props

git-svn-id: svn://svn.berlios.de/openocd/trunk@634 b42882b7-edfa-0310-969c-e2dbd0fdcd60

16 years agoChanged at91sam7_ecr working area to a valid SRAM adress for the AT91SAM7S/X target...
mlu [Wed, 30 Apr 2008 20:49:53 +0000 (20:49 +0000)]
Changed  at91sam7_ecr working area to a valid SRAM adress for the AT91SAM7S/X target family

git-svn-id: svn://svn.berlios.de/openocd/trunk@633 b42882b7-edfa-0310-969c-e2dbd0fdcd60