aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-22Fixed typo in comment.new_bscan_approachGreg Savin1-1/+1
2019-04-22Fixed coding error where some fields in a queued JTAG scan would goGreg Savin1-26/+25
2019-04-18Addressed review comments.Greg Savin3-6/+11
2019-04-18High bit of out_value was unpredictable. Added initializer toGreg Savin1-2/+2
2019-04-18Addressed review comments.Greg Savin8-63/+43
2019-04-11Fixed style issue caught by checkpatch.Greg Savin1-3/+3
2019-04-11Added some missing conditional compilation directives.Greg Savin1-0/+4
2019-04-09Fixed formatting issues flagged by checkpatch.pl.Greg Savin5-28/+23
2019-04-08Simplified BSCAN related scanning fields.Greg Savin2-24/+20
2019-04-08A couple fixes.Greg Savin2-7/+2
2019-04-08Added config files.Greg Savin3-0/+46
2019-04-05Moved some functions to riscv.c from the version-specific files.Greg Savin4-98/+114
2019-04-05Fixed wrong assignment of IR width (needed BSCAN IR width somewhereGreg Savin2-49/+7
2019-04-05Fleshing out more.Greg Savin1-8/+100
2019-04-04Checking in for backup.Greg Savin6-0/+180
2019-04-03Support simultaneous resume using hasel (#364)Tim Newsome5-191/+300
2019-04-02More carefully ignore line numbers/time stamps. (#365)Tim Newsome1-3/+4
2019-03-11Fix FESPI address parsing. (#355)Tim Newsome1-3/+1
2019-03-05Set up halt groups for SMP groups. (#353)Tim Newsome3-164/+616
2019-03-01Merge pull request #354 from riscv/fix-openocd-texi-typoCarsten Gosvig1-1/+1
2019-03-01Fixed erroneous space that made CentOS 6 build failcgsfv1-1/+1
2019-02-14Merge pull request #351 from riscv/from_upstreamTim Newsome147-1242/+6456
2019-02-14Fix cut and paste error in docs. (#352)Tim Newsome1-1/+1
2019-02-11Style fix.Tim Newsome1-2/+1
2019-02-11Fix old cut and paste bug.Tim Newsome1-1/+1
2019-02-08Fix build.Tim Newsome1-3/+2
2019-02-08Merge branch 'master' into from_upstreamTim Newsome147-1242/+6458
2019-02-07Rtos riscv (#350)Tim Newsome9-47/+127
2019-02-07jlink: Use correct SWD buffer sizeMarc Schink1-1/+1
2019-02-07drivers/bitbang: remove unused extern declaration of jtag_interfaceAntonio Borneo1-3/+0
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo2-2/+2
2019-02-07doc: add documentation for "adapter usb location" commandOleksij Rempel1-0/+10
2019-02-07target/cortex_m: fix clang static analyzer warningTomas Vanek1-2/+7
2019-02-07target/hla_target: fix clang static analyzer warningTomas Vanek1-4/+6
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion1-0/+4
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz5-1/+10
2019-02-07flash/nor/stm32f1x: Ability to change user option bytes.Jan Vojtech2-3/+14
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek7-1/+19
2019-02-07drivers/imx_gpio: fix polarity of srst and trstAntonio Borneo1-2/+2
2019-02-07jtag: drivers: provide initial support for usb path filteringOleksij Rempel5-1/+185
2019-02-05flash/nor: flash driver and cfg for SAM E54, E53, E51 and D51Tomas Vanek6-3/+1119
2019-02-04flash/nor/stm32f1x: use address instead of offset in stm32x_write_block()Tomas Vanek1-6/+4
2019-02-04flash/nor/stm32f1x: fix minor error messagesTomas Vanek1-3/+5
2019-02-04cortex_m: fix stepping on FPB rev 1Tomas Vanek1-3/+10
2019-02-04flash/nor/at91samd: add samr34j18.Guillaume Revaillot1-0/+3
2019-01-31Merge pull request #347 from riscv/hwthreadTim Newsome12-143/+787
2019-01-31Fix sending memory-map for 64-bit targets. (#348)Tim Newsome23-63/+84
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo5-119/+80
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky3-0/+12
2019-01-27target: do not allow 'target create' after initTomas Vanek1-2/+1