summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Collapse)Author
2004-12-18Add support for UC100 boardLABEL_2004_12_18_2335wdenk
2004-12-17One more code cleanup.stroese
2004-12-16Code cleanup.wdenk
2004-12-16PCI405 board updatestroese
2004-12-16AR405 board updatestroese
2004-12-16esd common updatestroese
2004-12-16VOH405 board updatestroese
2004-12-16PMC405 board updatestroese
2004-12-16PLU405 board updatestroese
2004-12-16PCI405 board updatestroese
2004-12-16OCRTC board updatestroese
2004-12-16HUB405 board updatestroese
2004-12-16DU405 board updatestroese
2004-12-16DP405 board updatestroese
2004-12-16CPCIISER4 board updatestroese
2004-12-16CPCI440 board updatestroese
2004-12-16CANBT board updatestroese
2004-12-16ASH405 board updatestroese
2004-12-16AR405 board updatestroese
2004-12-16ADCIOP board updatestroese
2004-12-16CPCI405 board updatestroese
2004-12-16WUH405 board support addedstroese
2004-12-16VOM405 board support addedstroese
2004-12-16TASREG board support addedstroese
2004-12-16HH405 board support addedstroese
2004-12-16CPCI750 board support addedstroese
2004-12-16APC405 board support addedstroese
2004-12-16G2000 board support addedstroese
2004-12-16Add support for INKA4X0 boardwdenk
2004-12-14Cleanup for CMC_PU2 boardwdenk
2004-12-13Patch by Steven Scholz, 12 Dec 2004:wdenk
Fix typo in AT91 memory setup.
2004-12-12Patch by Martin Krause, 27 Oct 2004:wdenk
- add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
2004-12-10* Clean up CMC PU2 flash driverwdenk
* Update MAINTAINERS file * Fix bug in MPC823 LCD driver
2004-11-24* Fix udelay() on AT91RM9200 for delays < 1 ms.LABEL_2004_11_25_0035wdenk
* Enable long help on CMC PU2 board; fix reset issue; increase CPU speed from 179 to 207 MHz.
2004-11-21* Update for AT91RM9200DK and CMC_PU2 boards:wdenk
- Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
2004-10-28Patch by TsiChung Liew, 23 Sep 2004:wdenk
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
2004-10-24* Fix configuration for ERIC board (needs more room)wdenk
* Adjust MIPS compiler options at run-time depending on tools version ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new, "-mcpu=4kc" for old tools)
2004-10-17Code cleanup for GCC-3.3.x compilerswdenk
2004-10-11CleanupLABEL_2004_10_12_0110wdenk
2004-10-11* Enable NAND flash support for NC650 board.wdenk
* Patch by Thomas Lange 07 Oct 2004: Updated README for DBAu1x00 boards to match current status
2004-10-11* Patch by Philippe Robin, 28 Sept 2004:wdenk
Fix Flash support for Versatile. * Patch by Roger Blofeld, 16 Sep 2004: Fix timeout for DHCP command retry
2004-10-10* Patch by Michael Bendzick, 30 Aug 2004:wdenk
- Improve platform.S code for omap1510inn that detects whether code is running from SDRAM or not. Patch allows SDRAM to be configured if code is running out of SRAM at 0x20000000. * Patch by Frederick Klatt, 30 Aug 2004: Add support for the Wind River SBC8540/SBC8560 boards
2004-10-10* Configure SX1 board to use drivers/cfi_flash.cwdenk
* Patches by Michael Bendzick, 30 Aug 2004: - Configure omap1510inn board to use drivers/cfi_flash.c - Make drivers/cfi_flash.c protect environment and redundant environment. * Patch by Steven Scholz, 23 Jun 2004: - Add script (tools/img2brec.sh) to programm U-Boot into (Synch)Flash using the Bootstrap Mode of the MC9328MX1/L
2004-10-10Patches by Scott McNutt, 24 Aug 2004:wdenk
- Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
2004-10-10Patches by Jon Loeliger, 24 Aug 2004:wdenk
- Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
2004-10-10* Patch by Jon Loeliger, 24 Aug 2004:wdenk
- Fix PCI window on MPC85xx; remove unneeded PCI initialization from board_early_init_f() - Provide SW workaround for PCI initialization on 85xx CDS - Convert MPC85xxADS to use common CFI flash driver * Cleanup: avoid compiler warnings * Add CMC PU2 board to MAKEALL script
2004-10-10Patch by George G. Davis, 24 Aug 2004:wdenk
- update ARM boards to use constants from mach-types.h
2004-10-10Code Cleanupwdenk
Patch by Gary Jennejohn, 04 Oct 2004: - fix I2C on at91rm9200 - add support for Ricoh RS5C372A RTC
2004-10-10* Patch by Gary Jennejohn, 01 Oct 2004:wdenk
- add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
2004-10-09Patch by Yuli Barcohen, 22 Aug 2004:wdenk
- remove ZPC.1900 board-specific flash driver; switch the port to generic CFI driver; - port clean-up