aboutsummaryrefslogtreecommitdiff
path: root/src/target/aarch64.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-18aarch64: Use 64-bit reads/writes to access SCTLR_EL1Peter Collingbourne1-4/+4
2023-09-17target/aarch64: add AArch64 mdd and mwd supportDaniel Goehring1-11/+54
2023-08-12target/aarch64: add missing aarch64_poll() callsDaniel Goehring1-0/+9
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-7/+11
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo1-4/+5
2023-05-05target: use 'ULL' suffix for long constantsAntonio Borneo1-13/+13
2023-04-30aarch64: Add support for ARMv8-RJulien Massot1-4/+68
2023-03-25target: aarch64: rewrite commands 'aarch64 mcr/mrc' as COMMAND_HANDLERAntonio Borneo1-83/+46
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-13target: make local symbols staticAntonio Borneo1-1/+1
2022-07-23target/semihosting: export semihosting_common_handlers[] from header fileErhan Kurubas1-2/+0
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-14/+2
2022-06-24aarch64: fix handling of 'reset halt'Antonio Borneo1-5/+5
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-2/+14
2022-05-14aarch64: don't wait for smp targets halted in deassert resetAntonio Borneo1-3/+7
2022-05-14arm_adi_v5: let dap_lookup_cs_component() to get AP dbgbaseAntonio Borneo1-11/+4
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-8/+7
2022-01-29aarch64: support for aarch32 ARM_MODE_UNDJulien Massot1-0/+3
2022-01-22aarch64: dump a message when CTI is missingAntonio Borneo1-1/+3
2021-09-25arm_coresight: add include file and use itAntonio Borneo1-2/+3
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-14/+14
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-46/+46
2021-07-02target/aarch64: Replace printf() with LOG_DEBUG()Marc Schink1-2/+2
2021-07-02target/adiv5: Large Physical Address ExtensionKevin Burke1-3/+3
2021-06-18target: Rename 'linked_BRP' to 'linked_brp'Marc Schink1-3/+3
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-10/+10
2021-05-22target/aarch64: fix watchpoint managementAntonio Borneo1-30/+19
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo1-3/+3
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-1/+2
2021-04-18Aarch64:Switch to EL1 from EL0 before manipulate MMUCheng-Shiun Tsai1-0/+9
2021-04-11target/aarch64: Add watchpoint supportLiming Sun1-4/+218
2021-03-19aarch64: add support for "reset halt"Christian Hoff1-7/+101
2020-10-11target/aarch64: fix use of 'target->private_config'Antonio Borneo1-0/+5
2020-10-11target/aarch64: Use apnum settingKevin Yang1-10/+14
2020-10-03target/aarch64: a64 disassemblerMete Balci1-1/+41
2020-09-05target: use proper format with uint32_tAntonio Borneo1-3/+3
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-06-27aarch64: Add support for debugging in HYP mode on ARMv8-A coresLucas1-2/+7
2020-03-12semihosting: add semihosting handlers to AArch64Tarek BOCHKATI1-0/+9
2020-03-12target/aarch64: fix soft breakpoint when PE is in AArch32 stateTarek BOCHKATI1-1/+24
2020-03-12target/aarch64: fix minor stepping issue with gdbTarek BOCHKATI1-1/+1
2019-06-14target/aarch64: remove dependency from jtag queueAntonio Borneo1-2/+3
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser1-1/+1
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo1-52/+4
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink1-2/+2
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2