summaryrefslogtreecommitdiffstats
path: root/board/Marvell
Commit message (Collapse)AuthorAgeFilesLines
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-203-7/+7
| | | | | | | | | | | | before we can access it; add delay in case we are faster (with no CF card inserted) * Cleanup of some init functions * Make sure SCC Ethernet is always stopped by the time we boot Linux to avoid Linux crashes by early packets coming in. * Accelerate flash accesses on LWMON board by using buffered writes
* * Patch by Ronen Shitrit, 10 Dec 2003:wdenk2004-01-0344-0/+28503
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile