aboutsummaryrefslogtreecommitdiff
path: root/src/target/arc_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03target: arc: rewrite command 'arc add-reg' as COMMAND_HANDLERAntonio Borneo1-133/+96
2023-02-03target: arc: rewrite command 'arc add-reg-type-struct' as COMMAND_HANDLERAntonio Borneo1-151/+101
2023-02-03target: arc: rewrite command 'arc add-reg-type-flags' as COMMAND_HANDLERAntonio Borneo1-103/+94
2023-02-03target: arc: fix error handling in command 'arc set-reg-exists'Antonio Borneo1-2/+2
2023-02-03target: arc: rewrite command 'arc num-actionpoints' as COMMAND_HANDLERAntonio Borneo1-31/+13
2023-02-03target: arc: rewrite command 'arc get-reg-field' as COMMAND_HANDLERAntonio Borneo1-35/+16
2023-02-03target: arc: rewrite command 'arc jtag set-core-reg' as COMMAND_HANDLERAntonio Borneo1-25/+13
2023-02-03target: arc: rewrite command 'arc jtag get-core-reg' as COMMAND_HANDLERAntonio Borneo1-25/+14
2023-02-03target: arc: rewrite command 'arc jtag set-aux-reg' as COMMAND_HANDLERAntonio Borneo1-24/+11
2023-02-03target: arc: rewrite command 'arc jtag get-aux-reg' as COMMAND_HANDLERAntonio Borneo1-23/+12
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13target: make local symbols staticAntonio Borneo1-2/+2
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo1-2/+2
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-41/+41
2021-03-19target/arc: refactor ARC register numbers definesEvgeniy Didin1-2/+2
2020-09-05target/arc: fix command's usage stringAntonio Borneo1-10/+10
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-12/+12
2020-07-26target/arc: Introduce Actionpoints supportEvgeniy Didin1-0/+51
2020-06-27target/arc: Introduce L1I,L1D,L2 caches supportEvgeniy Didin1-1/+58
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-14/+14
2020-03-27target/arc_cmd: Improve argument checks for commandsEvgeniy Didin1-5/+7
2020-02-29target/arc: fix clang static analyzer warningsEvgeniy Didin1-2/+5
2020-02-27Introduce ARCv2 architecture related codeEvgeniy Didin1-0/+977