aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-24target/cortex_a: use extensively cortex_a_wait_dscr_bits()Antonio Borneo1-71/+39
2019-04-24target/cortex_a: check dscr before timeoutAntonio Borneo1-3/+11
2019-04-24target/cortex_a: fix waiting for target halted after stepAntonio Borneo1-0/+2
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo1-28/+0
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo1-51/+4
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink1-6/+6
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo1-5/+14
2019-01-16cortex_a_poll: minor code factorization to enhance readabilityTarek BOCHKATI1-24/+11
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+2