summaryrefslogtreecommitdiffstats
path: root/include/configs/delta.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove BOARDLIBS usage completelyStefan Roese2007-04-231-1/+0
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* delta board: support for magic key detection and handling.Markus Klotzbuecher2006-04-251-0/+11
|
* Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-1/+2
|\
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-1/+2
| | | | | | | | Some more NAND cleanup and small fixes.
* | delta board: one more DA9030 fix.Markus Klotzbuecher2006-03-301-0/+1
| |
* | Change delta board memory map to start at 0x80000000.Markus Klotzbuecher2006-03-291-7/+7
| |
* | delta board: minor update to DA9030 code.Markus Klotzbuecher2006-03-291-1/+1
| |
* | delta board: fix DA9030 reset procedure.Markus Klotzbuecher2006-03-271-3/+2
| |
* | Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher2006-03-241-1/+7
| | | | | | | | | | CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency.
* | delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher2006-03-241-4/+14
| | | | | | | | make the pxa i2c driver work with the monahans cpu.
* | Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher2006-03-201-87/+13
| |
* | Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-201-0/+1
|/
* Enable simple (non-redundant) NAND environment on delta board.Markus Klotzbücher2006-03-081-5/+4
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-061-1/+1
| | | | Code cleanup.
* Turned on SDRAM scrubbing.Markus Klotzbücher2006-03-061-1/+1
|
* Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2006-03-061-2/+20
| | | | Controller.
* NAND finally working. Two bugs fixed:Markus Klotzbücher2006-03-061-3/+7
| | | | | | | | | * 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.
* Lots of new stuff:Markus Klotzbücher2006-03-041-0/+5
| | | | | | | | | | | * 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.
* Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher2006-02-281-1/+1
|
* First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-281-30/+40
|
* SDRAM now working.Markus Klotzbücher2006-02-221-10/+10
|
* SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-221-10/+12
| | | | we only see 64MB.
* New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-201-0/+249
zylonite). Minor pxa-regs.h update.
OpenPOWER on IntegriCloud