aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv8.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-30aarch64: Add support for ARMv8-RJulien Massot1-0/+1
2023-01-15armv8: Add support of pointer authenticationKoudai Iwahori1-0/+7
2022-09-13openocd: remove CamelCase symbols *xPSR*Antonio Borneo1-1/+1
2022-08-14target: consolidate existing target/algo common_magicTomas Vanek1-2/+3
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-14/+2
2021-07-02target/adiv5: Large Physical Address ExtensionKevin Burke1-1/+1
2021-05-22target/aarch64: fix watchpoint managementAntonio Borneo1-2/+2
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-0/+1
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser1-2/+2
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-0/+1
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid1-0/+14
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky1-0/+2
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid1-11/+52
2018-01-16aarch64: simplify mode and state handlingMatthias Welwarsky1-1/+1
2017-02-24aarch64: run control reworkMatthias Welwarsky1-35/+3
2017-02-24armv8: factor out generic bit set/clr for debug registersMatthias Welwarsky1-0/+1
2017-02-15aarch64: Fix #include guardsMarc Schink1-1/+1
2017-02-10aarch64: register access rewriteMatthias Welwarsky1-6/+40
2017-02-10aarch64: provide virt2phys commandMatthias Welwarsky1-0/+4
2017-02-10aarch64: remove bogus os_border calculationMatthias Welwarsky1-1/+0
2017-02-10aarch64: armv8 cache functions updateMatthias Welwarsky1-3/+14
2017-02-10aarch64: add basic Aarch32 supportMatthias Welwarsky1-1/+6
2017-02-10aarch64: update smp halt and resume to better facilitate CTIMatthias Welwarsky1-0/+5
2017-02-10aarch64: remove code for AHB-AP supportMatthias Welwarsky1-4/+2
2017-02-10aarch64: remove references to armv7-rMatthias Welwarsky1-1/+0
2017-02-10aarch64: remove armv7-a virt-to-phys codeMatthias Welwarsky1-0/+12
2017-02-10aarch64: fix reading of translation table registersMatthias Welwarsky1-1/+7
2017-02-10aarch64: formalize use of CTI in halt and resumeMatthias Welwarsky1-0/+31
2017-02-10aarch64: deconflict debug register namesMatthias Welwarsky1-27/+31
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky1-1/+3
2017-02-10aarch64: Correct target state for hardware stepDavid Ung1-0/+1
2017-02-10aarch64: Add instruction stepping support using hardware steppierre Kuo1-0/+1
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung1-0/+201