summaryrefslogtreecommitdiff
path: root/board/dave
Commit message (Collapse)AuthorAgeLines
* Code cleanup; make several boards compile & link.wdenk2004-03-14-5/+2
|
* Add missing board/dave/B2/B2.c file.wdenk2004-02-24-0/+128
|
* * Patch by Andrea Scian, 17 Feb 2004:wdenk2004-02-24-1/+406
| | | | | | | | Add support for S3C44B0 processor and DAVE B2 board * Patch by Steven Scholz, 20 Feb 2004: - Add support for MII commands on AT91RM9200 boards - some cleanup in AT91RM9200 ethernet code
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-20-1/+1
| | | | | | | | | | | | 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
* * Fix problems caused by Robert Schwebel's cramfs patchwdenk2004-01-04-2/+5
| | | | | | | | | | | | * Patch by Scott McNutt, 02 Jan 2004: Add support for the Nios Active Serial Memory Interface (ASMI) on Cyclone devices * Patch by Andrea Marson, 16 Dec 2003: Add support for the PPChameleon ME and HI modules * Patch by Yuli Barcohen, 22 Dec 2003: Add support for Motorola DUET ADS board (MPC87x/88x)
* Fix PCI problems on PPChameleon boardwdenk2003-10-22-1/+1
|
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-15-123/+123
| | | | | | | | - Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup
* * Update TRAB auto update codewdenk2003-10-06-2/+5
| | | | | | | | | | | * Make fatload set filesize environment variable fix potential buffer overlow problem * enable basic / medium / high-end configurations for PPChameleonEVB board; fix NAND code * enable TFTP client code to specify to the server the desired timeout value (see RFC-2349)
* * Patch by Gary Jennejohn, 11 Sep 2003:wdenk2003-09-11-3/+7
| | | | | | | | | | | - allow for longer timeouts for USB mass storage devices * Patch by Denis Peter, 11 Sep 2003: - fix USB data pointer assignment for bulk only transfer. - prevent to display erased directories in FAT filesystem. * Change output format for NAND flash - make it look like for other memory, too
* Adjustments / cleanup for PPChameleon EVB boardwdenk2003-09-03-4/+5
|
* * Add support for PPChameleon Eval Boardwdenk2003-09-02-0/+2869
* Add support for P3G4 board * Fix problem with MGT5100 FEC driver: add "early" MAC address initialization