summaryrefslogtreecommitdiff
path: root/board/dave
AgeCommit message (Collapse)AuthorFilesLines
2004-07-01Patch by Andrea Marson, 11 Jun 2004:wdenk3-22/+61
Update for PPChameleon board: - support for SysClk @ 25MHz - support for Silicon Motion SM712 VGA controller - some clean ups
2004-06-17* Fix flash parameters passed to Linux for PPChameleon boardwdenk2-13/+15
* Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
2004-04-18* Patch by Yasushi Shoji, 07 Apr 2004:wdenk1-1/+1
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board
2004-04-18* Configure PPChameleon board to use redundand environment in flashwdenk2-5/+8
* Configure PPChameleon board to use JFFS2 NAND support. * Added support for JFFS2 filesystem (read-only) on top of NAND flash
2004-03-14Code cleanup; make several boards compile & link.wdenk2-5/+2
2004-02-24Add missing board/dave/B2/B2.c file.wdenk1-0/+128
2004-02-24* Patch by Andrea Scian, 17 Feb 2004:wdenk6-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
2004-01-20* The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk1-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
2004-01-04* Fix problems caused by Robert Schwebel's cramfs patchwdenk1-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)
2003-10-22Fix PCI problems on PPChameleon boardwdenk1-1/+1
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:wdenk4-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
2003-10-06* Update TRAB auto update codewdenk1-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)
2003-09-11* Patch by Gary Jennejohn, 11 Sep 2003:wdenk1-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
2003-09-03Adjustments / cleanup for PPChameleon EVB boardwdenk1-4/+5
2003-09-02* Add support for PPChameleon Eval Boardwdenk9-0/+2869
* Add support for P3G4 board * Fix problem with MGT5100 FEC driver: add "early" MAC address initialization