aboutsummaryrefslogtreecommitdiff
path: root/src/flash/arm_nandio.c
AgeCommit message (Expand)Author
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-03Make ARM NAND I/O operations aware of last opDean Glazeski
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-11-26ARM NAND I/O documentation update.Dean Glazeski
2009-11-26ARM NAND I/O refactor code copying.Dean Glazeski
2009-11-26ARM NAND I/O read function.Dean Glazeski
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-09-09David Brownell <david-b@pacbell.net> oharboe
2009-09-03David Brownelloharboe