aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/fec.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk1-1/+2
Minimally modified patch by Bluetechnix, Vienna
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-24/+37
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-2/+2
2005-09-04Update MPC5200 FIFO Control settingsWolfgang Denk1-2/+4
(u-boot.habanero.fifo_cntrl.patch from Freescale)
2005-08-09Added support for O2DNT board.1-1/+1
2005-06-10* Add support for HMI1001 boardwdenk1-3/+4
* Disable "date" and "sntp" commands on TQM866M which has no RTC
2005-04-13Add support for canmb boardLABEL_2005_04_14_0115wdenk1-4/+4
2005-02-24* Add support for ext2 filesystems and image timestamps to TQM5200 boardwdenk1-8/+8
* Add reset code for Coral-P on INKA4x0 board * Patch by Martin Krause, 28 Jun 2004: Update for TRAB board. * Fix some missing "volatile"s in MPC5xxx FEC driver
2004-12-16Add support for INKA4X0 boardwdenk1-1/+2
2004-07-11Patch by Mark Jonas, 01 Jul 2004:wdenk1-0/+8
Added support for Total5100 and Total5200 (Rev.1 and Rev.2) MGT5100 and MPC5200 based Freescale platforms.
2004-07-11* Patch by Martin Krause, 30 Jun 2004:wdenk1-3/+2
Add support for TQM5200 board * Patch by Martin Krause, 29 Jun 2004: Add loopw command: infinite write loop on address range
2004-05-12Fix minor network problem on MPC5200wdenk1-22/+64
2004-04-08* Patch by Mark Jonas: Remove config.tmp files only whenwdenk1-11/+3
unconfiguring the board * Adapt RMU board for bigger flash memory * Test fix for ethernet problems on MPC5200
2004-03-23* Patch by Phillippe Robin, 16 Mar 2004:wdenk1-2/+2
avoid dereferencing NULL pointer in lib_arm/armlinux.c * Patch by Stephen Williams, 15 Mar 2004: Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation * Patch by Tolunay Orkun, 15 Mar 2004: Initialize bi_opbfreq to real OPB frequency via get_OPB_freq() * Patch by Travis Sawyer, 15 Mar 2004: Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
2004-03-23* Add start-up delay to make sure power has stabilized beforewdenk1-4/+6
attempting to switch on USB on SX1 board. * Patch by Josef Wagner, 18 Mar 2004: - Add support for MicroSys XM250 board (PXA255) - Add support for MicroSys PM828 board (MPC8280) - Add support for 32 MB Flash on PM825/826 - new SDRAM refresh rate for PM825/PM826 - added support for MicroSys PM520 (MPC5200) - replaced Query by Identify command in CPU86/flash.c to support 28F160F3B * Fix wrap around problem with udelay() on ARM920T * Add support for Macronix flash on TRAB board
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-2/+2
Add support for NFS for file download * Minor code cleanup
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-34/+39
* Minor code cleanup (coding style) * Patch by Reinhard Meyer, 30 Dec 2003: - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE, - added CONFIG_PHY_ADDR to include/configs/IceCube.h, - turned debug print of PHY registers into a function (called in two places) - added support for EMK MPC5200 based modules * Fix MPC8xx PLPRCR_MFD_SHIFT typo * Add support for TQM866M modules * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash) * Fix a few compiler warnings
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk1-1/+1
- 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
2003-09-30Fix problems with I2C support for mpc5200dzu1-0/+2
2003-09-16* Fix timeout problems with 1st packet on MPC5200wdenk1-4/+8
2003-09-14* Patch by Gleb Natapov, 14 Sep 2003:wdenk1-0/+4
enable watchdog support for all MPC824x boards that have a watchdog * On MPC5200, restrict FEC to a maximum of 10 Mbps to work around the "Non-octet Aligned Frame" errors we see at 100 Mbps * Patch by Sharad Gupta, 14 Sep 2003: fix SPR numbers for upper BAT register ([ID]BAT[4-7][UL])
2003-09-05* Add support for SK98xx driverLABEL_2003_09_06_0055wdenk1-2/+3
* Add PCI support for SL8245 board * Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB) or 1 x AM29LV652 (two LV065 in one chip = 16 MB); Run IPB at 133 Mhz; adjust the MII clock frequency accordingly * Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16 MHz) to allow for more accurate baudrate settings (error now 0.7% at 115 kbps, instead of 3.5% before) * Patch by Andreas Mohr, 4 Sep 2003: Fix a lot of spelling errors
2003-09-02* Add support for PPChameleon Eval Boardwdenk1-0/+19
* Add support for P3G4 board * Fix problem with MGT5100 FEC driver: add "early" MAC address initialization
2003-08-07Disable debug print for normal use.wdenk1-1/+1
Fix MPC5200 FEC driver
2003-07-26* Allow crc32 to be used at address 0x000wdenk1-52/+56
* Provide consistent interface to standalone applications to access the 'global_data' structure Provide a doc/README.standalone more useful to users/developers. * Make IceCube MGT5100 FEC driver work
2003-07-16* Add support for IceCube board (with MGT5100 and MPC5200 CPUs)U-Boot-0_4_4wdenk1-0/+944
* Add support for MGT5100 and MPC5200 processors