ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
[fw/openocd] / src / flash / arm_nandio.c
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-04 Dean GlazeskiMake ARM NAND I/O operations aware of last op
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
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-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-09-09 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-03 oharboeDavid Brownell