summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
...
* misc code review updatesDavid Brownell2009-12-051-2/+4
* NOR: add 29LV400BC flash deviceMathias Kuester2009-12-051-0/+17
* rename nand.h to flash//nand/core.hZachary T Welch2009-12-0419-27/+32
* move remaining nand helper filesZachary T Welch2009-12-048-11/+9
* split nand.c into nand/{core,fileio,tcl}.cZachary T Welch2009-12-047-872/+1005
* split NAND driver handling into nand/driver.[ch]Zachary T Welch2009-12-045-104/+205
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-048-10/+10
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-048-10/+10
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-048-10/+10
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-048-10/+10
* remove flash.h from treeZachary T Welch2009-12-0416-61/+2
* split flash.h into into flash/nor/*.hZachary T Welch2009-12-046-326/+358
* remove target.h from flash.hZachary T Welch2009-12-0420-20/+30
* split NOR and NAND flash headersZachary T Welch2009-12-043-12/+14
* eliminate src/flash/flash.cZachary T Welch2009-12-043-221/+187
* add flash/nor/drivers.cZachary T Welch2009-12-044-55/+79
* move more nor flash implementation detailsZachary T Welch2009-12-045-999/+1011
* add flash/nor/core.[ch]Zachary T Welch2009-12-045-62/+149
* add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch2009-12-044-175/+235
* Make ARM NAND I/O operations aware of last opDean Glazeski2009-12-031-4/+13
* ARM NAND I/O interface updateDean Glazeski2009-12-033-7/+39
* NAND page command refactoring.Dean Glazeski2009-12-032-59/+35
* remove tertiary include pathsZachary T Welch2009-12-033-16/+3
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-032-1/+3
* change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch2009-12-031-1/+1
* change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch2009-12-031-1/+1
* change #include "nand.h" to <flash/nand.h>Zachary T Welch2009-12-035-5/+5
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-0320-20/+20
* change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-032-2/+2
* change #include "mips32.h" to <target/mips32.h>Zachary T Welch2009-12-031-1/+1
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-034-4/+4
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-032-2/+2
* change #include "avrt.h" to <target/avrt.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-033-3/+3
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-036-6/+6
* change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-0310-10/+10
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-033-3/+3
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-035-5/+5
* change #include "membuf.h" to <helper/membuf.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-033-3/+3
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-032-2/+2
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-0310-10/+10
* normalize headers to make changing easierZachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-033-0/+3
* move nor drivers to src/flash/norZachary T Welch2009-12-0236-50/+55
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-0216-27/+42