jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / target / cortex_a.c
2023-12-01 Evgeniy Naydanovtarget: clarify usage of `coreid` 97/7997/4
2023-10-14 Florian Fainelliarm_opcode: Add support for ARM MCRR/MRRC 28/5228/8
2023-07-29 Tomas Vanektarget: fix messages and return values of failed op... 19/7819/2
2023-05-13 Antonio Borneoopenocd: trivial replace of jim-nvp with new nvp 53/7553/2
2022-12-17 Antonio Borneotarget: cortex_a: fix clang error core.CallAndMessage 93/7393/2
2022-12-17 Antonio Borneoarm_adi_v5: fix SIGSEGV due to failing re-examine 92/7392/2
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-06-24 Antonio Borneoarm_adi_v5: add ap refcount and add get/put around... 55/6455/5
2022-05-14 Antonio Borneoarm_adi_v5: let dap_lookup_cs_component() to get AP... 23/6823/4
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints 19/6319/10
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp... 83/6783/3
2021-09-25 Antonio Borneoarm_coresight: add include file and use it 46/6446/5
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons 39/6539/2
2021-08-22 Antonio Borneocortex_a: use the ap number specified at target create 13/6413/2
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-07-02 Marc Schinktarget/cortex_a: Replace printf() with LOG_DEBUG() 36/6336/2
2021-07-02 Kevin Burketarget/adiv5: Large Physical Address Extension 76/5576/8
2021-06-18 Marc Schinktarget: Rename 'linked_BRP' to 'linked_brp' 16/6316/2
2021-06-13 Marc Schinktarget/cortex_a: Use bool data type 89/6289/3
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2] 84/6184/4
2021-06-03 Antonio Borneotarget/cortex_a: fix memory leak on watchpoints 10/6210/3
2021-06-03 Antonio Borneotarget/cortex_a: add support for watchpoint length... 97/6197/3
2021-06-03 Antonio Borneotarget/cortex_a: fix number of watchpoints 96/6196/3
2021-06-03 Chengyu Zhengtarget/cortex_a: add support for watchpoints 13/3913/7
2021-03-19 Antonio Borneotarget: remove target names already deprecated in v0.8.0 86/6086/3
2020-12-26 Antonio Borneocortex-a: fix reset on dapdirect transports 79/5979/2
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-06-06 Antonio Borneotarget/cortex_a: fix memory leak of register cache 93/5693/3
2020-04-12 Antonio Borneocortex_a: don't wait for target halted in deassert_reset() 72/5472/2
2020-03-12 Antonio Borneotarget/cortex_a: add hypervisor mode 61/5261/2
2020-03-12 Antonio Borneoarmv7a: access monitor registers only with security... 59/5259/2
2020-03-12 Antonio Borneoarm: Use different enum for core_type and core_mode 58/5258/2
2020-03-12 Matthias Welwarskycortex_a: warn on broken debug_base setting 05/5105/3
2019-10-18 Florian Fainellitarget/cortex_a: Extract code to read/write from/to... 27/5227/3
2019-10-18 Antonio Borneotarget/cortex_a: use aligned accesses for read/write... 38/5138/2
2019-06-14 Antonio Borneotarget/cortex_a: remove dependency from jtag queue 44/4944/4
2019-06-12 Florian Fainelliarmv7a_mmu: Do not restrict virtual addresses to uint32_t 11/5211/5
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-05-14 Paul Fertsertarget/armv7a: change prototype of armv7a_handle_cache_... 69/5069/2
2019-04-24 Antonio Borneotarget/cortex_a: use extensively cortex_a_wait_dscr_bits() 13/5113/2
2019-04-24 Antonio Borneotarget/cortex_a: check dscr before timeout 12/5112/2
2019-04-24 Antonio Borneotarget/cortex_a: fix waiting for target halted after... 11/5111/3
2019-03-27 Antonio Borneosmp: move sub-command "smp_gdb" in file smp.c 91/4991/3
2019-03-27 Antonio Borneosmp: replace commands smp_on/smp_off with "smp [on... 15/4615/3
2019-03-06 Marc Schinktarget/cortex_a: Use 'bool' data type 63/4963/2
2019-03-01 Marc SchinkUse enum for target_register_timer_callback() 21/4921/3
2019-02-25 Antonio Borneocortex_a: fix a potential memory leak in cortex_a_targe... 25/4925/2
2019-01-16 Tarek BOCHKATIcortex_a_poll: minor code factorization to enhance... 32/4832/4
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb 54/4754/2
2018-12-18 Antonio Borneotarget/cortex_a: enable DSCR_HALT_DBG_MODE during examine 83/4783/2
2018-11-08 Matthias Welwarskyarmv7a: ARMv7-A MMU tools 27/4327/19
2018-11-06 Antonio Borneotarget/cortex_a: remove duplicate code to read target... 47/4747/4
2018-11-06 Antonio Borneotarget/arm_dpm: uniform names of exported functions 56/4756/2
2018-11-06 Antonio Borneotarget/cortex_a: remove buggy memory AP accesses 48/4748/3
2018-11-06 Antonio Borneotarget/cortex_a: remove unused code controlled by ... 46/4746/2
2018-10-27 Antonio Borneotarget/cortex_a: fix temporary breakpoint during step 13/4613/2
2018-09-12 Antonio Borneotarget/cortex_a: poll all targets in SMP node after... 22/4622/2
2018-08-06 Antonio Borneotarget/cortex_a: allow command dacrfixup during init... 23/4623/2
2018-07-27 Paul Bartholomewtarget/cortex_a: fix compile error for uninitialized... 19/4619/2
2018-07-24 Matthias Welwarskycortex_a: fix virt2phys when mmu is disabled 80/4480/6
2018-07-22 Antonio Borneoarmv7a: read ttbcr and ttb0/1 at every entry in debug... 01/4601/2
2018-03-30 Matthias Welwarskytarget: restructure dap support 68/4468/25
2018-03-20 Tomas Vanektransport: add transport_is_hla() 69/4469/9
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write 21/4421/7
2018-03-09 Evan HunterCortex-R : Remove commands which are not relevant to... 77/2877/4
2018-02-21 Matthias Welwarskycortex_a: fix handling of Thumb-2 32bit breakpoints 41/4241/3
2018-02-07 Matthias Welwarskycortex_a: faster debug init 42/4142/3
2017-02-10 Matthias Welwarskyaarch64: unify armv7-a and armv8 debug entry decoding 61/3761/6
2017-02-10 David Ungarm_dpm: Add new state ARM_STATE_AARCH64 35/2735/11
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-12-25 Paul Fertsertarget: cortex_a: fix segfault when SPSR is not properl... 06/3906/2
2016-12-08 Matthias Welwarskycortex_a: fix reset for SWD transport 41/3641/4
2016-12-08 Steven Stallionsemihosting: support fileio operation 66/3566/6
2016-12-08 Evan HunterCortex-R: Force usage of physical memory read/write... 03/3203/2
2016-12-08 Matthias Welwarskycortex_a: remove partnum magic from arp_examine and... 13/3213/10
2016-11-04 Matthias Welwarskycortex_a/r/m: fix handling of un-examined cores 52/3552/5
2016-11-04 Andrey Smirnovsemihosting armv7a: Add support for ARMv7-A 08/2908/8
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-20 Andreas FärberFix spelling of ARM Cortex 83/3483/4
2016-05-20 Andreas Fritiofsoncortex_a: Rename APB-AP to CPU in memory contexts 16/3216/4
2016-05-08 Matthias Welwarskycortex_a: fix cortex_a_assert_reset() if srst_gates_jtag 56/3356/3
2016-05-05 Tomas Vanektarget: improve robustness of reset command 06/2606/6
2016-03-24 Matthias Welwarskycortex_a: allow physical memory access through AHB... 59/3359/4
2016-02-29 Evan HunterCortex-A/R: Fix Mask-ISR parsing 95/3195/4
2016-02-29 Evan HunterCortex-A/R: Add missing timeout for loop polling DSCR... 01/3201/3
2016-01-12 Evan HunterCortex-A: Fix unicode quote in comment 00/3200/2
2015-12-29 Matthias Welwarskycortex_a: add 'dacrfixup' to cortex-a command group 07/3107/11
2015-12-29 Matthias Welwarskycortex_a: select APB-AP as the default AP 13/3113/14
2015-12-29 Andreas Fritiofsoncortex: Set default memaccess_tck only during examine 55/3155/3
2015-12-29 Andreas Fritiofsonarm_adi_v5: Remove all mem_ap_sel_* functions 53/3153/3
2015-12-29 Andreas Fritiofsonarm_adi_v5: Split ahbap_debugport_init 51/3151/3
2015-12-29 Andreas Fritiofsonarm_adi_v5: Change mem_ap calls to take pointer to... 49/3149/3
2015-12-29 Andreas Fritiofsoncortex_a: Find debug base using the detected APB-AP... 48/3148/3
next

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)