openocd.git
15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 years agonow compiles again.
oharboe [Wed, 30 Apr 2008 19:26:05 +0000 (19:26 +0000)]
now compiles again.

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

15 years agolpc2148 fixes from Edgar Grimberg
oharboe [Wed, 30 Apr 2008 18:59:39 +0000 (18:59 +0000)]
lpc2148 fixes from Edgar Grimberg

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

15 years ago- added new device to luminary flash driver
ntfreak [Wed, 30 Apr 2008 18:33:21 +0000 (18:33 +0000)]
- added new device to luminary flash driver
- only use SYSRESETREQ on affected luminary parts

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

15 years agoEdgar's naming convention fixes.
oharboe [Wed, 30 Apr 2008 09:34:31 +0000 (09:34 +0000)]
Edgar's naming convention fixes.

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

15 years agoEdgar's added support for printing jtag_khz
oharboe [Wed, 30 Apr 2008 09:13:54 +0000 (09:13 +0000)]
Edgar's added support for printing jtag_khz

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

15 years ago- stm32x default to 128k if flash size failed.
ntfreak [Tue, 29 Apr 2008 17:07:23 +0000 (17:07 +0000)]
- stm32x default to 128k if flash size failed.

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

15 years agoEdgar Grimberg added a new rule for target scripts. Flash + verify must succeed.
oharboe [Tue, 29 Apr 2008 10:22:20 +0000 (10:22 +0000)]
Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed.

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

15 years ago- updated cortex_m3 docs regarding luminary reset behaviour
ntfreak [Tue, 29 Apr 2008 06:56:03 +0000 (06:56 +0000)]
- updated cortex_m3 docs regarding luminary reset behaviour

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

15 years ago- add cortex_m3 variant luminary to fix reset issue with asserting SRST
ntfreak [Mon, 28 Apr 2008 20:05:17 +0000 (20:05 +0000)]
- add cortex_m3 variant luminary to fix reset issue with asserting SRST
- https://lists.berlios.de/pipermail/openocd-development/2008-April/002022.html for details

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

15 years ago- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enabled...
ntfreak [Sat, 26 Apr 2008 16:40:54 +0000 (16:40 +0000)]
- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enabled/disabled for testing
- added armv7m dummy cpsr register to stop gdb setting thumb bit

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

15 years ago- luminary flash now loader polls when finished
ntfreak [Sat, 26 Apr 2008 15:24:15 +0000 (15:24 +0000)]
- luminary flash now loader polls when finished

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

15 years agoset communication speeds
oharboe [Sat, 26 Apr 2008 14:53:06 +0000 (14:53 +0000)]
set communication speeds

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

15 years ago- incorrect ram size for lm3s811 target script
ntfreak [Sat, 26 Apr 2008 14:16:31 +0000 (14:16 +0000)]
- incorrect ram size for lm3s811 target script

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

15 years ago- change str9 flash controller to read array after a level 1 protect
ntfreak [Sat, 26 Apr 2008 12:50:03 +0000 (12:50 +0000)]
- change str9 flash controller to read array after a level 1 protect

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

15 years agowip instructions for building Cortex toolchain
oharboe [Sat, 26 Apr 2008 07:38:36 +0000 (07:38 +0000)]
wip instructions for building Cortex toolchain

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

15 years agomake debug_level 3 useful again... the log just drowns. perhaps introduce debug_level 4?
oharboe [Fri, 25 Apr 2008 13:31:40 +0000 (13:31 +0000)]
make debug_level 3 useful again... the log just drowns. perhaps introduce debug_level 4?

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

15 years agoClose dangling file handle
oharboe [Thu, 24 Apr 2008 20:40:52 +0000 (20:40 +0000)]
Close dangling file handle

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

15 years ago- added svn props for newly added files
ntfreak [Thu, 24 Apr 2008 11:09:28 +0000 (11:09 +0000)]
- added svn props for newly added files

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

15 years agoEdgar's new test cases.
oharboe [Thu, 24 Apr 2008 09:26:50 +0000 (09:26 +0000)]
Edgar's new test cases.

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

