summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8xx/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* Added support for the mgsuvd board from keymile.Heiko Schocher2008-01-121-0/+16
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|
* Add support for MPC859/866 Rev. A.0Wolfgang Denk2006-03-181-3/+8
|
* On LWMON we must use the watchdog to reset the board as the CPUwdenk2005-05-091-0/+31
| | | | genereated HRESET pulse is too short to reset the external circuitry.
* Add support for UC100 boardwdenk2004-12-181-0/+7
|
* * Patch by Yuli Barcohen, 13 Jul 2004:wdenk2004-09-281-6/+6
| | | | | | | | Allow clock setting on MPC866/MPC885 series chips according to environment variable `cpuclk' * Patch by Yuli Barcohen, 20 Apr 2004: Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
* Patch by Klaus Heydeck, 12 May 2004:wdenk2004-05-121-0/+11
| | | | | | Using external watchdog for KUP4 boards in mpc8xx/cpu.c; load_sernum_ethaddr() for KUP4 boards in lib_ppc/board.c; various changes to KUP4 board specific files
* Fix variable CPU clock for MPC859/866 systems for low CPU clockswdenk2004-01-311-3/+15
|
* Fix typo in Makefile;wdenk2004-01-181-1/+1
| | | | fix problem with PARTNUM detection
* * Fix problems caused by Robert Schwebel's cramfs patchwdenk2004-01-041-41/+63
| | | | | | | | | | | | * Patch by Scott McNutt, 02 Jan 2004: Add support for the Nios Active Serial Memory Interface (ASMI) on Cyclone devices * Patch by Andrea Marson, 16 Dec 2003: Add support for the PPChameleon ME and HI modules * Patch by Yuli Barcohen, 22 Dec 2003: Add support for Motorola DUET ADS board (MPC87x/88x)
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-11/+11
| | | | | | | | - 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
* Patch by Raghu Krishnaprasad, 7 Aug 2003:wdenk2003-08-301-0/+1
| | | | add support for Adder II MPC852T module
* * Patch by Martin Krause, 17 Jul 2003:wdenk2003-07-171-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | add delay to get I2C working with "imm" command and s3c24x0_i2c.c * Patch by Richard Woodruff, 17 July 03: - Fixed bug in OMAP1510 baud rate divisor settings. * Patch by Nye Liu, 16 July 2003: MPC860FADS fixes: - add MPC86xADS support (uses MPC86xADS.h) - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T) o PLPRCR changes o BRG changes (EXTAL/XTAL restricted to 10MHz) o don't trust gclk() software measurement by default, depend on CONFIG_8xx_GCLK_FREQ - add DRAM SIMM not installed detection - use more "correct" SDRAM initialization sequence - allow different SDRAM sizes (8xxADS has 8M) - default DER is 0 - remove unused MAMR defines from FADS860T.h (all done in fads.c) - rename MAMR/MBMR defines to be more consistent. Should eventually be merged into MxMR to better reflect the PowerQUICC datasheet. * Patch by Yuli Barcohen, 16 Jul 2003: support new Motorola PQ2FADS-ZU evaluation board which replaced MPC8260ADS and MPC8266ADS
* * Code cleanup:wdenk2003-06-271-2/+1
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* Add support for TQM862L moduleswdenk2003-04-101-1/+1
|
* Initial revisionwdenk2002-11-031-0/+516
OpenPOWER on IntegriCloud