jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / target / arm920t.c
2023-07-29 Tomas Vanektarget: fix messages and return values of failed op... 19/7819/2
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen... 71/7071/2
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols 38/6338/2
2021-03-19 Rene Kitabuild: remove warnings with gcc 11 04/6104/2
2021-03-19 Antonio Borneotarget/arm920t: remove command 'arm920t cp15i' deprecat... 83/6083/3
2020-07-26 Antonio Borneotarget: fix memory leaks on targets based on arm9tdmi 99/5699/5
2020-03-07 Tomas Vanektarget/arm920t: fix clang static analyzer warning 75/5375/2
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-05-14 Paul Fertsertarget/armv4_5_cache: change prototype of armv4_5_handl... 68/5068/2
2019-05-14 Paul Fertsertarget/arm920t: change prototype of arm920t_verify_poin... 56/5056/2
2019-03-06 Marc Schinktarget/arm920t: Use 'bool' data type 59/4959/2
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb 54/4754/2
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7... 42/3142/2
2014-01-24 Paul Fertserarm920t: fix write memory operations with caches enabled 17/1817/2
2013-10-15 Andreas Fritiofsonarm7_9: Avoid infinite loops in bulk write dispatching 85/1685/2
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9 20/1220/3
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-08-11 Øyvind Harboearm: add missing error reporting
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2010-06-15 Øyvind Harboearm920t: -Wshadow warning fixes
2010-06-12 Antonio BorneoTARGET: removed unused parameters
2010-06-12 Antonio BorneoTARGET: removed unsed parameter
2010-06-12 Antonio BorneoTARGET: fix handling return code of MMU translation
2010-06-12 Antonio BorneoTARGET/ARM920T: fix return value
2010-06-12 Antonio BorneoTARGET/ARM920T: fix compile warning
2010-06-11 Øyvind Harboearm mmu: error propagation added for address translation
2010-04-10 Antonio BorneoARM920T: review scope of functions
2010-03-21 Øyvind Harboearm breakpoints: amended fix comment
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David Brownellarm920t line length cleanup
2010-02-19 Marc Pignatatm920t : fix breakpoints and data cache handling
2010-02-17 David BrownellARM920T scanchain 15 comments/cleanup
2010-02-12 Marc Pignatarm920: add virt2phys fn
2010-01-13 Øyvind Harboearm7/9: enable check that DCC downloads have been enabled
2010-01-08 David BrownellARM720: help/usage updates
2009-12-07 David BrownellARM: don't clone arm_arch_state() code
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-07 David BrownellARM: remove mrc_opcode(), use MRC() or MCR()
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharm920t: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 David BrownellARM: use arm_reg_current()
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm9tdmi_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm920t_tlb_entry_t -> struct arm920t_tlb_entry
2009-11-13 Zachary T Welcharm920t_cache_line_t -> struct arm920t_cache_line
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welcharm920t_common_t -> struct arm920t_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 David BrownellARM920: implement basic MMU ops
2009-11-06 David BrownellARM920 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM920: remove exports and forward decls
2009-11-06 Zachary T WelchImprove arm920t command argument parsing.
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)