Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NAND/MX3: review scope of data | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
| | | | | | | Add "static" qualifier to private data. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> | ||||
* | rename nand.h to flash//nand/core.h | Zachary T Welch | 2009-12-04 | 1 | -0/+2 |
| | | | | | | | | | 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>. | ||||
* | move nand drivers to src/flash/nand/ | Zachary T Welch | 2009-12-02 | 1 | -0/+879 |
Moves NAND drivers to src/flash/nand/. Adds src/flash/nand/Makefile.am. Builds libocdflashnand.la. |