| Commit message (Expand) | Author | Age | Lines |
... | |
* | Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of MPC512x_FEC Ethernet driver to CPU directory | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of IncaIP Ethernet controller to board_eth_init | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of GT6426x Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -7/+0 |
* | Moved initialization of PCNET Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of NATSEMI Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of NS8382X Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of TSI108 Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of RTL8139 Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -4/+0 |
* | Moved initialization of RTL8169 Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -5/+0 |
* | Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() | Ben Warren | 2008-09-02 | -5/+0 |
* | davinci: fix remaining dm644x_eth | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-31 | -1/+1 |
* | ARM DaVinci: Changing function names for EMAC driver | Sandeep Paulraj | 2008-08-31 | -1/+1 |
* | Fix bogus error message in the DHCP handler | Remy Bohmer | 2008-08-26 | -0/+3 |
* | Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. | Remy Bohmer | 2008-08-26 | -1/+1 |
* | Moved initialization of SKGE Ethernet driver to board code. | Ben Warren | 2008-08-26 | -4/+0 |
* | Moved initialization of ULI526X Ethernet driver to board code. | Ben Warren | 2008-08-26 | -4/+0 |
* | Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() | Ben Warren | 2008-08-26 | -4/+0 |
* | Moved initialization of GRETH Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -4/+0 |
* | Moved initialization of MCFFEC Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -4/+0 |
* | Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -4/+0 |
* | Moved initialization of AVR32 Ethernet controllers to board_eth_init() | Ben Warren | 2008-07-24 | -8/+0 |
* | Fix DHCP protocol so U-Boot does not respond too early | Robin Getz | 2008-07-15 | -2/+0 |
* | Fix printf() format issues with sizeof_t types by using %zu | Wolfgang Denk | 2008-07-14 | -1/+1 |
* | Fix some more printf() format issues. | Wolfgang Denk | 2008-07-13 | -2/+2 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | -1/+1 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | -1/+2 |
* | Fix printf errors. | Andrew Klossner | 2008-07-09 | -1/+1 |
* | Add mechanisms for CPU and board-specific Ethernet initialization | Ben Warren | 2008-07-06 | -17/+15 |
* | Merge branch 'master' of git://git.denx.de/u-boot | Ben Warren | 2008-06-08 | -1/+2 |
|\ |
|
| * | Merging Stelian Pop AT91 patches | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-24 | -1/+2 |
| |\ |
|
| | * | AT91SAM9263EK support | Stelian Pop | 2008-05-10 | -1/+2 |
* | | | Get rid of annoying/superfluous bad-checksum warning message | Remy Bohmer | 2008-06-04 | -0/+4 |
|/ / |
|
* | | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -3/+3 |
|/ |
|
* | net: make ARP timeout configurable | Guennadi Liakhovetski | 2008-04-28 | -6/+17 |
* | Coding Style cleanup; update CHANGELOG | Wolfgang Denk | 2008-04-13 | -20/+20 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91 | Wolfgang Denk | 2008-04-08 | -3/+3 |
|\ |
|
| * | Add support for AT91SAM9260EK | Stelian Pop | 2008-04-01 | -1/+1 |
| * | Move at91cap9 specific files to at91sam9 directory | Stelian Pop | 2008-04-01 | -2/+2 |
* | | SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. | Daniel Hellstrom | 2008-03-30 | -0/+4 |
* | | DHCP request fix for Windows Server 2003 | Aras Vaichas | 2008-03-30 | -1/+4 |
|/ |
|
* | net: Print error message upon net usage when no ethernet-interface is found | Stefan Roese | 2008-03-05 | -1/+3 |
* | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev | Peter Pearse | 2008-02-15 | -0/+4 |
|\ |
|
| * | AT91CAP9 support : build integration | Stelian Pop | 2008-02-14 | -0/+4 |
* | | TFTP: fix search of ':' in BootFile | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-14 | -1/+1 |
|/ |
|
* | NFS Timeout with large files. | Hiroshi Ito | 2008-02-14 | -1/+6 |
* | TFTP: add host ip addr support | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-05 | -10/+30 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 | Wolfgang Denk | 2008-01-23 | -0/+4 |
|\ |
|
| * | AVR32: ATNGW100 board support | Haavard Skinnemoen | 2008-01-18 | -0/+4 |