aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-10-09Add support for AP1000 board.Wolfgang Denk1-1/+1
Patch by James MacAulay, 07 Oct 2005
2005-09-25Fix typo in eth.cWolfgang Denk1-3/+3
Patch by Ara Avanesyan, 24 Feb 2005
2005-09-24Update for TFTP using a fixed UDP portWolfgang Denk1-1/+4
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 Denk1-0/+10
(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 Roese1-1/+1
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 Denk2-9/+22
2005-08-16Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese1-6/+1
now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
2005-08-12Minor code cleanupWolfgang Denk1-20/+20
2005-08-12Add UPD-Checksum code, fix problem in net.c (return instead of break)Stefan Roese1-2/+42
Patch by Reinhard Arlt, 12 Aug 2005
2005-08-06Fix return code of NFS commandWolfgang Denk1-5/+9
Patch by Hiroshi Ito, 11 Dec 2004
2005-08-05Merge with /home/wd/git/u-boot/masterWolfgang Denk2-12/+8
2005-08-04Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk2-12/+8
Patch by Hiroshi Ito, 06 Dec 2004
2005-07-28* Patch by Eran LibertyEran Liberty1-0/+8
Add support for the Freescale MPC8349ADS board.
2005-07-25* Patch by Jon Loeliger, 2005-05-05Jon Loeliger1-4/+11
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.wdenk1-1/+1
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
2005-05-03README: add explanation about patch policywdenk1-5/+5
net/net.c: fix indentation
2005-04-03Patch by David Adair, 27 Oct 2004:wdenk1-2/+2
Add missing 440GX SDRAM Controller reset
2005-04-03* Patch by Richard Klingler, 03 Apr 2005:wdenk1-1/+4
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 cleanupwdenk1-3/+5
2005-04-02Fix problems with SNTP support;wdenk2-11/+10
enable SNTP support in some boards.
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk5-2/+211
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.wdenk1-0/+1
* 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 addedstroese1-0/+3
2004-10-28Patch by TsiChung Liew, 23 Sep 2004:wdenk1-0/+4
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
2004-10-11* Patch by Philippe Robin, 28 Sept 2004:wdenk1-0/+1
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:wdenk1-1/+1
parameter type cleanup for NetSetTimeout()
2004-09-28* Patch by Ganapathi C, 04 Aug 2004:wdenk1-7/+9
Fix NFS timeout issue
2004-08-02Add support for console over UDP (compatible to Ingo Molnar'swdenk1-0/+22
netconsole patch under Linux)
2004-07-09Patch by Jon Loeliger, 17 June 2004:wdenk1-3/+9
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_1200wdenk1-1/+1
* 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: initializewdenk1-26/+26
on-chip interfaces before external cards.
2004-04-25* Patch by John Kerl, 19 Apr 2004:wdenk1-2/+2
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:wdenk1-0/+4
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
2004-04-18* Cleanup, minor fixeswdenk1-98/+99
* Patch by Rune Torgersen, 16 Apr 2004: LBA48 fixes * Patches by Pantelis Antoniou, 16 Apr 2004: - Fix some compile problems; add "once" functionality for the netretry variable
2004-04-15Patches by Pantelis Antoniou, 30 Mar 2004:wdenk6-46/+611
add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk5-23/+18
- show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution)
2004-03-14* Patch by Philippe Robin, 09 Mar 2004:wdenk2-5/+11
Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference Platform support. * Patch by Masami Komiya, 08 Mar 2004: Don't overwrite server IP address or boot file name when the boot server does not return values * Patch by listmember@orkun.us, 5 Mar 2004: Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
2004-03-14* Patch by Yuli Barcohen, 4 Mar 2004:wdenk1-14/+21
Fix problems with GCC 3.3.x which changed handling of global variables explicitly initialized to zero (now in .bss instead of .data as before). * Patch by Leon Kukovec, 02 Mar 2004: add strswab() to fix IDE LBA capacity, firmware and model numbers on little endian machines * Patch by Masami Komiya, 02 Mar 2004: - Remove get_ticks() from NFS code - Add verification of RPC transaction ID * Patch by Pierre Aubert, 02 Mar 2004: cleanup for IDE and USB drivers for MPC5200
2004-03-14* Patch by Travis Sawyer, 01 Mar 2004:wdenk2-7/+18
Ocotea: - Add IBM PPC440GX Ref Platform support (Ocotea) Original code by Paul Reynolds <PaulReynolds@lhsolutions.com> Adapted to U-Boot and 440GX port 440gx_enet.c: - Add gracious handling of all Ethernet Pin Selections for 440GX - Add RGMII selection for Cicada CIS8201 Gigabit PHY ppc440.h: - Add needed bit definitions - Fix formatting * Patch by Carl Riechers, 1 Mar 2004: Add PPC440GX prbdv0 divider to fix memory clock calculation. * Patch by Stephan Linz, 27 Feb 2004 - avoid problems for targets without NFS download support
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-0/+10
- Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA) - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF) - Added support for 64bit strtoul (CFG_64BIT_STRTOUL) * Patch by Masami Komiya, 27 Feb 2004: Fix rarpboot: add autoload by NFS * Patch by Dan Eisenhut, 26 Feb 2004: fix flash_write return value in saveenv * Patch by Stephan Linz, 11 Dec 2003 expand config.mk to avoid trigraph warnings on NIOS * Rename "BMS2003" board into "HMI10"
2004-03-12Add support for Siemens SX1 mobile phone;LABEL_2004_03_12_0130wdenk1-265/+261
add support for USB-based console (enable with "setenv stdout usbtty; setenv stdin usbtty")
2004-02-27* Patch by Pierre Aubert, 26 Feb 2004wdenk1-10/+30
add IDE support for MPC5200 * Patch by Masami Komiya, 26 Feb 2004: add autoload via NFS * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source.
2004-02-27* Patch by Steven Scholz, 25 Feb 2004:wdenk2-3/+3
- Timeouts in FPGA code should be based on CFG_HZ - Minor cleanup in code for Altera FPGA ACEX1K * Patch by Steven Scholz, 25 Feb 2004: Changed "Directory Hierarchy" section in README * Patch by Masami Komiya, 25 Feb 2004: Reduce copy count in nfs_read_reply() of NFS code
2004-02-24* Patch by Masami Komiya, 24 Feb 2004:wdenk1-6/+6
Update NetBootFileXferSize in NFS code * Patch by Scott McNutt, 24 Feb 2004: fix packet length in NFS code
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk5-2/+872
Add support for NFS for file download * Minor code cleanup
2004-02-23* Patch by Laurent Mohin, 10 Feb 2004:wdenk1-4/+4
Fix buffer overflow in common/usb.c * Patch by Tolunay Orkun, 10 Feb 2004: Add support for Cogent CSB272 board * Code cleanup
2004-02-23* CVS add missing fileswdenk1-9/+32
* 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
2004-02-06Patch by Travis Sawyer, 30 Dec 2003:wdenk1-1/+5
Add support for IBM PPC440GX. Multiple EMAC Ethernet devices, select MDI port based on enabled EMAC device. Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX base PrPMC board.
2004-01-03* Patch by Ronen Shitrit, 10 Dec 2003:wdenk1-9/+17
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile
2004-01-02* Patch by André Schwarz, 8 Dec 2003:wdenk1-0/+4
fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM): - TX and RX deskriptors must be quad-word aligned - does not work with only one TX deskriptor - standard reset method does not work * Patch by Masami Komiya, 08 Dec 2003: add RTL8139 ethernet driver * Patches by Ed Okerson, 07 Dec 2003: - fix ethernet for the AU1x00 processors in little-endian mode. - extend memsetup.S for the AU1x00 processors in BE and LE modes