| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 1 | -1/+1 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+3 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 2 | -2/+2 |
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 18 | -16/+268 |
* | move remaining nand helper files | Zachary T Welch | 2009-12-04 | 7 | -2/+606 |
* | split nand.c into nand/{core,fileio,tcl}.c | Zachary T Welch | 2009-12-04 | 6 | -0/+1900 |
* | split NAND driver handling into nand/driver.[ch] | Zachary T Welch | 2009-12-04 | 3 | -0/+190 |
* | ARM NAND I/O interface update | Dean Glazeski | 2009-12-03 | 2 | -0/+2 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -6/+1 |
* | change #include "../hello.h" to "hello.h" | Zachary T Welch | 2009-12-03 | 1 | -0/+2 |
* | change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "nand.h" to <flash/nand.h> | Zachary T Welch | 2009-12-03 | 4 | -4/+4 |
* | change #include "arm_nandio.h" to <flash/arm_nandio.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "armv4_5.h" to <target/armv4_5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | normalize headers to make changing easier | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
* | move nand drivers to src/flash/nand/ | Zachary T Welch | 2009-12-02 | 15 | -0/+3791 |