summaryrefslogtreecommitdiffstats
path: root/board/esd
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup for GCC-4.xWolfgang Denk2005-10-1325-45/+47
|
* Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-10-081-8/+15
| | | | | Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005
* Fix problem with SM501 init on HH405 board.Stefan Roese2005-09-301-1/+4
| | | | Patch by Stefan Roese, 30 Sep 2005
* Fix VOH405 SupportWolfgang Denk2005-09-251-2/+3
| | | | Patch by Matthias Fuchs, 25 Sep 2005
* Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-09-251-1/+1
| | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
* * Fix PHY address argument passing with mii info commandWolfgang Denk2005-09-241-0/+53
| | | | | | Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
* More cleanup: get rid or redundand #definesWolfgang Denk2005-09-231-5/+2
|
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-231-3/+3
|
* esd CPCI2DP board addedStefan Roese2005-09-225-0/+522
| | | | Patch by Matthias Fuchs, 22 Sep 2005
* esd PMC405 board updatedStefan Roese2005-09-222-790/+1
| | | | Patch by Matthias Fuchs, 22 Sep 2005
* Add SM501 support to HH405 board.Stefan Roese2005-09-223-2583/+3103
| | | | | | Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-3124-0/+48
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Merge with testing-4xx_enet (Create generic 4xx Ethernet code)Wolfgang Denk2005-08-2318-18/+5
|\
| * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-1618-18/+5
| | | | | | | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* | Add esd cpci5200 and pf5200 boardsStefan Roese2005-08-2211-0/+2389
|/ | | | Patch by Reinhard Arlt, 22 Aug 2005
* esd PCI405 board updatedStefan Roese2005-08-121-11/+56
| | | | Patch by Matthias Fuchs, 28 Jul 2005
* esd WUH405 and DU405 board updatedStefan Roese2005-08-122-1725/+1832
| | | | Patch by Matthias Fuchs, 27 Jul 2005
* * 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
|
OpenPOWER on IntegriCloud