Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the LPC32xx nand driver support up to 5 address cycles. This will only ↵ | Alexandre Pereira da Silva | 2011-04-19 | 1 | -1/+1 |
| | | | | work in the SLC driver. | ||||
* | Make the LPC32xx slc nand driver the default | Alexandre Pereira da Silva | 2011-04-19 | 1 | -2/+2 |
| | |||||
* | Clarify LPC32XX address cycles message | Alexandre Pereira da Silva | 2011-03-30 | 1 | -1/+1 |
| | | | | | | | | | Hi, This is a more descriptive message about LPC32XX error, when the nand chip needs 5 address cycles. Thanks. | ||||
* | lpc32xx: Flash driver | Bjarne Steinsbo | 2011-02-15 | 1 | -0/+1828 |
Based on the lpc3180 driver, but released as a separate driver for two reasons: 1) I don't have an lpc3180 to test it against, so it might unintentionally break compatibility. 2) It's using a different OOB layout than lpc3180. Rewritten so that it no longer borrows code from the NXP CDL library. Instead borrowing code from the u-boot port to lpc32xx, written by Kevin Wells. Tested on lpc3250 (Hitex LPC3250-Stick). OOB layout is compatible with LPCLinux. |