aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11cortex_a: drop cortex_a_dap_write_memap_register_u32()Antonio Borneo1-52/+39
2024-05-11cortex_a: drop the command 'cache auto'Antonio Borneo1-6/+2
2024-05-11cortex_a: drop useless cache invalidate on mem writeAntonio Borneo1-3/+0
2024-05-04target: cortex_a: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2023-12-01target: clarify usage of `coreid`Evgeniy Naydanov1-11/+8
2023-10-14arm_opcode: Add support for ARM MCRR/MRRCFlorian Fainelli1-0/+47
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-5/+5
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo1-8/+9
2022-12-17target: cortex_a: fix clang error core.CallAndMessageAntonio Borneo1-10/+8
2022-12-17arm_adi_v5: fix SIGSEGV due to failing re-examineAntonio Borneo1-17/+14
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13openocd: remove CamelCase symbols *xPSR*Antonio Borneo1-4/+4
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-2/+14
2022-05-14arm_adi_v5: let dap_lookup_cs_component() to get AP dbgbaseAntonio Borneo1-9/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-24/+24
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-17/+9
2021-09-25arm_coresight: add include file and use itAntonio Borneo1-2/+3
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-3/+3
2021-08-22cortex_a: use the ap number specified at target createAntonio Borneo1-5/+10
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-3/+3
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-31/+31
2021-07-02target/cortex_a: Replace printf() with LOG_DEBUG()Marc Schink1-2/+2
2021-07-02target/adiv5: Large Physical Address ExtensionKevin Burke1-2/+2
2021-06-18target: Rename 'linked_BRP' to 'linked_brp'Marc Schink1-3/+3
2021-06-13target/cortex_a: Use bool data typeMarc Schink1-11/+11
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-8/+8
2021-06-03target/cortex_a: fix memory leak on watchpointsAntonio Borneo1-0/+1
2021-06-03target/cortex_a: add support for watchpoint length of 1, 2 and 4 bytesAntonio Borneo1-5/+41
2021-06-03target/cortex_a: fix number of watchpointsAntonio Borneo1-2/+6
2021-06-03target/cortex_a: add support for watchpointsChengyu Zheng1-4/+186
2021-03-19target: remove target names already deprecated in v0.8.0Antonio Borneo1-1/+0
2020-12-26cortex-a: fix reset on dapdirect transportsAntonio Borneo1-2/+2
2020-11-04target: declare local symbols as staticAntonio Borneo1-1/+2
2020-09-05target: use proper format with uint32_tAntonio Borneo1-4/+4
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-06-06target/cortex_a: fix memory leak of register cacheAntonio Borneo1-0/+1
2020-04-12cortex_a: don't wait for target halted in deassert_reset()Antonio Borneo1-1/+3
2020-03-12target/cortex_a: add hypervisor modeAntonio Borneo1-0/+9
2020-03-12armv7a: access monitor registers only with security extensionsAntonio Borneo1-2/+11
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo1-1/+1
2020-03-12cortex_a: warn on broken debug_base settingMatthias Welwarsky1-0/+4
2019-10-18target/cortex_a: Extract code to read/write from/to register to/from DCCFlorian Fainelli1-13/+38
2019-10-18target/cortex_a: use aligned accesses for read/write cpu memory slowAntonio Borneo1-4/+37
2019-06-14target/cortex_a: remove dependency from jtag queueAntonio Borneo1-2/+3
2019-06-12armv7a_mmu: Do not restrict virtual addresses to uint32_tFlorian Fainelli1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser1-1/+1