Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing call to add new NAND devices | Zachary T Welch | 2009-12-11 | 1 | -0/+2 |
| | | | | | I forgot to add a call to the newly factored nand_device_add(), along with its forward declaration. | ||||
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 1 | -0/+3 |
| | | | | | | | | | Rename nand.h as flash/nand/core.h, chase consumers. The public APIs need to be sorted out with imp.h, but this allows other changes to begin improving the separation between policy and mechanism. Moves #include <target/target.h> and #include "driver.h" into the internal headers or source files, removing it from <flash/nand/core.h>. | ||||
* | split nand.c into nand/{core,fileio,tcl}.c | Zachary T Welch | 2009-12-04 | 1 | -0/+34 |
Moves commands into nand/tcl.c and core implementation to 'nand/core.c' and 'nand/fileio.c'. Eliminates 'flash/nand.c'. Adds 'nand/imp.h' to share routines between TCL commands and core. |