summaryrefslogtreecommitdiff
path: root/firmware/drivers/nand_id.c (follow)
Commit message (Collapse)AuthorAge
* TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes ↵Rob Purchase2009-03-02
| | | | | | mentioned in the Samsung NAND datasheet. Add this to the nand_id struct, so that it can be runtime detected (required for some D2s to boot). Use the struct directly instead of making a local copy, and format the nand_info table to 80 columns. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20186 a1c6a512-1295-4272-9138-f99709370657
* Onda VX747: get NAND driver workingMaurus Cuelenaere2009-01-22
| | | | | | | generic NAND ID driver: clean up git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19817 a1c6a512-1295-4272-9138-f99709370657
* Add NAND chip data for Samsung K9F4G08UOM (Sansa M230 512Mb)Rob Purchase2008-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18311 a1c6a512-1295-4272-9138-f99709370657
* Onda VX747:Maurus Cuelenaere2008-07-15
1) Improve touchscreen handling 2) Add RTC driver 4) Add NAND Flash ID scanning 3) Other minor fixes Nand_ID: Add a generic NAND ID database (currently only containg Samsung chips) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18052 a1c6a512-1295-4272-9138-f99709370657