aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
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-04remove flash.h from treeZachary T Welch
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-04split NOR and NAND flash headersZachary T Welch
2009-12-04eliminate src/flash/flash.cZachary T Welch
2009-12-04add flash/nor/drivers.cZachary T Welch
2009-12-04move more nor flash implementation detailsZachary T Welch
2009-12-04add flash/nor/core.[ch]Zachary T Welch
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch
2009-12-03Make ARM NAND I/O operations aware of last opDean Glazeski
2009-12-03ARM NAND I/O interface updateDean Glazeski
2009-12-03NAND page command refactoring.Dean Glazeski
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch
2009-12-03change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch
2009-12-03change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch
2009-12-03change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-12-03change #include "mips32.h" to <target/mips32.h>Zachary T Welch
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch
2009-12-03change #include "avrt.h" to <target/avrt.h>Zachary T Welch
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-03normalize headers to make changing easierZachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch
2009-12-02flash: factor init to 'flash init'Zachary T Welch
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch
2009-12-02nand: factor init to 'nand init'Zachary T Welch
2009-11-28fix s3c24xx device command helperlementec fabien
2009-11-28add 'nonce' nand driverZachary T Welch
2009-11-27fix 'nand info' commandZachary T Welch
2009-11-26ARM NAND I/O header documentation update.Dean Glazeski
2009-11-26ARM NAND I/O documentation update.Dean Glazeski