summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)Author
2006-10-12Minor code cleanup.Wolfgang Denk
2006-10-09Make bootp implementation RFC3046 compliantWolfgang Denk
Patch by Joakim Larsson, 27 Jun 2006
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
Based on patch by Mike Frysinger, 20 Jun 2006
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
2006-08-14Fix typo.Wolfgang Denk
Patch by Andreas Engel, 28 Nov 2005
2006-05-30* Update Intel IXP4xx supportWolfgang Denk
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-12Add support for the DHCP vendor optional bootfile (#67).Wolfgang Denk
Ignores the vendor TFTP server name option (#66). Patch by Murray Jensen, 30 Jun 2005
2006-03-12Fix behaviour if gatewayip is not setWolfgang Denk
Patch by Robin Gilks, 23 Dec 2004
2005-12-01Merge with /home/sr/git/u-bootWolfgang Denk
2005-11-30Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz
ethaddr is assigned). Initialization moved from miiphy_register() to eth_initialize(). Based on initial patch for 4xx platform by Matthias Fuchs.
2005-11-30Add support for TQM8541/8555 boards, TQM85xx support reworked:Stefan Roese
- Support for TQM8541/8555 boards added. - Complete rework of TQM8540/8560 support. - Common TQM85xx code now supports all current TQM85xx platforms (TQM8540/8541/8555/8560). - DDR SDRAM size detection added. - CAS latency default values can be overwritten by setting "serial#" to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used. If problems are detected with this non default CAS latency, the defualt values will be used instead. - FLASH size detection added. - Moved FCC ethernet driver initialization behind TSEC driver init -> TSEC is first device. Patch by Stefan Roese, 30 Nov 2005
2005-11-10Add explanation for CDP checksum algorithmWolfgang Denk
2005-10-28Add support for multiple PHYs.Marian Balakowicz
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk
2005-10-13Cleanup for GCC-4.xWolfgang Denk
2005-10-11Added support for TQM834x boards.Marian Balakowicz
2005-10-09Add support for AP1000 board.Wolfgang Denk
Patch by James MacAulay, 07 Oct 2005
2005-09-25Fix typo in eth.cWolfgang Denk
Patch by Ara Avanesyan, 24 Feb 2005
2005-09-24Update for TFTP using a fixed UDP portWolfgang Denk
Use the approved environment variable names. Added "tftpdstp" to allow ports other than 69 per Tolunay Orkun's recommendation. Patch by Jerry Van Baren, 12 Jan 2005
2005-09-24Allow to force TFTP to use a fixed UDP portWolfgang Denk
(Add a configuration option CONFIG_TFTP_PORT and optional env variable tftpport) Patch by Jerry Van Baren, 10 Jan 2005
2005-08-31Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).Stefan Roese
Removed CFG_CMD_DISPLAY from default commands. Fixed compiler warning in net.c. Patch by Stefan Roese, 31 Aug 2005
2005-08-26Prepare U-Boot for gcc-4.xWolfgang Denk
2005-08-16Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese
now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
2005-08-12Minor code cleanupWolfgang Denk
2005-08-12Add UPD-Checksum code, fix problem in net.c (return instead of break)Stefan Roese
Patch by Reinhard Arlt, 12 Aug 2005
2005-08-06Fix return code of NFS commandWolfgang Denk
Patch by Hiroshi Ito, 11 Dec 2004
2005-08-05Merge with /home/wd/git/u-boot/masterWolfgang Denk
2005-08-04Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk
Patch by Hiroshi Ito, 06 Dec 2004
2005-07-28* Patch by Eran LibertyEran Liberty
Add support for the Freescale MPC8349ADS board.
2005-07-25* Patch by Jon Loeliger, 2005-05-05Jon Loeliger
Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
2005-05-16Add PCI support for Sorcery board.wdenk
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
2005-05-03README: add explanation about patch policywdenk
net/net.c: fix indentation
2005-04-03Patch by David Adair, 27 Oct 2004:wdenk
Add missing 440GX SDRAM Controller reset
2005-04-03* Patch by Richard Klingler, 03 Apr 2005:wdenk
Add call to eth_halt() in net/net.c when called functions fail after eth_init() has been called. * Patch by Sam Song, 3 April 2005: - Update README.Netconsole - Update README
2005-04-03Minor cleanupwdenk
2005-04-02Fix problems with SNTP support;wdenk
enable SNTP support in some boards.
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk
add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP * Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
2005-01-12* Some Cleanup.wdenk
* Patch by Richard Woodruff, 10 Jan 2005: Update support for OMAP2420 (ARM11) and H4 board: o clean up and add new types to H4 memory probe code. o fix to work with internal boot. o added PRCM config III operation. o fix marginal flash timings. o add revison ATAG usage. o enable voltage scaling at power chip. o fix compile error for i2c. * Fix network problem (error when receiving multiple ARP packets)
2004-12-16CPCI750 board support addedstroese
2004-10-28Patch by TsiChung Liew, 23 Sep 2004:wdenk
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
2004-10-11* Patch by Philippe Robin, 28 Sept 2004:wdenk
Fix Flash support for Versatile. * Patch by Roger Blofeld, 16 Sep 2004: Fix timeout for DHCP command retry
2004-10-09Patch by Andreas Engel, 16 Aug 2004:wdenk
parameter type cleanup for NetSetTimeout()
2004-09-28* Patch by Ganapathi C, 04 Aug 2004:wdenk
Fix NFS timeout issue
2004-08-02Add support for console over UDP (compatible to Ingo Molnar'swdenk
netconsole patch under Linux)
2004-07-09Patch by Jon Loeliger, 17 June 2004:wdenk
Completion of the 8540ADS/8560ADS updates: Fix some PCI and Rapid I/O memory maps, Initialize both TSEC 1 and 2, Initialize SDRAM Update MAINTAINER for 85xx boards and README.mpc85xxads
2004-06-30* Fix "cls" command when used with splash screenLABEL_2004_07_01_1200wdenk
* Increase NFS download timeout (now 1 min - 10 sec is to short for a slow download of a big image)
2004-05-08Change init sequence for multiple network interfaces: initializewdenk
on-chip interfaces before external cards.
2004-04-25* Patch by John Kerl, 19 Apr 2004:wdenk
Use U-boot's miiphy.h for PHY register names, rather than introducing a new header file. * Update pci_ids.h from linux-2.4.26 * Patch by Masami Komiya, 19 Apr 2004: Fix problem cause by VLAN function on little endian architecture without VLAN environment
2004-04-18* Patch by Sangmoon Kim, 12 Apr 2004:wdenk
Update max RAM size for debris board * Patch by Travis Sawyer, 08 Apr 2004: Add TLB entry for second DIMM slot on ocotea * Patch by Masami Komiya, 08 Apr 2004: add RTL8169 network driver