Commit Graph

  • 71460ba9a5 - added search for libdl - Thanks Charles Hardin ntfreak 2008-07-05 09:57:19 +0000
  • 2514493bd8 - added svn props for newly added files ntfreak 2008-07-04 17:49:45 +0000
  • b36248beb9 - added event scripts for str73x and str75x targets ntfreak 2008-07-04 17:46:41 +0000
  • d0bd3b719e - added jtag_khz to target scripts ntfreak 2008-07-04 17:33:46 +0000
  • b99b73a368 - fixed line endings with commands.tcl - added svn props for newly added files ntfreak 2008-07-04 16:59:35 +0000
  • e9488b9ad8 tcl tinkering. oharboe 2008-07-04 14:05:08 +0000
  • bece2176c0 fix to peek command. oharboe 2008-07-04 13:48:16 +0000
  • 002e3fcbdb added echo command in tcl. Issues a LOG_USER() for the single argument. oharboe 2008-07-04 13:37:34 +0000
  • d8957cb107 typo oharboe 2008-07-04 13:26:28 +0000
  • ef268c96bb tcl config script example oharboe 2008-07-04 08:08:29 +0000
  • 71471b07fd added support for Tcl config scripts on the command line(use .tcl extension). oharboe 2008-07-04 07:22:11 +0000
  • 269c6d8385 utility fn. oharboe 2008-07-04 07:21:31 +0000
  • e8b16d40f1 ARM11 update. OpenOCD supports starting without being able to talk to the hardware. oharboe 2008-07-04 07:20:43 +0000
  • 586f8db90f Valentin Longchamp target script for mx31.cfg oharboe 2008-07-04 07:09:02 +0000
  • a521e674cf Jim Tcl support added oharboe 2008-07-04 06:31:43 +0000
  • 4d858f7136 - 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 ntfreak 2008-07-02 07:51:41 +0000
  • 731866bd14 wip. oharboe 2008-06-28 09:26:48 +0000
  • 7b2a563198 wip oharboe 2008-06-28 08:02:58 +0000
  • f25b1c78fb - update docs for new target_script events ntfreak 2008-06-27 17:51:55 +0000
  • 940e694af6 - added svn props for newly added files ntfreak 2008-06-27 08:16:31 +0000
  • b754eac35a hooks to enable experimentation with scripting language support. Reduces patch size, but has no effect on OpenOCD otherwise. oharboe 2008-06-27 06:58:45 +0000
  • a78762e786 export find_file function oharboe 2008-06-27 06:20:41 +0000
  • a61fe67b78 David Anders more target lib scripts contributed by oharboe 2008-06-27 06:19:37 +0000
  • 0778b69f82 committing to reduce patch size for Tcl experiments. Not in use currently. oharboe 2008-06-27 06:18:40 +0000
  • 83fc7fcf9b 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 oharboe 2008-06-27 06:13:34 +0000
  • c5df3ce144 Fixed bogus error message and plugged memory leak for the case when there was no reset script. oharboe 2008-06-25 19:23:55 +0000
  • c152c6a5ed - fix reset_halt issue with certain arm cores - address not set in embedded ice reg - Thanks Jonas Hörberg ntfreak 2008-06-25 16:20:33 +0000
  • 7e36e461a4 added pre/post_reset scripts based on Pieter Conradie's ideas. oharboe 2008-06-25 08:47:19 +0000
  • e5c315d137 - fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is defined - Thanks Simon Qian ntfreak 2008-06-24 09:26:30 +0000
  • 77fd8150ce 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 */ oharboe 2008-06-18 13:52:15 +0000
  • 46bdbc5dbd 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 oharboe 2008-06-18 13:50:04 +0000
  • f27871b240 Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_trst, as in all other drivers oharboe 2008-06-18 13:49:54 +0000
  • 5728fdce21 Spen spotted a bug in warning for missing srst_pulls_trst oharboe 2008-06-18 11:58:20 +0000
  • 681981cc0b - added missing install entries for eir-sam7se512 target ntfreak 2008-06-16 21:22:39 +0000
  • 1c429d9ce7 - added target and event script for the eir-sam7se512 target mifi 2008-06-16 19:54:15 +0000
  • 996acf082c fallback for no implementation of multi word CFI write. Successful codepath not affected. oharboe 2008-06-16 18:44:20 +0000
  • d52d7f69be GDB timeout fix. If a script takes a long time and does not produce any output, ping between every command. oharboe 2008-06-16 18:40:31 +0000
  • 85fc1e06fa - removed duplicate cortex_m3_register_commands ntfreak 2008-06-16 15:02:02 +0000
  • 5c8ebfbed2 - probe incorrect for high density stm32 flash ntfreak 2008-06-11 11:12:24 +0000
  • 710c1a9ed9 - error message cleanup in jlink driver ntfreak 2008-06-10 17:59:10 +0000
  • ba8c605da4 - stm32 erase will use mass_erase if all banks selected ntfreak 2008-06-06 09:29:21 +0000
  • c526c43c43 Nicolas Pitre: Feroceon fixes oharboe 2008-06-06 06:12:04 +0000
  • a532e98176 - erase bank using bank erase rather than each sector - Thanks Fredrik Hederstierna ntfreak 2008-06-05 18:55:55 +0000
  • 24092a5172 Pavel Chromy: TCK returns to zero before state of reset line is changed. oharboe 2008-06-04 17:09:10 +0000
  • 9f8d50bf81 Pavel Chromy: fix logging syntax error + formatting & removing obsolete comments. oharboe 2008-06-04 11:09:41 +0000
  • 04eecaac4a - fix jlink accessing incorrect buffer element ntfreak 2008-06-04 09:46:19 +0000
  • 61933601bb - luminary, stm32 and str7 flash driver error cleanup ntfreak 2008-06-04 09:18:42 +0000
  • a37e3836e2 - 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. ntfreak 2008-06-03 19:36:42 +0000
  • 3727a2103a Fredrik Hederstierna: fix leak + clean up return codes oharboe 2008-06-03 10:21:47 +0000
  • 32310efe1a Fredrik Hederstierna: fix leak + clean up return codes oharboe 2008-06-03 09:46:32 +0000
  • 17d52af2a4 - added checksum_memory and blank_check_memory for xscale ntfreak 2008-05-29 18:27:00 +0000
  • 2117ed3feb - stellaris flash driver changed warning to info ntfreak 2008-05-28 21:26:23 +0000
  • 938e01d0c3 - moved flash erase_check target code to target.c ntfreak 2008-05-27 21:23:47 +0000
  • 506ca886c4 flash_write will attempt to pad image sections ntfreak 2008-05-27 18:40:28 +0000
  • 222b5c179a - fixed typo in wp command ntfreak 2008-05-27 17:57:41 +0000
  • 586e9e4ef1 - fix issue if jlink sends result in single usb in packet ntfreak 2008-05-27 16:21:05 +0000
  • 923fdc6ff6 - added check for max. value of jtag_speed in ft2232_khz. mifi 2008-05-26 17:59:26 +0000
  • bfc0ac58f8 - renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3 mifi 2008-05-26 17:32:15 +0000
  • c45984f93e found out why str912 reset halt failed. oharboe 2008-05-26 12:12:03 +0000
  • e0d6a125c4 clock 1/0 in idle now configurable. oharboe 2008-05-26 11:46:05 +0000
  • 6945fb26c8 - corrected error with stm32 page calculation ntfreak 2008-05-26 11:04:20 +0000
  • 3a11ebf860 - changed some buffer defines to increase performance mifi 2008-05-25 08:18:21 +0000
  • 2952c426dd - 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. mifi 2008-05-24 15:40:32 +0000
  • 39dd91ed6b - updated docs for new stellaris mass_erase command ntfreak 2008-05-24 15:01:56 +0000
  • 0cd5c07a2d - added stellaris flash mass_erase command ntfreak 2008-05-24 14:49:45 +0000
  • 7f19b91c80 - update sectors on stm32x mass erase ntfreak 2008-05-24 14:19:42 +0000
  • 8b91677133 - swap processing of reset handling. First srst and than trst. mifi 2008-05-24 11:33:34 +0000
  • 20937dd33a - removed compiler warnings ntfreak 2008-05-24 11:01:33 +0000
  • b7dc652f11 - corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_read_emu_result mifi 2008-05-24 09:06:04 +0000
  • 575e3379f5 - removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead mifi 2008-05-24 08:53:42 +0000
  • f1e317e534 - jlink jlink_execute_queue returns result - added jlink_get_version_info function - reformatted spaces to tabs ntfreak 2008-05-24 08:21:12 +0000
  • 209112000b - replaced JLINK_xxxx command defines by EMU_CMD_ from the J-Link USB Protocol specification - added functionality to jlink_init to display the version. mifi 2008-05-24 07:11:18 +0000
  • 155c3d763c - add support for newer high density stm32 parts ntfreak 2008-05-23 15:49:19 +0000
  • e6f42eaeb6 jtag_exexcute_queue() now logs error when it is invoked before 'init' command. oharboe 2008-05-22 07:28:56 +0000
  • 3642616171 - remove error message on shutdown ntfreak 2008-05-21 19:23:35 +0000
  • c3b9604658 comment. oharboe 2008-05-21 16:57:20 +0000
  • d8de4b9bab 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. oharboe 2008-05-21 07:28:33 +0000
  • 0485363c45 Edgar Grimberg fixes some memory handling issues and a problem with arm7_9_debug_entry not executing a code path upon crashes. oharboe 2008-05-20 10:10:54 +0000
  • 0989c374e9 reverted change in 658 and simply removed the busted warning for now. oharboe 2008-05-19 20:11:05 +0000
  • 05d143857c Fix crash when mode number fetched from the target is invalid. oharboe 2008-05-19 19:02:36 +0000
  • a76c3433e1 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. oharboe 2008-05-19 18:58:47 +0000
  • b723e78d70 Michael Fischer found this bogus warning. Fixed. oharboe 2008-05-19 18:54:50 +0000
  • 454b0a65e6 fix mode output when illegal arm mode is detected. Now prints illegal mode for index -1. oharboe 2008-05-19 12:39:06 +0000
  • 552244724c Michael Fischer found and Edgar Grimberg fixed generic crash in timers reproduceable with at91fr40008 oharboe 2008-05-19 08:44:57 +0000
  • e2ebed86bf updated guidelines. oharboe 2008-05-19 08:03:17 +0000
  • d487a11b92 added stack trace. oharboe 2008-05-19 07:29:45 +0000
  • 96ca4401bd - added smoketest result for r657 - some corrections for the reset config of at91r40008 mifi 2008-05-16 20:23:35 +0000
  • 4e05fd6792 - added arm-usb-ocd.cfg and signalyzer.cfg to the interface mifi 2008-05-16 18:09:03 +0000
  • 548bb19aa2 - added jlink support, based on Jürgen Stuber patch ntfreak 2008-05-14 14:13:38 +0000
  • f1e72cf029 - restored tabs and formatting ntfreak 2008-05-12 09:01:38 +0000
  • 342d77e881 - added patch from uwe hermann, thanks for the hint. mifi 2008-05-11 18:42:09 +0000
  • a394aed0f3 - added/renamed interfaces, remove jtag_speed from the interface part mifi 2008-05-10 13:12:35 +0000
  • 2c75fdf06c - corrected rounding in ft2232_khz mifi 2008-05-10 12:35:11 +0000
  • e2e874aa1f - added support for ft2232/jtag_khz mifi 2008-05-10 12:11:02 +0000
  • fcf674ced3 - smoketest for r651 mifi 2008-05-10 08:26:52 +0000
  • 36c8c0a069 printing available memory fails on win + mac. Disable for now until a robust way of doing this can be found. oharboe 2008-05-09 19:03:03 +0000
  • 52377759a2 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. oharboe 2008-05-09 18:38:51 +0000
  • fd66b702f0 disable code that prints available mem under windows. Does not compile. oharboe 2008-05-08 18:07:37 +0000
  • adf08b49d4 print available memory in log_level 3 oharboe 2008-05-07 18:05:58 +0000
  • ee793f0fcb This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD. oharboe 2008-05-07 14:25:34 +0000