summaryrefslogtreecommitdiff
path: root/board/delta/nand.c
AgeCommit message (Expand)Author
2009-08-17Monahans: avoid floating point calculationsWolfgang Denk
2009-07-17Remove legacy NAND and disk on chip references from boards.Scott Wood
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10delta, zylonite: Update nand_oobinfo to nand_ecclayout.Scott Wood
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-12Fixing coding style issuesWilliam Juul
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2007-07-09board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher
2006-04-12Merge with /home/m8/git/u-bootWolfgang Denk
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2006-03-20Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-03-06Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher
2006-03-06NAND finally working. Two bugs fixed:Markus Klotzbücher
2006-03-04Lots of new stuff:Markus Klotzbücher
2006-03-03Erasing works too now. The CS don't care causes problem with READSTATUS,Markus Klotzbücher
2006-03-03Write operation is working. Turned out that the READSTATUS hack was wrongMarkus Klotzbücher
2006-03-03Writing is working, but there's still a bug that causes the data written toMarkus Klotzbücher
2006-03-03Implemented writing, not working yet.Markus Klotzbücher
2006-03-02Moved the waiting loop for "Read Data Request" RDDREQ into theMarkus Klotzbücher
2006-03-02Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, sinceMarkus Klotzbücher
2006-03-01Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher
2006-02-28Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher
2006-02-28First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher