summaryrefslogtreecommitdiff
path: root/include/configs/TQM866M.h
Commit message (Collapse)AuthorAgeLines
* Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk2006-10-28-4/+3
|
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-7/+7
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* * Add support for HMI1001 boardwdenk2005-06-10-3/+1
| | | | * Disable "date" and "sntp" commands on TQM866M which has no RTC
* Fix problems with SNTP support;wdenk2005-04-02-2/+5
| | | | enable SNTP support in some boards.
* * Patch by Yuli Barcohen, 13 Jul 2004:wdenk2004-09-28-7/+7
| | | | | | | | 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 Wolter Kamphuis, 15 Dec 2003:wdenk2004-02-06-10/+4
| | | | | | made CONFIG_SILENT_CONSOLE usable on all architectures * Disable date command on TQM866M - there is no RTC on MPC866
* Fix bootfile default settings for TQM boardswdenk2004-01-31-1/+1
|
* Fix variable CPU clock for MPC859/866 systems for low CPU clockswdenk2004-01-31-1/+8
|
* * Implement adaptive SDRAM timing configuration based on actual CPUwdenk2004-01-29-5/+3
| | | | | | | clock frequency for INCA-IP; fix problem with board hanging when switching from 150MHz to 100MHz * Add PCMCIA CS support for BMS2003 board
* * Add variable CPU clock for MPC859/866 systems (so far only TQM866M):wdenk2004-01-24-135/+70
| | | | | | | | see doc/README.MPC866 for details; implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866; calculate CPU clock frequency from PLL register values. * Add support for 128 MB RAM on TQM8xxL/M modules
* * Cleanup lowboot code for MPC5200wdenk2004-01-02-0/+526
* 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