aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Handle unavailability when deasserting resetexamine_unavailable_harts_backupcgsfv2-5/+9
2024-04-25Using progbuf for set_dcsr_break now workscgsfv3-32/+57
2024-04-22Can also use progbuf only for dcsr_ebreakcgsfv1-14/+41
2024-03-28OK if target is unavailble after waiting for haltcgsfv1-0/+3
2024-03-25Making halt_set_dcsr_ebreak more robustcgsfv1-18/+9
2024-03-25Ensuring target is selected when resuming itcgsfv1-0/+4
2024-03-24Extending handling of unavailable hartscgsfv2-16/+23
2024-03-20Handling harts becoming available when haltedcgsfv4-198/+152
2024-03-18Adding riscv013_halt_current_hart functioncgsfv1-81/+77
2024-03-07Fixing halt_set_dcsr_ebreak not setting hart explicitly enoughcgsfv1-10/+100
2024-02-26Added cleaner handling of unexamined hartscgsfv2-18/+22
2024-02-13Added even more handling of unexamined hartscgsfv3-2/+17
2024-02-13Added more handling of unexamined hartscgsfv2-6/+15
2024-01-29Merge pull request #1006 from en-sc/en-sc/break-ll-revertJan Matyas7-41/+1
2024-01-29contrib/firmware: Change USB interruption handling for JTAG/I2C communicationsAhmed BOUDJELIDA4-26/+31
2024-01-29jtag/drivers: Add GPIO extender configuration function to ANGIE driverAhmed BOUDJELIDA5-27/+116
2024-01-29jtag/drivers: give ANGIE a new PID after renumerationAhmed BOUDJELIDA5-7/+12
2024-01-29jtag/drivers: correct the angie_reset functionAhmed BOUDJELIDA1-5/+7
2024-01-29contrib/firmware: Add direction control for 'SCL' i2c signalAhmed BOUDJELIDA7-13/+22
2024-01-29jtag/drivers: send bitstream size to firmware via libusbAhmed BOUDJELIDA1-10/+14
2024-01-29contrib/firmware: update gpif FSM configuration fileAhmed BOUDJELIDA1-10/+10
2024-01-29target/mips32: fix false positive from clangAntonio Borneo1-8/+9
2024-01-29target/xtensa: enable xtensa algo supportianst3-4/+23
2024-01-29helper/command: pass command arguments also as Jim_ObjAntonio Borneo3-0/+9
2024-01-29helper/command: inline run_command() in exec_command()Antonio Borneo1-25/+18
2024-01-29helper/command: simplify exec_command()Antonio Borneo1-29/+9
2024-01-29helper/command: simplify script_command_args_alloc()Antonio Borneo1-7/+4
2024-01-29helper/command: drop unused variablesAntonio Borneo1-4/+2
2024-01-29target: drop deprecated code for mem2array and array2memAntonio Borneo2-441/+35
2024-01-29LICENSES: drop SPDX tag 'GPL-2.0' and use 'GPL-2.0-only'Antonio Borneo3-7/+1
2024-01-29target/arc: skip over breakpoints in arc_resume()Evgeniy Didin1-1/+58
2024-01-29target/arc: restore breakpoints in arc_resume()Evgeniy Didin1-0/+36
2024-01-29target/xtensa: extra debug info for "xtensa exe" failuresianst2-10/+17
2024-01-29cortex_m: add detection of MVE feature for Armv8.1-M coresTarek BOCHKATI2-19/+34
2024-01-29ipdbg: improve ipdbg-host speedDaniel Anselmi1-67/+209
2024-01-29jtag/drivers/cmsis_dap: use oocd_libusb_dev_mem_alloc() helperTomas Vanek1-23/+18
2024-01-29drivers/libusb_helper: introduce oocd_libusb_dev_mem_alloc() helperTomas Vanek2-0/+79
2024-01-26Revert "break from long loops on shutdown request"Evgeniy Naydanov7-41/+1
2024-01-25Merge pull request #997 from en-sc/en-sc/priv-accessJan Matyas2-9/+14
2024-01-25Merge pull request #1002 from en-sc/en-sc/arch-stateJan Matyas1-0/+8
2024-01-25Merge pull request #995 from en-sc/en-sc/ctx-fixJan Matyas2-5/+9
2024-01-24target/riscv: report info about target during `poll`Evgeniy Naydanov1-0/+8
2024-01-23target/riscv: move read redirection for `priv` to `riscv-013.c`Evgeniy Naydanov2-9/+14
2024-01-18Merge pull request #992 from en-sc/en-sc/remove-hart-countJan Matyas3-26/+1
2024-01-18Merge pull request #990 from en-sc/en-sc/dmi-definesJan Matyas1-6/+6
2024-01-18Merge pull request #991 from en-sc/en-sc/dm-dmi-address-conversionJan Matyas3-112/+122
2024-01-16target/riscv: cleanup `get_riscv_debug_reg_ctx()`Evgeniy Naydanov2-5/+9
2024-01-16target/riscv: fix addressing in `dm_read`/`dm_wirte`Evgeniy Naydanov3-112/+122
2024-01-16target/riscv: remove `riscv_hart_count()`Evgeniy Naydanov3-26/+1
2024-01-16Merge pull request #989 from en-sc/en-sc/from_upstreamJan Matyas43-488/+2655