summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* PCI405 board updatestroese2004-12-161-0/+235
|
* AR405 board updatestroese2004-12-161-2276/+2427
|
* esd common updatestroese2004-12-1612-28/+1578
|
* VOH405 board updatestroese2004-12-166-1190/+3866
|
* PMC405 board updatestroese2004-12-164-1355/+2547
|
* PLU405 board updatestroese2004-12-162-10/+36
|
* PCI405 board updatestroese2004-12-163-10/+1022
|
* OCRTC board updatestroese2004-12-162-9/+9
|
* HUB405 board updatestroese2004-12-162-16/+70
|
* DU405 board updatestroese2004-12-162-9/+7
|
* DP405 board updatestroese2004-12-163-1777/+1789
|
* CPCIISER4 board updatestroese2004-12-162-6/+11
|
* CPCI440 board updatestroese2004-12-164-1/+17
|
* CANBT board updatestroese2004-12-161-1/+1
|
* ASH405 board updatestroese2004-12-161-1/+1
|
* AR405 board updatestroese2004-12-162-3/+232
|
* ADCIOP board updatestroese2004-12-161-1/+1
|
* CPCI405 board updatestroese2004-12-164-1312/+1442
|
* WUH405 board support addedstroese2004-12-166-0/+2299
|
* VOM405 board support addedstroese2004-12-166-0/+2309
|
* TASREG board support addedstroese2004-12-166-0/+6062
|
* HH405 board support addedstroese2004-12-1610-0/+7378
|
* CPCI750 board support addedstroese2004-12-1621-0/+11793
|
* APC405 board support addedstroese2004-12-167-0/+3863
|
* G2000 board support addedstroese2004-12-165-0/+1339
|
* Add support for INKA4X0 boardwdenk2004-12-167-0/+915
|
* Cleanup for CMC_PU2 boardwdenk2004-12-142-10/+14
|
* Patch by Steven Scholz, 12 Dec 2004:wdenk2004-12-132-2/+2
| | | | Fix typo in AT91 memory setup.
* Patch by Martin Krause, 27 Oct 2004:wdenk2004-12-122-6/+123
| | | | | - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
* * Clean up CMC PU2 flash driverwdenk2004-12-101-53/+65
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver
* * Fix udelay() on AT91RM9200 for delays < 1 ms.wdenk2004-11-241-2/+2
| | | | | | * Enable long help on CMC PU2 board; fix reset issue; increase CPU speed from 179 to 207 MHz.
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-219-494/+596
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-287-0/+1399
| | | | | - add support for MPC8220 CPU - Add support for Alaska and Yukon boards
* * Fix configuration for ERIC board (needs more room)wdenk2004-10-241-2/+1
| | | | | | * 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)
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-1714-922/+889
|
* Cleanupwdenk2004-10-113-8/+8
|
* * Enable NAND flash support for NC650 board.wdenk2004-10-112-12/+32
| | | | | * Patch by Thomas Lange 07 Oct 2004: Updated README for DBAu1x00 boards to match current status
* * Patch by Philippe Robin, 28 Sept 2004:wdenk2004-10-111-8/+50
| | | | | | | Fix Flash support for Versatile. * Patch by Roger Blofeld, 16 Sep 2004: Fix timeout for DHCP command retry
* * Patch by Michael Bendzick, 30 Aug 2004:wdenk2004-10-103-3/+13
| | | | | | | | | - 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
* * Configure SX1 board to use drivers/cfi_flash.cwdenk2004-10-104-874/+2
| | | | | | | | | | | * 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
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-1012-137/+861
| | | | | | - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
* Patches by Jon Loeliger, 24 Aug 2004:wdenk2004-10-1016-1074/+1969
| | | | | - Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
* * Patch by Jon Loeliger, 24 Aug 2004:wdenk2004-10-104-16/+2
| | | | | | | | | | | - 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
* Patch by George G. Davis, 24 Aug 2004:wdenk2004-10-1033-39/+33
| | | | - update ARM boards to use constants from mach-types.h
* Code Cleanupwdenk2004-10-101-20/+20
| | | | | | Patch by Gary Jennejohn, 04 Oct 2004: - fix I2C on at91rm9200 - add support for Ricoh RS5C372A RTC
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-108-0/+1793
| | | | | | | | - add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
* Patch by Yuli Barcohen, 22 Aug 2004:wdenk2004-10-093-822/+2
| | | | | | - remove ZPC.1900 board-specific flash driver; switch the port to generic CFI driver; - port clean-up
* Patch by Hinko Kocevar, 21 Aug 2004:wdenk2004-10-091-0/+9
| | | | Add calc_fbsize() function used with VIDEOLFB_TAG on TRAB
* Patches by himba, 21 Aug 2004:wdenk2004-10-091-294/+286
| | | | | - fix some "use of label at end of compound statement" warnings - Define type of LCD panel on lubbock board if CONFIG_LCD is used
* * Patch by Sean Chang, 9 Aug 2004:wdenk2004-09-2912-146/+1673
| | | | | | | | | | | | | | | | | | - Added I2C support for ML300. - Added support for ML300 to read out its environment information stored on the EEPROM. - Added support to use board specific parameters as part of U-Boot's environment information. - Updated MLD files to support configuration for new features above. * Patches by Travis Sawyer, 5 Aug 2004: - Remove incorrect bridge settings for eth group 6 - Add call to setup bridge in ppc_440x_eth_initialize - Fix ppc_440x_eth_init to reset the phy only if its the first time through, otherwise, just check the phy for the autonegotiated speed/duplex. This allows the use of netconsole - only print the speed/duplex the first time the phy is reset.
OpenPOWER on IntegriCloud