diff options
author | wdenk <wdenk> | 2004-01-24 20:25:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-24 20:25:54 +0000 |
commit | c178d3da6f1ac765cd880530a0672540b415a01c (patch) | |
tree | 67e3b8e9a791d2ec97798239b5abba15e0cb5aaf /CHANGELOG | |
parent | ef978730dcb3e7e398fe9b57633f3f67260c1bbc (diff) | |
download | u-boot-imx-c178d3da6f1ac765cd880530a0672540b415a01c.zip u-boot-imx-c178d3da6f1ac765cd880530a0672540b415a01c.tar.gz u-boot-imx-c178d3da6f1ac765cd880530a0672540b415a01c.tar.bz2 |
* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Changes since U-Boot 1.0.1: ====================================================================== +* Add variable CPU clock for MPC859/866 systems (so far only TQM866M): + 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 + * Fix PS/2 keyboard problem caused by statically initialized variable pointing to a location in flash |