gdb_server: use more local variables in inner loop of fetching packetstiny refactorin...
[fw/openocd] / src / flash /
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>
2009-12-03 Zachary T Welchchange #include "nand.h" to <flash/nand.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 "target.h" to <target/target.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 "embeddedice.h" to <target/embeddedice.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 "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "arm966e.h" to <target/arm966e.h>
2009-12-03 Zachary T Welchchange #include "arm7_9_common.h" to <target/arm7_9_com...
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.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 "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 "fileio.h" to <helper/fileio.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchnormalize headers to make changing easier
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor
2009-12-03 Zachary T Welchmove nand drivers to src/flash/nand/
2009-12-02 Zachary T Welchflash: factor init to 'flash init'
2009-12-02 Zachary T Welchmflash: factor init to 'mflash init'
2009-12-02 Zachary T Welchnand: factor init to 'nand init'
2009-11-28 lementec fabienfix s3c24xx device command helper
2009-11-28 Zachary T Welchadd 'nonce' nand driver
2009-11-27 Zachary T Welchfix 'nand info' command
2009-11-27 Dean GlazeskiARM NAND I/O header documentation update.
2009-11-27 Dean GlazeskiARM NAND I/O documentation update.
2009-11-27 Dean GlazeskiARM NAND I/O refactor code copying.
2009-11-27 Dean GlazeskiARM NAND I/O read function.
2009-11-27 Dean GlazeskiNAND Flash documentation update.
2009-11-26 Eric Wetzelfix 'flash protect' and 'flash erase_sector'
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove nand_controller->register_callbacks
2009-11-25 Zachary T Welchremove flash_driver->register_callbacks
2009-11-25 Zachary T Welchtms470: use register_commands()
2009-11-25 Zachary T Welchstr9xpec: use register_commands()
2009-11-25 Zachary T Welchstr9x: use register_commands()
2009-11-25 Zachary T Welchstr7x: use register_commands()
2009-11-25 Zachary T Welchstm32x: use register_commands()
2009-11-25 Zachary T Welchstellaris: use register_commands()
2009-11-25 Zachary T Welchpic32mx: use register_commands()
2009-11-25 Zachary T Welchnand: use register_commands()
2009-11-25 Zachary T Welchmflash: use register_commands()
2009-11-25 Zachary T Welchlpc3180_nand_controller: use register_commands()
2009-11-25 Zachary T Welchlpc2900: use register_commands()
2009-11-25 Zachary T Welchlpc2000: use register_commands()
2009-11-25 Zachary T Welchflash: use register_commands()
2009-11-25 Zachary T Welchecos: use register_commands()
2009-11-25 Zachary T Welchcfi: use register_commands()
2009-11-25 Zachary T Welchavrf: use register_commands()
2009-11-25 Zachary T Welchat91sam7: use register_commands()
2009-11-25 Zachary T Welchat91sam3: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 Øyvind Harboeflash: dynamically allocate working storage
2009-11-20 Zachary T Welchfix flash/nand name parsing
2009-11-19 Dean GlazeskiNAND verify doesn't advance.
2009-11-19 Zachary T Welchadd support for naming NAND banks
2009-11-19 Zachary T Welchrefactor handle_nand_device_command
next