15 years agoEdgar's new test cases.
oharboe [Thu, 24 Apr 2008 09:21:42 +0000 (09:21 +0000)]
Edgar's new test cases.

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

16 years agoPavel Chromy's on chip flash loader
oharboe [Wed, 23 Apr 2008 16:36:02 +0000 (16:36 +0000)]
Pavel Chromy's on chip flash loader

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

16 years ago- added svn props for newly added files
ntfreak [Wed, 23 Apr 2008 13:13:38 +0000 (13:13 +0000)]
- added svn props for newly added files

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

16 years ago- added svn props for newly added files
ntfreak [Wed, 23 Apr 2008 13:10:27 +0000 (13:10 +0000)]
- added svn props for newly added files

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

16 years agoTim Hudson contributed at91sam9260 target config files + some interface definitions.
oharboe [Wed, 23 Apr 2008 09:53:23 +0000 (09:53 +0000)]
Tim Hudson contributed at91sam9260 target config files + some interface definitions.

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

16 years ago- fix typo in openocd.texi
ntfreak [Wed, 23 Apr 2008 09:53:04 +0000 (09:53 +0000)]
- fix typo in openocd.texi

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

16 years agoregions outside flash are now read/write nocache by default. GDB 6.8 would mark non...
oharboe [Wed, 23 Apr 2008 08:07:39 +0000 (08:07 +0000)]
regions outside flash are now read/write nocache by default. GDB 6.8 would mark non-flash areas as inacessible by default.

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

16 years agoTim Hudson: removed setting jtag_speed directly (which should not be done).
oharboe [Wed, 23 Apr 2008 07:19:25 +0000 (07:19 +0000)]
Tim Hudson: removed setting jtag_speed directly (which should not be done).

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

16 years agofixed doc for GDB memory map and flash program defaults to follow code
oharboe [Wed, 23 Apr 2008 05:46:26 +0000 (05:46 +0000)]
fixed doc for GDB memory map and flash program defaults to follow code

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

16 years agoadded fast option.
oharboe [Wed, 23 Apr 2008 05:42:42 +0000 (05:42 +0000)]
added fast option.

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

16 years agoAndre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).
oharboe [Wed, 23 Apr 2008 05:27:45 +0000 (05:27 +0000)]
Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).

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

16 years agowip on reporting bugs.
oharboe [Tue, 22 Apr 2008 14:15:45 +0000 (14:15 +0000)]
wip on reporting bugs.

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

16 years agodeleted obsolete stuff.
oharboe [Tue, 22 Apr 2008 06:44:05 +0000 (06:44 +0000)]
deleted obsolete stuff.

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

16 years ago- added stm32 stick and luminary eval boards interface configs
ntfreak [Mon, 21 Apr 2008 08:52:52 +0000 (08:52 +0000)]
- added stm32 stick and luminary eval boards interface configs
- corrected target lm3s6965.cfg

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

16 years ago- set lpc288x[ch] svn file props
ntfreak [Mon, 21 Apr 2008 08:18:19 +0000 (08:18 +0000)]
- set lpc288x[ch] svn file props

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

16 years ago- set erase flag on sector
ntfreak [Sun, 20 Apr 2008 21:37:23 +0000 (21:37 +0000)]
- set erase flag on sector

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

16 years agoKarl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work remaining...
oharboe [Sun, 20 Apr 2008 19:21:27 +0000 (19:21 +0000)]
Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work remaining, committing for test/collaboration purposes.

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

16 years ago- update docs for flash write_image command
ntfreak [Sun, 20 Apr 2008 10:35:29 +0000 (10:35 +0000)]
- update docs for flash write_image command
- remove info on flash auto_erase, added to removed commands section

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

16 years ago- flash.c change stricmp to strcmp
ntfreak [Sat, 19 Apr 2008 17:39:52 +0000 (17:39 +0000)]
- flash.c change stricmp to strcmp

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

