summaryrefslogtreecommitdiffstats
path: root/board/icecube
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup; make several boards compile & link.wdenk2004-03-141-1/+1
|
* * Patch by Tolunay Orkun, 5 Mar 2004:wdenk2004-03-141-6/+6
| | | | | | | | | | | | | Fix early board initialization for Cogent CSB272 board * Patch by Ed Okerson, 3 Mar 2004: fix CFI flash writes for little endian systems * Patch by Reinhard Meyer, 01 Mar 2004: generalize USB and IDE support for MPC5200 with according changes to IceCube.h and TOP5200.h add Am29LV256 256 MBit FLASH support for TOP5200 boards add info about USB and IDE to README
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-141-0/+25
| | | | | | | | | | | | | | | | | 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
* * Fix SDRAM timings for LITE5200 / IceCube boardwdenk2004-03-021-6/+6
| | | | | | * Handle Auti-MDIX / connection status for INCA-IP * Fix USB problems when attempting to read 0 bytes
* Add a common get_ram_size() function and modify the thewdenk2004-01-061-42/+4
| | | | board-specific files to invoke that common implementation.
* * Cleanup lowboot code for MPC5200wdenk2004-01-021-1/+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-201-0/+54
| | | | | | * Add new configuration for IceCube board with DDR memory * Update TRAB memory configurations
* * Patch by Bernhard Kuhn, 28 Oct 2003:wdenk2003-11-072-3/+16
| | | | | | | | Add low boot support for MPC5200 * Fix problem with dual PCMCIA support (NSCU) * Fix MPC5200 I2C initialization function
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-152-4/+4
| | | | | | | | - 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
* * Add support for SK98xx driverwdenk2003-09-052-8/+29
| | | | | | | | | | | | | | | * 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-281-2/+9
| | | | | | * 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-171-35/+83
| | | | | | | | | | | | | 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-051-0/+12
|
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)wdenk2003-07-165-0/+796
* Add support for MGT5100 and MPC5200 processors
OpenPOWER on IntegriCloud