<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Stefan,<br>
<br>
Yes, I am, and that is where I've started.&nbsp; I currently have got a
simple copy to compile cleanly, but none of the device-specific code
has been checked to see if it needs to be modified.<br>
<br>
Any hints as to where I should start?&nbsp; For example, I'm guessing the
serial port is rather important, right?&nbsp; But do I need the interrupts
functioning to enable serial communications?&nbsp; In other words, is the
serial port interrupt-driven?&nbsp; I'm guessing I need to find "main",
follow the hardware initialization code, and that should point me where
I need to go...<br>
<br>
Thanks,<br>
-Bob<br>
<br>
Stefan Roese wrote:
<blockquote cite="mid200705030721.00820.sr@denx.de" type="cite">
  <pre wrap="">Hi Bob,

On Wednesday 02 May 2007 18:42, Robert S. Grimes wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm getting started porting U-Boot to the Freescale/LogicPD M5329EVB
board, based on the ColdFire MCF5329 processor.  As suggested in the
"U-Boot Porting Guide" in the README file, I've subscribed to this list,
and I'm admitting I am (currently) clueless - hence this email!

At this point, my only real question is this - has anybody done this
already?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I have not head of a MCF5329 U-Boot port. You are aware that the MCF52x2 
CondFires are supported? So this should be your starting point. Grep 
for "MCF52" in include/configs/* and you will see what boards are available 
with this CPU's.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
=====================================================================


  </pre>
</blockquote>
</body>
</html>