16 years ago- added test results for r592
mifi [Sat, 19 Apr 2008 14:08:22 +0000 (14:08 +0000)]
- added test results for r592

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

16 years agoretired auto_erase, added optional erase arg to flash write_image.
oharboe [Sat, 19 Apr 2008 07:15:27 +0000 (07:15 +0000)]
retired auto_erase, added optional erase arg to flash write_image.

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

16 years ago- Flash auto-erase is disabled by default
drath [Fri, 18 Apr 2008 16:23:21 +0000 (16:23 +0000)]
- Flash auto-erase is disabled by default

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

16 years agoEnabled auto erase, gdb memory map and gdb flash programming by default.
oharboe [Fri, 18 Apr 2008 07:33:03 +0000 (07:33 +0000)]
Enabled auto erase, gdb memory map and gdb flash programming by default.

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

16 years agoNicolas Pitre fixed regression.
oharboe [Fri, 18 Apr 2008 06:29:30 +0000 (06:29 +0000)]
Nicolas Pitre fixed regression.

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

16 years agoEdwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, this...
oharboe [Thu, 17 Apr 2008 21:03:19 +0000 (21:03 +0000)]
Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, this patch allows expressions to be evaluated in GDB that contain function calls.

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

16 years agofix for gaffe in 555 that stopped JTAG chain examine + validate from running.
oharboe [Wed, 16 Apr 2008 19:17:15 +0000 (19:17 +0000)]
fix for gaffe in  555 that stopped JTAG chain examine + validate from running.

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

16 years ago- added testing binaries
mifi [Wed, 16 Apr 2008 18:04:40 +0000 (18:04 +0000)]
- added testing binaries

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

16 years ago- correct stm32stick config script
ntfreak [Wed, 16 Apr 2008 09:22:52 +0000 (09:22 +0000)]
- correct stm32stick config script

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

16 years agoUpdate Embedded ICE registers explicitly during target->type->examine() instead
oharboe [Wed, 16 Apr 2008 09:17:22 +0000 (09:17 +0000)]
Update Embedded ICE registers explicitly during target->type->examine() instead
of as a side effect of target->type->poll(). This makes it clearer when things
happen during reset/examine.

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

16 years agoEdgar Grimberg added some missing scripts from the install
oharboe [Wed, 16 Apr 2008 07:59:02 +0000 (07:59 +0000)]
Edgar Grimberg added some missing scripts from the install

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

16 years agofix SEGFAULT regression in cortex after TRST fixes
oharboe [Wed, 16 Apr 2008 07:34:22 +0000 (07:34 +0000)]
fix SEGFAULT regression in cortex after TRST fixes

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

16 years ago- sw_bkpts fails if the target is not halted. The side effect is
oharboe [Tue, 15 Apr 2008 19:08:25 +0000 (19:08 +0000)]
- sw_bkpts fails if the target is not halted. The side effect is
that sw_bkpts also fails if the target is an unknown state(i.e.
not examined yet).
- feroceon embedded ICE registers are now set up after TRST
has been deasserted(not tested, but it was broken as is
anyway).

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

16 years agoAdded checks for target->type->read/write_memory, soft_reset_halt and run_algorithm...
oharboe [Tue, 15 Apr 2008 18:08:36 +0000 (18:08 +0000)]
Added checks for target->type->read/write_memory, soft_reset_halt and run_algorithm that the target has been examined.

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

16 years agotarget read/write is no longer attempted for target_xxx() functions when the target...
oharboe [Tue, 15 Apr 2008 17:03:13 +0000 (17:03 +0000)]
target read/write is no longer attempted for target_xxx() functions when the target has not been examined(fails w/error).

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

16 years ago- added new and missing target scripts - stm32stick and str730
ntfreak [Mon, 14 Apr 2008 08:15:23 +0000 (08:15 +0000)]
- added new and missing target scripts - stm32stick and str730

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

16 years agoretired fast_memory_access. It's always fast now.
oharboe [Mon, 14 Apr 2008 07:57:01 +0000 (07:57 +0000)]
retired fast_memory_access. It's always fast now.

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

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)