aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-12-18NAND read data page refactor.Dean Glazeski2-45/+25
2009-12-16stellaris: commentsDavid Brownell2-12/+34
2009-12-16stellaris: probe() cleanupsDavid Brownell1-86/+42
2009-12-16stellaris: remove needless codeDavid Brownell1-50/+1
2009-12-16stellaris: avoid chip writesDavid Brownell1-13/+10
2009-12-16NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell1-3/+3
2009-12-14stellaris: device IDsEric Wetzel1-150/+168
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell1-1/+1
2009-12-11add missing call to add new NAND devicesZachary T Welch2-0/+4
2009-12-11fix 'write_image' usage informationZachary T Welch1-1/+1
2009-12-10anotyer cygwin compile fixDavid Brownell1-1/+2
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell2-68/+119
2009-12-09Comment and doxygen fixesDavid Brownell2-4/+2
2009-12-08build: add build/src to include pathØyvind Harboe3-3/+8
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell6-6/+6
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-2/+5
2009-12-06add 'flash list', rewrite 'flash banks'Zachary T Welch2-20/+28
2009-12-06allow 'flash_banks' command to give GDB outputZachary T Welch1-1/+1
2009-12-06fix NOR flash regressionZachary T Welch1-0/+2
2009-12-05misc code review updatesDavid Brownell1-2/+4
2009-12-05NOR: add 29LV400BC flash deviceMathias Kuester1-0/+17
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch19-27/+32
2009-12-04move remaining nand helper filesZachary T Welch8-11/+9
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch7-872/+1005
2009-12-04split NAND driver handling into nand/driver.[ch]Zachary T Welch5-104/+205
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell8-10/+10
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell8-10/+10
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell8-10/+10
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell8-10/+10
2009-12-04remove flash.h from treeZachary T Welch16-61/+2
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch6-326/+358
2009-12-04remove target.h from flash.hZachary T Welch20-20/+30
2009-12-04split NOR and NAND flash headersZachary T Welch3-12/+14
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