<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am just porting u-boot to our TOP860 module, 
which uses 50MHz/80Mhz core clock and 25MHz/40MHz Bus Clock 
(EBDF=1).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I noticed that in cpu_init.c/line 77ff&nbsp;the 
PLPRCR is written before SCCR which will cause the CLKOUT to ramp up to 50 MHz 
before it is being reduced to half the frequency. That might violate alot of 
timings. It does not appear to cause any problems right now; but I would suggest 
anyway to change the order there.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards Reinhard</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>