summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-24 20:25:54 +0000
committerwdenk <wdenk>2004-01-24 20:25:54 +0000
commitc178d3da6f1ac765cd880530a0672540b415a01c (patch)
tree67e3b8e9a791d2ec97798239b5abba15e0cb5aaf /include/common.h
parentef978730dcb3e7e398fe9b57633f3f67260c1bbc (diff)
downloadtalos-obmc-uboot-c178d3da6f1ac765cd880530a0672540b415a01c.tar.gz
talos-obmc-uboot-c178d3da6f1ac765cd880530a0672540b415a01c.zip
* 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 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 206f8cf3ad..c04a9d3767 100644
--- a/include/common.h
+++ b/include/common.h
@@ -355,6 +355,8 @@ int serial_tstc (void);
/* $(CPU)/speed.c */
int get_clocks (void);
+int get_clocks_866 (void);
+int sdram_adjust_866 (void);
#if defined(CONFIG_8260)
int prt_8260_clks (void);
#endif
OpenPOWER on IntegriCloud