server: review unused symbols
[openocd.git] / src / flash /
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-18 Spencer OliverPIC32MX: add unlock cmd
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-16 richard veghlpc3180: LPC3180(LPC3250) SLC driver implemented
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2010-03-10 Spencer OliverPIC32: add flash algorithm support
2010-03-10 Spencer OliverSTM32: flash loader cleanup
2010-03-10 Spencer OliverSTR7: flash loader cleanup
2010-03-10 Spencer OliverSTR9: flash loader cleanup
2010-03-10 Spencer OliverADUC702x: flash loader cleanup
2010-03-09 Antonio BorneoCFI CORE: bug-fix protect single sector
2010-03-08 Antonio Borneocfi: simplify and clearify code
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-06 Antonio BorneoCFI: review print of Voltage values
2010-03-04 David BrownellNOR: trim range in flash_driver_protect()
2010-03-04 David BrownellNOR: invalidate cached state on target resume
2010-03-03 David BrownellNOR: stellaris message tweaks
2010-03-03 Spencer OliverSTM32: Add Value Line Flash Programming Support
2010-03-02 David BrownellLPC1768 updates, IAR board support
2010-02-28 Spencer Oliverstellaris: recover_command use usleep rather than sleep
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-27 David Brownellnew "stellaris recover" command
2010-02-25 Hans Peter MortensnAVR flash: handle AT90CAN128 chips
2010-02-12 Spencer OliverSTR9xpec: issue warning when unlocking device
2010-02-12 Spencer OliverSTM32x: issue warning when unlocking device (bug #16)
2010-02-02 Edgar Grimbergflash/str7x: After reset init the flash is unlocked
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-19 David BrownellNOR: fix diagnostic
2010-01-19 Øyvind Harboeflash: add error messages upon incorrect arguments...
2010-01-16 richard veghNAND: lpc3180 crashes on LPC3250
2010-01-14 Peter Korsgaardnand flash support for s3c64xx
2010-01-14 Laurentiu Cocanustr9x.c: remove optimization when erasing the whole...
2010-01-14 David BrownellNOR: add optional "flash erase_address" sector padding
2010-01-11 David BrownellDoxygen file comments
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
2010-01-09 David BrownellNAND: help/usage/doc updates
2010-01-09 David BrownellMFLASH: help/usage updates
2010-01-09 David BrownellNOR: add FIXMEs for writing ones
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-28 Freddie Chopinstm32x commands get "usage"
2009-12-28 Piotr Esden-TempskiNOR: last_addr also needs correction when checking...
2009-12-27 David BrownellNOR: make flash_write_unlock() pad to sector end
2009-12-26 David BrownellNOR: messaging fix
2009-12-26 David BrownellNOR: Allocate the right amount of memory
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-21 David BrownellPackaging fix, NEWS update
2009-12-19 David Brownellcygwin build fixes
2009-12-19 Dean GlazeskiAT91SAM9 NAND flash driver.
2009-12-18 David BrownellNOR FLASH: only erase/unlock whole sectors
2009-12-18 David BrownellSubject: flash fill[bwh] should use bulk i/o
2009-12-18 David Brownellstellaris: fix min buffer length checks
2009-12-18 David Brownellstellaris: update bulk flash writes
2009-12-18 Dean GlazeskiNAND write data page refactoring.
2009-12-18 Dean GlazeskiNAND read data page refactor.
2009-12-16 David Brownellstellaris: comments
2009-12-16 David Brownellstellaris: probe() cleanups
2009-12-16 David Brownellstellaris: remove needless code
2009-12-16 David Brownellstellaris: avoid chip writes
2009-12-16 David BrownellNOR: bugfix "flash fill[bwh] ..." helptext
2009-12-14 Eric Wetzelstellaris: device IDs
2009-12-12 David BrownellLPC2000: rename "r13_svc" as "sp_svc"
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 Brownellanotyer cygwin compile fix
2009-12-10 David Brownellstellaris: flash protection updates, minor fixes
2009-12-09 David BrownellComment and doxygen fixes
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
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 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: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
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 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-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 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-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 "s3c24xx_regs.h" to <flash/nand/s3c24xx...
2009-12-03 Zachary T Welchchange #include "ocl.h" to <flash/nor/ocl.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)