aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo120-120/+120
2022-09-18target/xtensa: invalidate register cache on resetIan Thompson1-2/+5
2022-09-18target/xtensa: fix clang analyzer warningIan Thompson1-9/+12
2022-09-17target/xtensa: populate PS correctly during fetchIan Thompson1-0/+3
2022-09-13mips64: remove empty mips_mips64_soft_reset_halt()Antonio Borneo1-7/+1
2022-09-13target/xtensa: fully initialize buffers for PWRSTAT readIan Thompson1-2/+2
2022-09-13target: don't export local symbolsAntonio Borneo10-25/+9
2022-09-13riscv: don't export local symbolsAntonio Borneo2-42/+22
2022-09-13target: make local symbols staticAntonio Borneo6-15/+15
2022-09-13xtensa: make local symbols staticAntonio Borneo6-12/+12
2022-09-13riscv: make local symbols staticAntonio Borneo3-33/+33
2022-09-13target/xtensa: fix step state transitionIan Thompson1-3/+4
2022-09-13target/xtensa: enable DAP/SWD for generic xtensaIan Thompson4-37/+191
2022-09-13openocd: remove CamelCase symbols *xPSR*Antonio Borneo9-44/+44
2022-09-13openocd: remove recently added CamelCase symbolsAntonio Borneo4-20/+20
2022-09-08target/xtensa: virtualize XDM registersIan Thompson4-239/+390
2022-09-03target/espressif: add semihosting supportErhan Kurubas12-15/+434
2022-09-03target/arm: Add support with identify STAR-MC1iysheng2-0/+7
2022-08-27target/riscv: Update with latest encoding from riscv-opcodesTim Newsome1-3374/+3661
2022-08-27target/xtensa: fix clang analyzer warningsIan Thompson1-0/+2
2022-08-21target/xtensa: fix clang analyzer warnings and gcc12 build errorsErhan Kurubas1-3/+6
2022-08-20target: add generic Xtensa LX supportIan Thompson18-1787/+2663
2022-08-20target/semihosting: drop type casting from semihosting->resultErhan Kurubas1-29/+18
2022-08-15target/espressif: remove author lines from esp32xx and xtensa filesErhan Kurubas10-16/+2
2022-08-15target/cortex_m: supress historical reset detectionTomas Vanek2-0/+21
2022-08-15gdb_server: custom target-specific GDB queriesIan Thompson1-0/+9
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo1-7/+5
2022-08-15target/riscv: Update debug_defines.h.Tim Newsome1-936/+1444
2022-08-14target/arm: do not expose 'arm reg', 'arm mcr/mrc' commands on Cortex-MTomas Vanek3-15/+28
2022-08-14target/arm: make 'arm core_state' command compatible with Cortex-MTomas Vanek2-11/+13
2022-08-14target/cortex_m: prevent segmentation fault in cortex_m_poll()Tomas Vanek1-0/+10
2022-08-14target: move parent target structs just after common_magicTomas Vanek4-7/+8
2022-08-14target/aarch64: fix duplicate common magicTomas Vanek1-1/+1
2022-08-14target: consolidate existing target/algo common_magicTomas Vanek23-48/+67
2022-08-08target: fix unaligned return of target_get_working_area_avail()Tomas Vanek1-4/+3
2022-08-08target/cortex_a: remove unused CORTEX_A15_COMMON_MAGICTomas Vanek1-1/+0
2022-08-01target/riscv: add common magicTomas Vanek2-0/+12
2022-08-01target/riscv: use struct riscv_info instead of typedef riscv_info_tTomas Vanek4-27/+35
2022-07-30arm_adi_v5: Adding Nuvoton NPCX quirkBen Bender2-0/+38
2022-07-23target/semihosting: export semihosting_common_handlers[] from header fileErhan Kurubas5-6/+2
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo192-2501/+384
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo11-22/+22
2022-07-23openocd: src: replace the incomplete GPL-2.0-or-later license tagAntonio Borneo6-71/+20
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo1-0/+2
2022-07-23openocd: src: remove duplicated GPL license tagAntonio Borneo1-13/+0
2022-07-23openocd: build: add SPDX tagAntonio Borneo6-0/+12
2022-07-02semihosting: fix return value of SYS_READ and SYS_WRITEPavel Kirienko1-9/+3
2022-07-02target: esp_xtensa_smp: fix clang reportAntonio Borneo1-1/+1
2022-07-02semihosting: move semihosting_result_t from riscv.h to the semihosting_common.hErhan Kurubas4-29/+31
2022-06-24semihosting: remove comparison with NULLAntonio Borneo1-1/+1