aboutsummaryrefslogtreecommitdiff
path: root/src/target/aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo1-1/+7
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky1-0/+3
2019-01-08target/aarch64: add support for multi-architecture gdbAntonio Borneo1-0/+1
2018-07-20target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_...Dennis Ostermann1-3/+5
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid1-0/+13
2018-06-04target: aarch64: Adding mcr, mrc 32-bit coprocesor read/write supportKamal Dasu1-0/+153
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky1-0/+15
2018-03-30target: restructure dap supportMatthias Welwarsky1-48/+75
2018-03-30arm_cti: add cti command groupMatthias Welwarsky1-9/+69
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky1-2/+2
2018-02-27gdb_server: run control fixes for vContTomas Vanek1-2/+2
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky1-7/+29
2018-01-26aarch64: implement mmu on/off for aarch32Matthias Welwarsky1-1/+9
2018-01-16aarch64: speed up first examinationMatthias Welwarsky1-40/+20