summaryrefslogtreecommitdiff
path: root/src/flash/nonce_nand.c
Commit message (Collapse)AuthorAgeFilesLines
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-80/+0
| | | | | | Moves NAND drivers to src/flash/nand/. Adds src/flash/nand/Makefile.am. Builds libocdflashnand.la.
* add 'nonce' nand driverZachary T Welch2009-11-281-0/+80
The nonce NAND driver provides a no-op implementation useful for testing the system independently of any driver side-effects.