summaryrefslogtreecommitdiff
path: root/board/delta
Commit message (Collapse)AuthorAgeLines
* Lots of new stuff:Markus Klotzbücher2006-03-04-67/+184
| | | | | | | | | | | * Debug message can be turned on and off. * Waiting for events now times out. * Implemented RESET command. * Added appropriate nand_bbt_descriptor and nand_oobinfo. Remaining Problems: * Read Status still behaves weird an returns invalid stuff sometimes. * ECC Placement does not respect our scheme in nand_oobinfo.
* Erasing works too now. The CS don't care causes problem with READSTATUS,Markus Klotzbücher2006-03-03-5/+10
| | | | don't ask me why. There are still bugs in the bad block logic.
* Write operation is working. Turned out that the READSTATUS hack was wrongMarkus Klotzbücher2006-03-03-0/+2
| | | | after all.
* Writing is working, but there's still a bug that causes the data written toMarkus Klotzbücher2006-03-03-25/+73
| | | | start at an offset of 4 bytes from the start of the page.
* Implemented writing, not working yet.Markus Klotzbücher2006-03-03-54/+158
|
* Moved the waiting loop for "Read Data Request" RDDREQ into theMarkus Klotzbücher2006-03-02-15/+19
| | | | | delta_cmdfunc function, because this bit is only set once after a command is sent and this allows read functions to be called multiple times.
* Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, sinceMarkus Klotzbücher2006-03-02-2/+5
| | | | there are 0)
* Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher2006-03-01-83/+146
|
* Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher2006-02-28-2/+40
|
* First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-28-436/+311
|
* SDRAM now working.Markus Klotzbücher2006-02-22-2/+3
|
* SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-22-24/+10
| | | | we only see 64MB.
* SDRAM seems to be working on delta board, though u-boot doesn't start yet.Markus Klotzbücher2006-02-22-58/+83
|
* New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-20-0/+992
zylonite). Minor pxa-regs.h update.