NOR: bugfix "flash fill[bwh] ..." helptext
[openocd.git] / src /
2009-12-16 David BrownellNOR: bugfix "flash fill[bwh] ..." helptext
2009-12-16 Øyvind Harboezy1000: removed some redundant include
2009-12-16 Øyvind Harboeecos: crisper implementation of timeval_ms()
2009-12-16 Øyvind Harboeserver: server loop will exhaust data inputs before...
2009-12-15 David BrownellXScale: use all-ones for BYPASS, not five-ones
2009-12-15 mkdorg@users.sourc... target: add basic dsp563xx support
2009-12-15 Øyvind Harboezy1000: keep up with command.h cleanup
2009-12-15 Øyvind Harboecommand: retire obsolete macro
2009-12-15 David BrownellARM11: improved reset support
2009-12-15 David BrownellARM: disassemble STM correctly
2009-12-14 Eric Wetzelstellaris: device IDs
2009-12-14 David Brownelljtag: add '-ignore-version' option
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-13 David Brownelltarget: further shrink Jim-awareness
2009-12-12 David BrownellLPC2000: rename "r13_svc" as "sp_svc"
2009-12-12 David BrownellARM11: avoid pointless status returns
2009-12-12 Zachary T Welchadd missing call to add new NAND devices
2009-12-12 Zachary T Welchfix 'write_image' usage information
2009-12-11 David BrownellARM DPM: support updating HW breakpoints
2009-12-11 David BrownellARM: disassembly fixes for LDC/STC/MRRC/MCRR
2009-12-11 David BrownellARM11: minor cleanup, mostly ITR comments
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-11 Spencer Oliverbuild: fix cygwin build warnings
2009-12-11 Øyvind Harboegdb_server: use more local variables in inner loop...
2009-12-11 Øyvind Harboegdb_server: make struct gdb_connection private
2009-12-11 Øyvind Harboeoptimisation: tiny optimisation for embedded ice
2009-12-11 Øyvind Harboeembedded hosts: optimize common code path for core...
2009-12-11 David Brownellanotyer cygwin compile fix
2009-12-10 Øyvind Harboezy1000: revc FPGA now works
2009-12-10 David BrownellARM: update arm_opcodes.h copyright
2009-12-10 David Brownellstellaris: flash protection updates, minor fixes
2009-12-09 David BrownellComment and doxygen fixes
2009-12-09 Spencer OliverETM: only include oocd_trace.h when tracing enabled.
2009-12-08 Rafael Campos Las... Fix compilation error with gcc 4.4.1
2009-12-08 David Brownelltarget: remove more exit() calls
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-08 David BrownellARM: cygwin complile fixes
2009-12-08 Øyvind Harboezy1000: some background info on the zy1000 file.
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-08 Øyvind Harboezy1000: remove unecessary include
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-08 David BrownellARM: cope with stupidheaded compiler
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-07 David BrownellARM: don't clone arm_arch_state() code
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
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-07 David BrownellARM: disassemble two more v6+ instructions
2009-12-07 David BrownellARM DPM: don't write low bits of watchpoint value
2009-12-07 Zachary T Welchadd 'flash list', rewrite 'flash banks'
2009-12-07 Zachary T Welchallow 'flash_banks' command to give GDB output
2009-12-07 Zachary T Welchfix NOR flash regression
2009-12-05 David Brownellmisc code review updates
2009-12-05 Mathias KuesterNOR: add 29LV400BC flash device
2009-12-05 Nicolas PitreARM semihosting: use breakpoint on ARM7
2009-12-05 Nicolas PitreARM semihosting: work with both low and high vectors
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
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 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()
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)