aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Handling harts becoming available when haltedexamine_unavailable_hartscgsfv6-236/+251
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
2024-01-11Merge pull request #971 from en-sc/en-sc/keep-aliveJan Matyas7-1/+41
2024-01-10[NFC] target/riscv: use defined constants in `dmi_*_t` enumsEvgeniy Naydanov1-6/+6
2024-01-10Merge commit 'adcc8ef87bc1ed47c95f1f2d23072b2b916e1555' into en-sc/from_upstreamEvgeniy Naydanov45-489/+2678
2024-01-09break from long loops on shutdown requestEvgeniy Naydanov7-1/+41
2024-01-06target/adiv5: probe MEM-AP supported transfer sizes including large dataTomas Vanek3-126/+268
2024-01-06target/arm_adi_v5: rework Nuvoton NPCX quirk workaround.Tomas Vanek1-15/+19
2024-01-06target/arm_adi_v5: simplify TI BE 32 quirk workaroundTomas Vanek1-51/+24