summaryrefslogtreecommitdiff
path: root/include/configs/IceCube.h
Commit message (Collapse)AuthorAgeLines
...
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-14-0/+7
| | | | | | | | | | | | | | | | | 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
* * Patch by Pierre Aubert, 26 Feb 2004wdenk2004-02-27-2/+42
| | | | | | | | | | | 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.
* * Patch by Markus Pietrek, 24 Feb 2004:wdenk2004-02-26-2/+13
| | | | | | | | | | | | | NS9750 DevBoard added * Patch by Pierre AUBERT, 24 Feb 2004 add USB support for MPC5200 * Patch by Steven Scholz, 24 Feb 2004: - fix MII commands to use values from last command * Patch by Torsten Demke, 24 Feb 2004: Add support for the eXalion platform (SPSW-8240, F-30, F-300)
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-24-2/+2
| | | | | | Add support for NFS for file download * Minor code cleanup
* * Cleanup lowboot code for MPC5200wdenk2004-01-02-0/+1
| | | | | | | | | | | | | | | | | | * 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
* * Fix IceCube CLKIN configuration (it's 33.000000MHz)wdenk2003-12-20-1/+18
| | | | | | * Add new configuration for IceCube board with DDR memory * Update TRAB memory configurations
* * Enabled password check on RMU boardwdenk2003-12-03-1/+1
| | | | | * Fix configuration problem with IceCube in LOWBOOT configuration: environment got embedded, corrupting the image layout.
* * Patch by Bernhard Kuhn, 28 Oct 2003:wdenk2003-11-07-11/+43
| | | | | | | | Add low boot support for MPC5200 * Fix problem with dual PCMCIA support (NSCU) * Fix MPC5200 I2C initialization function
* * Fix parameter passing to standalone images with bootm commandwdenk2003-10-30-0/+5
| | | | | | | | | | * Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board * Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN * Get IceCube MGT5100 working (again)
* Fix problems with I2C support for mpc5200dzu2003-09-30-8/+4
|
* Update MPC5200 port pin configuration for Linux CAN drivers.wdenk2003-09-18-1/+1
|
* Add auto-update code for TRAB board using USB memory stickswdenk2003-09-17-0/+1
|
* Make IPB clock on MGT5100/MPC5200 configurable in board config file;wdenk2003-09-16-0/+6
| | | | go back to 66 MHz for stability
* * Patch by Gleb Natapov, 14 Sep 2003:wdenk2003-09-14-0/+1
| | | | | | | | | | 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])
* * Patch by David Müller, 13 Sep 2003:wdenk2003-09-13-1/+19
| | | | | | various changes to VCMA9 board specific files * Add I2C support for MGT5100 / MPC5200
* * Patch by Martin Krause, 11 Sep 2003:wdenk2003-09-11-2/+2
| | | | | | add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board
* * Add support for SK98xx driverwdenk2003-09-05-5/+11
| | | | | | | | | | | | | | | * 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
* * Fix ICU862 environment problemwdenk2003-08-28-2/+0
| | | | | | * Fix RAM size detection for RMU board * Implement "reset" for MGT5100/MPC5200 systems
* * Make Ethernet autonegotiation on INCA-IP work for all clock rates;wdenk2003-08-17-0/+3
| | | | | | | | | | | | | allow selection of clock frequency as "make" target * Implement memory autosizing code for IceCube boards * Configure network port on INCA-IP for autonegotiation * Fix overflow problem in network timeout code * Patch by Richard Woodruff, 8 Aug 2003: Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
* * Fix PCI support for MPC5200 / IceCube Boardwdenk2003-08-05-8/+39
|
* * Allow crc32 to be used at address 0x000wdenk2003-07-26-4/+1
| | | | | | | | * 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
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)wdenk2003-07-16-0/+173
* Add support for MGT5100 and MPC5200 processors