Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM NAND I/O interface update | Dean Glazeski | 2009-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | Modify the arm_nand_data struct to better support both read and write operations while using the same struct. An additional field was added, and initialized, to record the last operation so that the correct code can be loaded to the working area. [dbrownell@users.sourceforge.net: merge init patch, tweak GPL note] Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | change #include "arm_nandio.h" to <flash/arm_nandio.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm_nandio.h" the following form should be used. #include <flash/arm_nandio.h> The exception is from .c files in the same directory. | ||||
* | move nand drivers to src/flash/nand/ | Zachary T Welch | 2009-12-02 | 1 | -0/+756 |
Moves NAND drivers to src/flash/nand/. Adds src/flash/nand/Makefile.am. Builds libocdflashnand.la. |