summaryrefslogtreecommitdiff
path: root/include/configs/TQM855M.h
Commit message (Collapse)AuthorAgeLines
* Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk2006-10-28-3/+2
|
* 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.
* Fix problems with SNTP support;wdenk2005-04-02-2/+4
| | | | enable SNTP support in some boards.
* Clean up the TQM8xx_YYMHz configurations; allow to use the samewdenk2004-04-24-34/+4
| | | | | | binary image for all clock frequencies. Implement run-time optimization of flash access timing based on the actual bus frequency.
* * Cleanup lowboot code for MPC5200wdenk2004-01-02-1/+35
| | | | | | | | | | | | | | | | | | * 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
* Update for TQM board defaults:wdenk2003-08-07-2/+2
| | | | disable clocks_in_mhz, enable boot count limit
* * Add support for NSCU boardwdenk2003-07-07-0/+470
* Add support for TQM823M, TQM850M, TQM855M and TQM860M modules * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML mirror bit flash on TQM8xxM modules