Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NOR: messaging fix | David Brownell | 2009-12-26 | 1 | -2/+2 | |
* | NOR: Allocate the right amount of memory | David Brownell | 2009-12-26 | 1 | -1/+1 | |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 1 | -1/+2 | |
* | Packaging fix, NEWS update | David Brownell | 2009-12-21 | 1 | -1/+3 | |
* | cygwin build fixes | David Brownell | 2009-12-19 | 2 | -6/+12 | |
* | AT91SAM9 NAND flash driver. | Dean Glazeski | 2009-12-19 | 3 | -1/+754 | |
* | NOR FLASH: only erase/unlock whole sectors | David Brownell | 2009-12-18 | 1 | -8/+36 | |
* | Subject: flash fill[bwh] should use bulk i/o | David Brownell | 2009-12-18 | 1 | -2/+4 | |
* | stellaris: fix min buffer length checks | David Brownell | 2009-12-18 | 1 | -7/+4 | |
* | stellaris: update bulk flash writes | David Brownell | 2009-12-18 | 1 | -20/+45 | |
* | NAND write data page refactoring. | Dean Glazeski | 2009-12-18 | 2 | -59/+69 | |
* | NAND read data page refactor. | Dean Glazeski | 2009-12-18 | 2 | -45/+25 | |
* | stellaris: comments | David Brownell | 2009-12-16 | 2 | -12/+34 | |
* | stellaris: probe() cleanups | David Brownell | 2009-12-16 | 1 | -86/+42 | |
* | stellaris: remove needless code | David Brownell | 2009-12-16 | 1 | -50/+1 | |
* | stellaris: avoid chip writes | David Brownell | 2009-12-16 | 1 | -13/+10 | |
* | NOR: bugfix "flash fill[bwh] ..." helptext | David Brownell | 2009-12-16 | 1 | -3/+3 | |
* | stellaris: device IDs | Eric Wetzel | 2009-12-14 | 1 | -150/+168 | |
* | LPC2000: rename "r13_svc" as "sp_svc" | David Brownell | 2009-12-12 | 1 | -1/+1 | |
* | add missing call to add new NAND devices | Zachary T Welch | 2009-12-11 | 2 | -0/+4 | |
* | fix 'write_image' usage information | Zachary T Welch | 2009-12-11 | 1 | -1/+1 | |
* | anotyer cygwin compile fix | David Brownell | 2009-12-10 | 1 | -1/+2 | |
* | stellaris: flash protection updates, minor fixes | David Brownell | 2009-12-09 | 2 | -68/+119 | |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 2 | -4/+2 | |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 3 | -3/+8 | |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 6 | -6/+6 | |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -2/+5 | |
* | add 'flash list', rewrite 'flash banks' | Zachary T Welch | 2009-12-06 | 2 | -20/+28 | |
* | allow 'flash_banks' command to give GDB output | Zachary T Welch | 2009-12-06 | 1 | -1/+1 | |
* | fix NOR flash regression | Zachary T Welch | 2009-12-06 | 1 | -0/+2 | |
* | misc code review updates | David Brownell | 2009-12-05 | 1 | -2/+4 | |
* | NOR: add 29LV400BC flash device | Mathias Kuester | 2009-12-05 | 1 | -0/+17 | |
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 19 | -27/+32 | |
* | move remaining nand helper files | Zachary T Welch | 2009-12-04 | 8 | -11/+9 | |
* | split nand.c into nand/{core,fileio,tcl}.c | Zachary T Welch | 2009-12-04 | 7 | -872/+1005 | |
* | split NAND driver handling into nand/driver.[ch] | Zachary T Welch | 2009-12-04 | 5 | -104/+205 | |
* | ARM: rename armv4_5_algorithm as arm_algorithm | David Brownell | 2009-12-04 | 8 | -10/+10 | |
* | ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC | David Brownell | 2009-12-04 | 8 | -10/+10 | |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 8 | -10/+10 | |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 8 | -10/+10 | |
* | remove flash.h from tree | Zachary T Welch | 2009-12-04 | 16 | -61/+2 | |
* | split flash.h into into flash/nor/*.h | Zachary T Welch | 2009-12-04 | 6 | -326/+358 | |
* | remove target.h from flash.h | Zachary T Welch | 2009-12-04 | 20 | -20/+30 | |
* | split NOR and NAND flash headers | Zachary T Welch | 2009-12-04 | 3 | -12/+14 | |
* | eliminate src/flash/flash.c | Zachary T Welch | 2009-12-04 | 3 | -221/+187 | |
* | add flash/nor/drivers.c | Zachary T Welch | 2009-12-04 | 4 | -55/+79 | |
* | move more nor flash implementation details | Zachary T Welch | 2009-12-04 | 5 | -999/+1011 | |
* | add flash/nor/core.[ch] | Zachary T Welch | 2009-12-04 | 5 | -62/+149 | |
* | add flash/nor/{tcl.c,imp.h} from flash/flash.c | Zachary T Welch | 2009-12-04 | 4 | -175/+235 | |
* | Make ARM NAND I/O operations aware of last op | Dean Glazeski | 2009-12-03 | 1 | -4/+13 |