Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NAND: help/usage/doc updates | David Brownell | 2010-01-08 | 1 | -6/+8 |
| | | | | | | | | | | | | | | Usage messages should use the same EBNF as the User's Guide; no angle brackets. Be more complete too ... some params were missing. Improve and correct various helptexts. Make user's guide refer to the NAND "driver" name, not the controller name; that's a bit more precise. Don't use "&function"; its name is its address. Line up struct initializers properly. Remove some blank lines. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | cygwin build fixes | David Brownell | 2009-12-19 | 1 | -2/+6 |
| | | | | | | and shrink some too-long lines Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | AT91SAM9 NAND flash driver. | Dean Glazeski | 2009-12-19 | 1 | -0/+750 |
This creates the TCL interface for configuring an AT91SAM9 NAND flash controller and implements the necessary functions to correctly work with a NAND flash device connected to the chip. This includes updates to the driver list and the Makefile.am to support building the driver and also houses the documentation update in openocd.texi. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> |