Commit Graph

  • 09016bcb6e
    Optimize reading a single byte/short/word. (#390) Tim Newsome 2019-07-15 10:34:40 -0700
  • 9b34f8ca3c
    Write all ones to clear cmderr. (#389) Tim Newsome 2019-07-15 10:33:52 -0700
  • 6983eda0e9
    Make resume order configurable. (#388) Tim Newsome 2019-07-15 10:32:28 -0700
  • c5dee66a71
    Redo fespi flash algorithm (#384) Tim Newsome 2019-07-09 10:05:07 -0700
  • 8f2d2c27e8
    RV32E support (#387) Tim Newsome 2019-07-08 12:26:01 -0700
  • 263deb3802 configure.ac: Fix ST-Link adapter description Marc Schink 2019-06-26 11:24:39 +0200
  • 91faf1a573
    Reduce abstract command execution by one scan. (#383) Tim Newsome 2019-06-21 09:59:28 -0700
  • 6ea43726a8 cortex_m: set C_DEBUGEN in soft_reset_halt Antonio Borneo 2019-03-03 00:22:37 +0100
  • a521d93b7a helper/options: simplify the code using command_run_linef() Antonio Borneo 2019-06-08 17:29:58 +0200
  • 77a8914b7f helper/command: make command_run_line reentrant Christopher Head 2019-06-07 11:40:25 -0700
  • 23b6aa9bf8 doc: makeinfo extra whitespace Kevin Gillespie 2019-06-12 08:54:51 -0500
  • 86cc07a757 fix memory leak (#382) jhjung81 2019-06-21 02:02:06 +0900
  • bb03f79bde
    Improve block read and checksum speed (#381) Tim Newsome 2019-06-19 10:56:37 -0700
  • 42cee465c2 tcl/board: Add SAML11 Xplained Pro Evaluation Kit Marc Schink 2019-06-05 13:35:14 +0200
  • 56de276d91 tcl/target: Add initial Microchip SAML1x support Marc Schink 2019-06-05 13:34:29 +0200
  • 0d47d85ff5 target/cortex_m: Add support for AHB5-AP Marc Schink 2019-06-14 08:16:19 +0200
  • 1f1558e74b target/arm_adiv5: Add type for AHB5-AP Marc Schink 2019-06-14 08:08:47 +0200
  • ae449bb5f9 Configs for ARM corelink SSE-200 target and Musca A board Omair Javaid 2019-03-31 01:35:43 +0500
  • bc94ca241a Support for debugging on ARMv8-M CPUs Omair Javaid 2019-03-21 23:33:13 +0500
  • c05ad1a92a
    Set mstatus.FS to access FPU CSRs. (#380) Tim Newsome 2019-06-14 15:55:56 -0700
  • 4dbcb1e79d target/cortex_a: remove dependency from jtag queue Antonio Borneo 2019-02-24 18:16:39 +0100
  • 18f4ef0f5e target/aarch64: remove dependency from jtag queue Antonio Borneo 2019-02-24 18:13:44 +0100
  • a5725fe1ae Reversed hart loop order in riscv_resume_go_all_harts reverse-resume-order cgsfv 2019-06-14 11:30:05 +0200
  • 9879f9bf04 jtag: fix error on TCL command "return" in jtag event handler Antonio Borneo 2019-06-03 15:30:41 +0200
  • 1af83682e0 target: fix error on TCL command "return" in target event handler Antonio Borneo 2019-02-26 09:57:14 +0100
  • e6990bdd00 flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6 Tarek BOCHKATI 2019-06-01 14:49:36 +0200
  • 8ed19a2e29 jtag: drivers: buspirate: chunk SWD switch sequence transfer. Tilman Sauerbeck 2019-06-03 21:19:07 +0200
  • b6fa208759 jtag/drivers/jtag_usb_common: fix typo Christopher Head 2019-06-04 10:28:54 -0700
  • 20396e56b7 target: make target re-configuration possible again Tomas Vanek 2019-04-26 08:44:38 +0200
  • 7a27423e31 fix XScale register access Michael Schwingen 2019-04-25 22:05:55 +0200
  • 48478967db mem_ap: fix format of logged addresses Antonio Borneo 2019-03-15 23:20:55 +0100
  • 88728abee1 ARMv8: Update rtos_reg storage from 8 to 16 bytes Daniel Goehring 2019-05-16 16:47:57 -0400
  • f935f39cda armv7a_mmu: Add support for decoding Super Sections Florian Fainelli 2019-03-19 10:36:39 -0700
  • eeabbd58c0 armv7a_mmu: Do not restrict virtual addresses to uint32_t Florian Fainelli 2019-03-19 09:50:41 -0700
  • 604dded6f1 armv7a_mmu: Remove armv7a_mmu_translate_va() Florian Fainelli 2019-06-05 12:37:13 -0700
  • ba11adb833 armv7a_mmu: Check earlier for PAR read Florian Fainelli 2019-06-05 15:23:33 -0700
  • fd9c54b1fe Inverted Frame to Pseudo Tap for Simpler Hardware to Decode DR (#373) Paul George 2019-06-11 02:03:50 +0530
  • 6f87df80fe contrib/rpc_examples: remove 'ocd_' command prefix from haskell example Antonio Borneo 2019-05-31 17:03:10 +0200
  • c8184bac20 contrib/rpc_examples: Remove 'ocd_' command prefix Marc Schink 2019-05-31 13:42:28 +0200
  • 215f14bec8 target/armv7m: fix register number in armv7m_get_core_reg() Tomas Vanek 2019-06-05 01:09:15 +0200
  • 159f11fefc jtag: set default "jtag_only" to uninitialized transports Antonio Borneo 2019-01-22 16:03:15 +0100
  • 0cba5b4ea3 gdb_server: remove call to jtag_execute_queue() Antonio Borneo 2019-02-13 18:28:50 +0100
  • 02cd1e39cc target/cortex_m: remove dependency from jtag queue Antonio Borneo 2019-02-13 17:15:58 +0100
  • e5177a5ad4 helper: add bitmap helper primitives Antonio Borneo 2019-01-28 18:22:21 +0100
  • e26910fdad jtag: simplify management of non-implemented handlers Antonio Borneo 2018-07-11 10:21:04 +0200
  • 7cddeb0af2 swd: remove unused API frequency() Antonio Borneo 2018-08-06 17:31:36 +0200
  • 8b9560349f Convert DEBUG_JTAG_IO to LOG_DEBUG_IO Andreas Fritiofson 2016-12-14 01:33:17 +0100
  • eea508d9af gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk transfers Bohdan Tymkiv 2019-04-16 17:28:29 +0300
  • 85ed41d210 jlink: add usb location support Oleksij Rempel 2018-07-04 16:40:58 +0200
  • 9655da5aed jtag/drivers/jtag_usb_common: Fix variable name Marc Schink 2019-05-06 17:01:22 +0200
  • 37ad15bcb3 libjaylink: Update to latest Git version Oleksij Rempel 2018-08-02 18:13:24 +0200
  • cbf99d2df3 jtag/drivers/jtag_usb_common: Remove warning Marc Schink 2019-05-06 17:09:21 +0200
  • 2288394b45 arm_adi_v5: Split CSW bits into AHB/APB/AXI Leonard Crestez 2019-04-16 22:12:18 +0300
  • 51ef02a5d1 target: make handle_md_output() global Tomas Vanek 2018-11-22 19:05:04 +0100
  • 9ce5e8bc26 configure.ac: fix minor typo Antonio Borneo 2019-05-05 15:49:19 +0200
  • 545a3de09b guess-rev.sh: fix minor typo Antonio Borneo 2019-05-05 15:45:47 +0200
  • f9bd26dfe0 HACKING: fix minor typos Antonio Borneo 2019-05-04 15:23:30 +0200
  • 5b768b0d39 cortex_m: set the debug reason to DBGRQ when NVIC_DFSR indicates EXTERNAL Tarek BOCHKATI 2019-05-07 17:16:15 +0200
  • f912649968 helper/command: remove dead code in command_unknown() Antonio Borneo 2019-04-07 12:18:05 +0200
  • 5fbf4d4cc3 target: remove unused function target_buffer_get_u8() Antonio Borneo 2019-05-05 14:32:37 +0200
  • 39504a695f stm32f7x: Use CHIPNAME-specific name for ITCM bank Christopher Head 2019-04-10 14:16:13 -0700
  • 11e5f02276 doc/openocd.texi: fix bad aarch64 merge Steven Stallion 2019-05-21 11:29:27 -0700
  • 998fed1fe7
    Don't write sbcs while sbbusy is set. (#375) Tim Newsome 2019-05-21 14:40:47 -0700
  • c7a78e9c57
    Don't update RTOS threads just before step. (#376) Tim Newsome 2019-05-20 14:16:07 -0700
  • 44f595b2b8 RISC-V: Make compliance tests more verbose (#366) Philipp Wagner 2019-05-20 21:36:41 +0100
  • 45b5178b1a RISC-V compliance test: target must be examined (#367) Philipp Wagner 2019-05-20 21:35:58 +0100
  • af952850b5 tcl/target: Fix V3M/V3H SoC chipname Marek Vasut 2019-04-02 05:28:17 +0200
  • 82e3a0e7cf tcl/target: Add Renesas RZ/A1H target Marek Vasut 2018-10-05 22:48:04 +0200
  • 5b053ffd43 tcl/board: Add Renesas RZ/A1H GR-Peach board Marek Vasut 2018-10-05 22:48:13 +0200
  • 2b78f65aa9 helper/command: print the command output in case of error Antonio Borneo 2019-05-15 16:27:26 +0200
  • e162200ab2 Fix 'adapter usb location' documentation Marc Schink 2019-05-07 13:20:30 +0200
  • da12994d9d
    More helpful debug output. (#374) Tim Newsome 2019-05-16 14:39:12 -0700
  • 04ebb43f93 jtag/drivers/imx_gpio: fixed calls to command_print Jan Matyas 2019-05-15 07:38:51 +0200
  • ea45029829 drivers/bcm2835gpio: fix build for ARM host Antonio Borneo 2019-05-14 23:38:29 +0200
  • b3d4c97b9f jtag_vpi: fixed state transitions in "stableclocks" Jan Matyas 2019-05-06 07:20:33 +0200
  • 6dab4c70c8 jtag_vpi: correct runtest behavior Megan Wachs 2016-08-02 18:44:10 -0700
  • 4f9ad16610 target: Fix breakpoint usage Marc Schink 2019-04-29 12:08:05 +0200
  • 92b582ed62 helper/command: fix printing usage for incomplete commands Antonio Borneo 2019-05-12 14:09:51 +0200
  • c826746068 helper/command: send command output only to the right server Antonio Borneo 2019-04-07 05:12:31 +0200
  • 31c67cc830 target: fix output of command "targets" Antonio Borneo 2019-04-06 16:26:31 +0200
  • 3605cb9625 tcl/psoc4: remove "ocd_" prefixed commands Antonio Borneo 2019-03-28 12:22:25 +0100
  • 83af3d992e TODO: remove references to "ocd_" prefix in documentation Antonio Borneo 2019-03-28 12:15:47 +0100
  • 24bfdf53fd doc: remove references to "ocd_" prefixed commands Antonio Borneo 2019-03-28 12:14:56 +0100
  • 9eea9cce3f helper/command: remove search for "ocd_" prefix Antonio Borneo 2019-03-28 11:58:10 +0100
  • 6da0512092 helper/command: remove command "command type" Paul Fertser 2019-04-03 18:50:41 +0200
  • 0840414f0e helper/command: do not replace new commands with ocd_ prefix Paul Fertser 2019-04-04 09:40:27 +0200
  • a72561ba91 helper/command: do not capture log in script_command_run() Paul Fertser 2019-04-04 09:35:15 +0200
  • 7f260f5009 helper/command: Handle Tcl return values consistently Paul Fertser 2019-04-04 09:54:09 +0200
  • 2caa3455ad flash/nor: use command_print() in command "flash banks" Paul Fertser 2019-04-03 17:31:57 +0200
  • 585fcea14a nor/niietcm4: fix indentation Paul Fertser 2019-04-03 17:29:21 +0200
  • 6cb5ba6f11 helper/command: change prototype of command_print/command_print_sameline Antonio Borneo 2019-04-03 10:37:24 +0200
  • 6916550938 jlink: change prototype of show_config*() functions Paul Fertser 2019-04-01 05:54:15 +0200
  • 7060286175 target/esirisc_trace: change prototype of trace dump functions Paul Fertser 2019-04-01 05:42:24 +0200
  • 3f8f7352d2 target/esirisc_trace: change prototype of trace analyse functions Paul Fertser 2019-04-01 05:37:24 +0200
  • fd66dfb61d target: change prototype of binprint() Paul Fertser 2019-04-01 05:22:35 +0200
  • 20184ea861 target: change prototype of handle_bp_command_set() Paul Fertser 2019-04-01 05:19:21 +0200
  • fa765f1374 target: change prototype of handle_bp_command_list() Paul Fertser 2019-04-01 05:17:07 +0200
  • eaa70635dc target: change prototype of handle_md_output() Paul Fertser 2019-04-01 05:14:26 +0200
  • d50e92e7f7 target/arm_adi_v5: change prototype of dap_rom_display() Paul Fertser 2019-04-01 05:10:56 +0200
  • 5a330d1d74 target/etm: change prototype of etmv1_analyze_trace() Paul Fertser 2019-04-01 05:03:21 +0200