openocd.git
2009-12-05 Zachary T Welchmove remaining nand helper files
2009-12-05 Zachary T Welchsplit nand.c into nand/{core,fileio,tcl}.c
2009-12-05 Zachary T Welchsplit NAND driver handling into nand/driver.[ch]
2009-12-05 David BrownellARM: doc updates for main header
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: misc generic cleanup
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
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-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-05 David BrownellARM11: report watchpoint trigger insn
2009-12-05 David BrownellARM11: basic watchpoint support
2009-12-05 David BrownellARM11: tweak TAP ops and debugging
2009-12-05 Zachary T Welchreorder build order of src directory
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-05 Zachary T Welchsplit flash.h into into flash/nor/*.h
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-05 Zachary T Welchsplit NOR and NAND flash headers
2009-12-05 Zachary T Welcheliminate src/flash/flash.c
2009-12-05 Zachary T Welchadd flash/nor/drivers.c
2009-12-05 Zachary T Welchmove more nor flash implementation details
2009-12-05 David BrownellARM: semihosting entry cleanup
2009-12-05 David BrownellARM: remove semihosting globals
2009-12-04 David BrownellUser's Guide: more semihosting info
2009-12-04 Øyvind Harboebootstrap: stop execution upon error
2009-12-04 Zachary T Welchadd flash/nor/core.[ch]
2009-12-04 Zachary T Welchadd flash/nor/{tcl.c,imp.h} from flash/flash.c
2009-12-04 Zachary T Welchseparate Jim from jtag/core.c
2009-12-04 Zachary T Welchswitch 'rm' command away from using Jim
2009-12-04 Zachary T Welchcheck top-level command registrations
2009-12-04 Zachary T Welchallow 'jtag init' to be run in any mode
2009-12-04 David Brownelltarget: cygwin build fixes
2009-12-04 Øyvind Harboezy1000: FPGA revC wip
2009-12-04 Nicolas Pitrebasic ARM semihosting support
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-04 Dean GlazeskiMake ARM NAND I/O operations aware of last op
2009-12-04 Dean GlazeskiARM NAND I/O interface update
2009-12-04 Dean GlazeskiNAND page command refactoring.
2009-12-04 David BrownellARMv7-A: tweak arch_state()
2009-12-04 David BrownellARM DPM: share debug reason logic
2009-12-04 David BrownellARM11: use shared DSCR bit names
2009-12-04 David BrownellARM DPM: make DSCR bit defs sharable
2009-12-03 David Brownellfix another init regression
2009-12-03 Zachary T Welchfix double 'init' regression
2009-12-03 Zachary T Welchfix regressions with GDB port numbers
2009-12-03 Øyvind Harboezy1000: include files have moved about
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "../hello.h" to "hello.h"
2009-12-03 Zachary T Welchchange #include "xsvf.h" to <xsvf/xsvf.h>
2009-12-03 Zachary T Welchchange #include "svf.h" to <svf/svf.h>
2009-12-03 Zachary T Welchchange #include "pld.h" to <pld/pld.h>
2009-12-03 Zachary T Welchchange #include "telnet_server.h" to <server/telnet_ser...
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "httpd.h" to <server/httpd.h>
2009-12-03 Zachary T Welchchange #include "gdb_server.h" to <server/gdb_server.h>
2009-12-03 Zachary T Welchchange #include "s3c24xx_regs.h" to <flash/nand/s3c24xx...
2009-12-03 Zachary T Welchchange #include "ocl.h" to <flash/nor/ocl.h>
2009-12-03 Zachary T Welchchange #include "nand.h" to <flash/nand.h>
2009-12-03 Zachary T Welchchange #include "mflash.h" to <flash/mflash.h>
2009-12-03 Zachary T Welchchange #include "flash.h" to <flash/flash.h>
2009-12-03 Zachary T Welchchange #include "arm_nandio.h" to <flash/arm_nandio.h>
2009-12-03 Zachary T Welchchange #include "trace.h" to <target/trace.h>
2009-12-03 Zachary T Welchchange #include "target_request.h" to <target/target_re...
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-03 Zachary T Welchchange #include "register.h" to <target/register.h>
2009-12-03 Zachary T Welchchange #include "mips_ejtag.h" to <target/mips_ejtag.h>
2009-12-03 Zachary T Welchchange #include "mips32_pracc.h" to <target/mips32_pracc.h>
2009-12-03 Zachary T Welchchange #include "mips32.h" to <target/mips32.h>
2009-12-03 Zachary T Welchchange #include "image.h" to <target/image.h>
2009-12-03 Zachary T Welchchange #include "etm.h" to <target/etm.h>
2009-12-03 Zachary T Welchchange #include "embeddedice.h" to <target/embeddedice.h>
2009-12-03 Zachary T Welchchange #include "breakpoints.h" to <target/breakpoints.h>
2009-12-03 Zachary T Welchchange #include "avrt.h" to <target/avrt.h>
2009-12-03 Zachary T Welchchange #include "armv7m.h" to <target/armv7m.h>
2009-12-03 Zachary T Welchchange #include "armv7a.h" to <target/armv7a.h>
2009-12-03 Zachary T Welchchange #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
2009-12-03 Zachary T Welchchange #include "armv4_5_cache.h" to <target/armv4_5_ca...
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "arm_jtag.h" to <target/arm_jtag.h>
2009-12-03 Zachary T Welchchange #include "arm_dpm.h" to <target/arm_dpm.h>
2009-12-03 Zachary T Welchchange #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
2009-12-03 Zachary T Welchchange #include "arm9tdmi.h" to <target/arm9tdmi.h>
2009-12-03 Zachary T Welchchange #include "arm966e.h" to <target/arm966e.h>
2009-12-03 Zachary T Welchchange #include "arm7tdmi.h" to <target/arm7tdmi.h>
2009-12-03 Zachary T Welchchange #include "arm7_9_common.h" to <target/arm7_9_com...
2009-12-03 Zachary T Welchchange #include "arm11.h" to <target/arm11.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchchange #include "minidriver.h" to <jtag/minidriver.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "replacements.h" to <helper/replacements.h>
2009-12-03 Zachary T Welchchange #include "membuf.h" to <helper/membuf.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
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)