summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* CPCI750 board support addedstroese2004-12-1621-0/+11793
|
* APC405 board support addedstroese2004-12-167-0/+3863
|
* G2000 board support addedstroese2004-12-165-0/+1339
|
* PMC405 board support addedstroese2004-12-161-3/+10
|
* CPU speed calculation updated (fixed a rounding problem)stroese2004-12-161-34/+14
|
* CPCI750 board support addedstroese2004-12-161-2/+4
|
* Coldfire MCF5249 support addedstroese2004-12-166-6/+192
|
* esd config files updatedstroese2004-12-1625-285/+3680
|
* new 405ep defines addedstroese2004-12-161-0/+9
|
* new SST and EXCEL devices addstroese2004-12-161-0/+10
|
* - ext2fs support addedstroese2004-12-161-0/+4
| | | | - Tundra universe support added
* "static" from "do_fat_read" removedstroese2004-12-161-1/+1
|
* Coldfire MCF5249 support addedstroese2004-12-165-1/+323
|
* I2C addedstroese2004-12-161-0/+25
|
* use same spacing for "NAND:" putsstroese2004-12-161-1/+1
|
* CPCI750 board support addedstroese2004-12-161-0/+3
|
* added CONFIG_PCI_CONFIG_HOST_BRIDGE to enable host bridge configurationstroese2004-12-161-2/+12
|
* added ".i" same as ".jffs2s" for compatibility with older units ↵stroese2004-12-161-0/+8
| | | | (CFG_NAND_SKIP_BAD_DOT_I)
* memory commands "mdc" and "mwc" added for cyclic read/writestroese2004-12-161-0/+74
|
* remove "static" from "ide_dev_desc" to use it from external codestroese2004-12-161-1/+1
|
* code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board definesstroese2004-12-161-8/+3
|
* - ext2fs support addedstroese2004-12-161-2/+2
| | | | - Tundra universe support added
* Tundra universe support addedstroese2004-12-162-0/+548
|
* ext2fs support addedstroese2004-12-162-0/+375
|
* ext2fs support addedstroese2004-12-164-1/+1195
|
* Add support for INKA4X0 boardwdenk2004-12-1612-1/+1168
|
* Cleanup for CMC_PU2 boardwdenk2004-12-144-70/+57
|
* Fix problem introduced by previous patch.wdenk2004-12-131-0/+1
|
* Patch by Steven Scholz, 12 Dec 2004:wdenk2004-12-133-2/+5
| | | | Fix typo in AT91 memory setup.
* Patch by Martin Krause, 27 Oct 2004:wdenk2004-12-128-30/+324
| | | | | - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
* * Clean up CMC PU2 flash driverwdenk2004-12-107-62/+97
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver
* * Fix udelay() on AT91RM9200 for delays < 1 ms.wdenk2004-11-245-8/+37
| | | | | | * Enable long help on CMC PU2 board; fix reset issue; increase CPU speed from 179 to 207 MHz.
* Fix smc91111 ethernet driver for Xaeniax board (need to handlewdenk2004-11-222-0/+23
| | | | unaligned tail part specially).
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-2123-577/+845
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Map SRAM on NC650 boardwdenk2004-11-172-0/+17
|
* Work around for Ethernet problems on Xaeniax boardwdenk2004-11-024-4/+55
|
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-2843-13/+8635
| | | | | - add support for MPC8220 CPU - Add support for Alaska and Yukon boards
* * Fix configuration for ERIC board (needs more room)wdenk2004-10-244-5/+31
| | | | | | * 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)
* Add passing of the command line and memory size information to thewdenk2004-10-192-1/+6
| | | | kernel on xaeniax board.
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-1722-995/+966
|
* Cleanupwdenk2004-10-119-69/+71
|
* * Enable NAND flash support for NC650 board.wdenk2004-10-114-21/+80
| | | | | * 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-114-12/+71
| | | | | | | Fix Flash support for Versatile. * Patch by Roger Blofeld, 16 Sep 2004: Fix timeout for DHCP command retry
* * Patch by Pantelis Antoniou, 14 Sep 2004:wdenk2004-10-114-54/+87
| | | | | | | Fix early serial hang when CONFIG_SERIAL_MULTI is defined. * Patch by Pantelis Antoniou, 14 Sep 2004: Kick watchdog when bz-decompressing
* Fix CFG_HZ problems on AT91RM9200 systemswdenk2004-10-114-10/+28
| | | | [Remember: CFG_HZ should be 1000 on ALL systems!]
* * Patch by Gridish Shlomi, 30 Aug 2004:wdenk2004-10-1013-34/+69
| | | | | | | | | | | | | | | | | - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200 * Patch by Hojin, 17 Sep 2004: Fix typo in cfi_flash.c * Patch by Mark Jonas, 09 September 2004: mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong error message * Patch by Mark Jonas, 31 August 2004: Added option CFG_XLB_PIPELINING to enable XLB pipelining. This improves FTP performance for MPC5200 systems. Enabled for IceCube by default.
* * Patch by Michael Bendzick, 30 Aug 2004:wdenk2004-10-1010-5/+914
| | | | | | | | | - 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-109-881/+450
| | | | | | | | | | | * 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-1065-191/+3880
| | | | | | - 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-1027-1109/+3149
| | | | | - Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR