Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-25 | delta board: support for magic key detection and handling. | Markus Klotzbuecher | |
2006-04-12 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-04-08 | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | |
Some more NAND cleanup and small fixes. | |||
2006-04-01 | * Add support for ymodem protocol download | Wolfgang Denk | |
Patch by Stefano Babic, 29 Mar 2006 * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 Merge with /home/mk/8-benq/u-boot | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-30 | delta board: one more DA9030 fix. | Markus Klotzbuecher | |
2006-03-29 | Change delta board memory map to start at 0x80000000. | Markus Klotzbuecher | |
2006-03-29 | delta board: minor update to DA9030 code. | Markus Klotzbuecher | |
2006-03-27 | delta board: fix DA9030 reset procedure. | Markus Klotzbuecher | |
2006-03-24 | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbuecher | |
2006-03-24 | delta board: DA9030 initialization and i2c support. Some minor changes to | Markus Klotzbuecher | |
make the pxa i2c driver work with the monahans cpu. | |||
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 | |
Code cleanup. | |||
2006-03-06 | Cleanup of NAND support of delta board using the Monahans Data Flash | Markus Klotzbücher | |
Controller. | |||
2006-03-06 | NAND finally working. Two bugs fixed: | Markus Klotzbücher | |
* For READ_STATUS and READID commands always 8 bytes need to be read from NDDB. Otherwise they stay there and get send to flash as the first data word when writing. * In nand_base.c the oob variable is not reset so this->oob_buf is overwritten what eventually screws up the bad block descriptor table. | |||
2006-03-04 | Lots of new stuff: | Markus Klotzbücher | |
* 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. | |||
2006-03-03 | Erasing works too now. The CS don't care causes problem with READSTATUS, | Markus Klotzbücher | |
don't ask me why. There are still bugs in the bad block logic. | |||
2006-03-03 | Write operation is working. Turned out that the READSTATUS hack was wrong | Markus Klotzbücher | |
after all. | |||
2006-03-03 | Writing is working, but there's still a bug that causes the data written to | Markus Klotzbücher | |
start at an offset of 4 bytes from the start of the page. | |||
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 | |
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. | |||
2006-03-02 | Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since | Markus Klotzbücher | |
there are 0) | |||
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 | |
2006-02-22 | SDRAM now working. | Markus Klotzbücher | |
2006-02-22 | SDRAM now working for delta board, but there are still aliasing problems, | Markus Klotzbücher | |
we only see 64MB. | |||
2006-02-21 | SDRAM seems to be working on delta board, though u-boot doesn't start yet. | Markus Klotzbücher | |
2006-02-20 | New board directory and config for the benq delta board (copied from | Markus Klotzbücher | |
zylonite). Minor pxa-regs.h update. |