index
:
snowball/u-boot-ux500.git
igloo
master
u-boot for ux500
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
board
/
delta
/
nand.c
Age
Commit message (
Expand
)
Author
2008-11-02
Consolidate MAX/MIN definitions
Andy Fleming
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
delta, zylonite: Update nand_oobinfo to nand_ecclayout.
Scott Wood
2008-08-13
drivers/mtd/nand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-08-12
Fixing coding style issues
William Juul
2008-08-12
Update MTD to that of Linux 2.6.22.1
William Juul
2008-07-13
Fix some more printf() format issues.
Jean-Christophe PLAGNIOL-VILLARD
2007-07-09
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
2007-07-04
board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
2006-12-21
Added support for the TQM8272 board from TQ
Heiko Schocher
2006-04-12
Merge with /home/m8/git/u-boot
Wolfgang Denk
2006-04-08
Fix JFFS2 support for legacy NAND driver.
Marian Balakowicz
2006-03-24
Merge with http://www.denx.de/git/u-boot.git
Markus Klotzbuecher
2006-03-20
Cleanup of the monahans cpu and delta board port.
Markus Klotzbuecher
2006-03-11
Some code cleanup for GCC 4.x
Wolfgang Denk
2006-03-06
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-03-06
Cleanup of NAND support of delta board using the Monahans Data Flash
Markus Klotzbücher
2006-03-06
NAND finally working. Two bugs fixed:
Markus Klotzbücher
2006-03-04
Lots of new stuff:
Markus Klotzbücher
2006-03-03
Erasing works too now. The CS don't care causes problem with READSTATUS,
Markus Klotzbücher
2006-03-03
Write operation is working. Turned out that the READSTATUS hack was wrong
Markus Klotzbücher
2006-03-03
Writing is working, but there's still a bug that causes the data written to
Markus Klotzbücher
2006-03-03
Implemented writing, not working yet.
Markus Klotzbücher
2006-03-02
Moved the waiting loop for "Read Data Request" RDDREQ into the
Markus Klotzbücher
2006-03-02
Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since
Markus Klotzbücher
2006-03-01
Further NAND stuff implemented. Basic read commands seem to work.
Markus Klotzbücher
2006-02-28
Added GPIO initialization of DF signal. Still not working.
Markus Klotzbücher
2006-02-28
First steps implementing NAND support. Not working, fails to read ID.
Markus Klotzbücher