summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* Packaging fix, NEWS updateDavid Brownell2009-12-211-1/+3
* cygwin build fixesDavid Brownell2009-12-192-6/+12
* AT91SAM9 NAND flash driver.Dean Glazeski2009-12-193-1/+754
* NOR FLASH: only erase/unlock whole sectorsDavid Brownell2009-12-181-8/+36
* Subject: flash fill[bwh] should use bulk i/oDavid Brownell2009-12-181-2/+4
* stellaris: fix min buffer length checksDavid Brownell2009-12-181-7/+4
* stellaris: update bulk flash writesDavid Brownell2009-12-181-20/+45
* NAND write data page refactoring.Dean Glazeski2009-12-182-59/+69
* NAND read data page refactor.Dean Glazeski2009-12-182-45/+25
* stellaris: commentsDavid Brownell2009-12-162-12/+34
* stellaris: probe() cleanupsDavid Brownell2009-12-161-86/+42
* stellaris: remove needless codeDavid Brownell2009-12-161-50/+1
* stellaris: avoid chip writesDavid Brownell2009-12-161-13/+10
* NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell2009-12-161-3/+3
* stellaris: device IDsEric Wetzel2009-12-141-150/+168
* LPC2000: rename "r13_svc" as "sp_svc"David Brownell2009-12-121-1/+1
* add missing call to add new NAND devicesZachary T Welch2009-12-112-0/+4
* fix 'write_image' usage informationZachary T Welch2009-12-111-1/+1
* anotyer cygwin compile fixDavid Brownell2009-12-101-1/+2
* stellaris: flash protection updates, minor fixesDavid Brownell2009-12-092-68/+119
* Comment and doxygen fixesDavid Brownell2009-12-092-4/+2
* build: add build/src to include pathØyvind Harboe2009-12-083-3/+8
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-076-6/+6
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-2/+5
* add 'flash list', rewrite 'flash banks'Zachary T Welch2009-12-062-20/+28
* allow 'flash_banks' command to give GDB outputZachary T Welch2009-12-061-1/+1
* fix NOR flash regressionZachary T Welch2009-12-061-0/+2
* 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