summaryrefslogtreecommitdiffstats
path: root/board/esd
Commit message (Collapse)AuthorAgeFilesLines
...
* * Patch by Matthias Fuchs, 18 Apr 2005:stroese2005-04-201-316/+316
| | | | | Make PCI target address spaces on PMC405 and CPCI405 boards configurable via environment variables
* Update for esd apc405stroese2005-04-132-2298/+2344
|
* Update for esd auto_update and hh405 boardstroese2005-03-171-2511/+2488
|
* Update for esd auto_update and hh405 boardstroese2005-03-166-6571/+10032
|
* Update for esd voh405 fpga imagestroese2005-03-141-1974/+2011
|
* Update for esd boards dp405 and hub405stroese2005-03-012-1603/+1660
|
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-313-13/+15
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* One more code cleanup.stroese2004-12-171-1/+1
|
* Code cleanup.wdenk2004-12-1620-1060/+1266
|
* 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
|
* Fix [noeol] problem in board/esd/ar405/fpgadata_xl30.cwdenk2004-09-161-1/+1
|
* Update AR405 board.stroese2004-09-165-104/+2389
|
* esd misc file esd common routines added.stroese2004-09-161-0/+40
|
* * Patch by Detlev Zundel, 08 Sep 2004:wdenk2004-09-085-10/+10
| | | | | | | | | | | Update etags build target * Improve NetConsole support: add support for broadcast destination address and buffered input. * Cleanup compiler warnings for GCC 3.3.x and later * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
* * CVS add missing fileswdenk2004-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Cleanup compiler warnings * Fix problem with side effects in macros in include/usb.h * Patch by David Benson, 13 Nov 2003: bug 841358 - fix TFTP download size limit * Fixing bug 850768: improper flush_cache() in load_serial() * Fixing bug 834943: MPC8540 - missing volatile declarations * Patch by Stephen Williams, 09 Feb 2004: Add support for Xilinx SystemACE chip: - New files common/cmd_ace.c and include/systemace.h - Hook systemace support into cmd_fat and the partition manager * Patch by Travis Sawyer, 09 Feb 2004: Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-2016-16/+16
| | | | | | | | | | | | 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
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-154-161/+161
| | | | | | | | - 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
* PMC405 update.stroese2003-09-123-104/+1361
|
* PCI405 update.stroese2003-09-122-746/+751
|
* CPCI405(AB) update.stroese2003-09-122-1093/+1437
|
* ASH405 update.stroese2003-09-122-2466/+2497
|
* Xilinx jtag tool added.stroese2003-09-126-0/+2402
|
* Board VOH405 added.stroese2003-09-126-0/+1776
|
* Board PLU405 added.stroese2003-09-126-0/+1752
|
* Board HUB405 added.stroese2003-09-125-0/+488
|
* Board DP405 added.stroese2003-09-126-0/+2279
|
* * Patch by Gary Jennejohn, 11 Sep 2003:wdenk2003-09-111-7/+3
| | | | | | | | | | | - 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
OpenPOWER on IntegriCloud