jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / target / armv8.c
2024-01-28 Evgeniy Naydanovtarget: get_gdb_arch() accepts target via const pointer 93/8093/2
2023-12-30 Peter Collingbournetarget/armv8: Add more support for decoding memory... 43/8043/3
2023-07-29 Tomas Vanektarget: fix messages and return values of failed op... 19/7819/2
2023-06-02 Antonio Borneotarget: armv8: fix support of pointer authentication 12/7712/2
2023-05-13 Antonio Borneoopenocd: trivial replace of jim-nvp with new nvp 53/7553/2
2023-05-05 Antonio Borneotarget: use 'ULL' suffix for long constants 01/7601/2
2023-01-15 Koudai Iwahoriarmv8: Add support of pointer authentication 48/7248/4
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-13 Antonio Borneoopenocd: remove CamelCase symbols *xPSR* 55/7155/2
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen... 71/7071/2
2022-01-29 Julien Massotaarch64: support for aarch32 ARM_MODE_UND 08/6808/2
2021-10-25 Antonio Borneoarmv8: fix five dead assignments 90/6590/2
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch 55/6355/3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols 38/6338/2
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2] 84/6184/4
2021-05-22 Antonio Borneotarget/aarch64: fix watchpoint management 05/6205/3
2021-05-22 Antonio Borneotarget/arm_dpm: rename 'wp_pc' as 'wp_addr' 04/6204/3
2021-03-19 Tarek BOCHKATIaarch64: handle semihosting in aarch32 state 60/5860/5
2020-11-04 Antonio Borneotarget: declare local symbols as static 95/5895/2
2020-09-05 Antonio Borneotarget: use proper format with uint32_t 18/5818/2
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words 66/5766/3
2020-07-08 Antonio Borneocoding style: fix space separation 27/5627/4
2020-06-27 Lucasaarch64: Add support for debugging in HYP mode on ARMv8... 55/5255/4
2020-04-24 Kevin Burketarget/armv8: Add ARM target name on halt status 71/5571/2
2020-02-15 Antonio Borneoarmv8: check the core state to pass the correct arch... 34/5234/2
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-05-14 Paul Fertsertarget/armv8: change prototype of display_cache_info() 66/5066/2
2019-04-10 Mete Balcifix for sanitizer errors in left shifts 05/5005/4
2019-03-06 Marc Schinktarget/armv8: Use 'bool' data type 56/4956/2
2019-03-04 Matthias Welwarskyarmv8: allow halt on exception 79/4479/10
2019-01-30 Matthias Welwarskyaarch64: support for aarch32 ARM_MODE_SYS 94/4494/3
2019-01-08 Antonio Borneotarget/aarch64: add support for multi-architecture gdb 55/4755/2
2018-12-18 Liming Suntarget: armv8: Add TARGET_HALTED check for gdb connect 58/4758/3
2018-08-22 Guido Günthertarget: armv8: Ensure target is halted for virt2phys 47/4647/4
2018-07-13 Andreas Färbertarget: armv8: Avoid semihosting segfault on halt 93/4593/2
2018-07-13 Omair JavaidAdd ARM v8 AArch64 semihosting support 37/4537/5
2018-06-04 Liviu IonescuRework/update ARM semihosting 18/4518/18
2018-04-10 Matthias Welwarskyarmv8: valgrind memleak fixes 78/4478/5
2018-03-30 Matthias Welwarskytarget: restructure dap support 68/4468/25
2018-03-27 Matthias Welwarskyaarch64: add cpsr bitfields to target description 60/4460/14
2018-03-16 Matthias Welwarskyaarch64: fix debug entry from EL0 61/4461/8
2018-03-10 Omair JavaidSupport for AArch32 SIMD/Floating-point registers 46/4446/6
2018-03-10 Omair JavaidSupport AArch64 SIMD/FP registers read/write 73/4373/9
2018-01-16 Matthias Welwarskyaarch64: simplify mode and state handling 44/4144/3
2017-05-02 Matthias WelwarskyFix compile failure on MacOSX 18/4118/4
2017-02-24 Matthias Welwarskyarmv8: spelling and formatting updates 94/3994/4
2017-02-24 Matthias Welwarskyarmv8: factor out generic bit set/clr for debug registers 89/3989/3
2017-02-24 Matthias Welwarskyarmv8: load aarch32 register through aarch64 equivalent 88/3988/3
2017-02-24 Matthias Welwarskyaarch64: reduce debug output to improve legibility 84/3984/2
2017-02-10 Matthias Welwarskyaarch64: remove unused struct components 27/3827/4
2017-02-10 Matthias Welwarskyaarch64: enlarge value buffer of arm_reg to store 64 bit 25/3825/4
2017-02-10 Matthias Welwarskyaarch64: enable aarch32 debugging with arm gdb 21/3821/4
2017-02-10 Matthias Welwarskyaarch64: allow reading TTBR register when halted in EL0 20/3820/4
2017-02-10 Matthias Welwarskyaarch64: fix mode switching 16/3816/4
2017-02-10 Matthias Welwarskyaarch64: register access rewrite 15/3815/4
2017-02-10 Matthias Welwarskyaarch64: simplify armv8_read_ttbcr 14/3814/4
2017-02-10 Matthias Welwarskyaarch64: simplify armv8_set_cpsr() 12/3812/4
2017-02-10 Matthias Welwarskyaarch64: provide virt2phys command 11/3811/4
2017-02-10 Matthias Welwarskyaarch64: remove bogus os_border calculation 09/3809/3
2017-02-10 Matthias Welwarskyaarch64: armv8 cache functions update 08/3808/3
2017-02-10 Matthias Welwarskyaarch64: add basic Aarch32 support 70/3770/9
2017-02-10 Matthias Welwarskyaarch64: fix register list 67/3767/6
2017-02-10 Matthias Welwarskyaarch64: remove code for AHB-AP support 65/3765/6
2017-02-10 Matthias Welwarskyaarch64: fix armv8_set_core_reg when destination is... 62/3762/6
2017-02-10 Matthias Welwarskyaarch64: use correct A64 instructions for cache handling 60/3760/6
2017-02-10 Matthias Welwarskyaarch64: correct display for aarch64 state 58/3758/5
2017-02-10 Matthias Welwarskyaarch64: use symbolic constant for register count 57/3757/5
2017-02-10 Matthias Welwarskyaarch64: remove armv7-a virt-to-phys code 56/3756/5
2017-02-10 Matthias Welwarskyaarch64: fix cache identification 53/3753/5
2017-02-10 Matthias Welwarskyaarch64: fix reading of translation table registers 52/3752/5
2017-02-10 Matthias Welwarskyaarch64: introduce dpm extension for ARMv8 42/3742/5
2017-02-10 Matthias Welwarskyaarch64: fix reading of MPIDR 40/3740/5
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files 01/2501/25

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)