aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-12-04eliminate src/flash/flash.cZachary T Welch3-221/+187
2009-12-04add flash/nor/drivers.cZachary T Welch4-55/+79
2009-12-04move more nor flash implementation detailsZachary T Welch5-999/+1011
2009-12-04add flash/nor/core.[ch]Zachary T Welch5-62/+149
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch4-175/+235
2009-12-03Make ARM NAND I/O operations aware of last opDean Glazeski1-4/+13
2009-12-03ARM NAND I/O interface updateDean Glazeski3-7/+39
2009-12-03NAND page command refactoring.Dean Glazeski2-59/+35
2009-12-03remove tertiary include pathsZachary T Welch3-16/+3
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch2-1/+3
2009-12-03change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch1-1/+1
2009-12-03change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch1-1/+1
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch5-5/+5
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch20-20/+20
2009-12-03change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch2-2/+2
2009-12-03change #include "mips32.h" to <target/mips32.h>Zachary T Welch1-1/+1
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch4-4/+4
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2-2/+2
2009-12-03change #include "avrt.h" to <target/avrt.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch3-3/+3
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch6-6/+6
2009-12-03change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch10-10/+10
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch3-3/+3
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch5-5/+5
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch3-3/+3
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2-2/+2
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch10-10/+10
2009-12-03normalize headers to make changing easierZachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch3-0/+3
2009-12-02move nor drivers to src/flash/norZachary T Welch36-50/+55
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch16-27/+42
2009-12-02flash: factor init to 'flash init'Zachary T Welch1-0/+23
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch1-0/+23
2009-12-02nand: factor init to 'nand init'Zachary T Welch1-0/+26
2009-11-28fix s3c24xx device command helperlementec fabien1-1/+4
2009-11-28add 'nonce' nand driverZachary T Welch3-0/+83
2009-11-27fix 'nand info' commandZachary T Welch1-5/+5
2009-11-26ARM NAND I/O header documentation update.Dean Glazeski1-6/+10
2009-11-26ARM NAND I/O documentation update.Dean Glazeski1-1/+7
2009-11-26ARM NAND I/O refactor code copying.Dean Glazeski1-40/+47
2009-11-26ARM NAND I/O read function.Dean Glazeski2-1/+91
2009-11-26NAND Flash documentation update.Dean Glazeski1-1/+47
2009-11-26fix 'flash protect' and 'flash erase_sector'Eric Wetzel1-3/+3
2009-11-25use ARRAY_SIZE macroZachary T Welch2-8/+8
2009-11-25improve command handling examplesZachary T Welch1-0/+12