From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert S. Grimes Date: Thu, 03 May 2007 07:55:36 -0400 Subject: [U-Boot-Users] Getting Started Porting U-Boot to M5329EVB board In-Reply-To: <200705030721.00820.sr@denx.de> References: <4638BF7F.5010507@alum.mit.edu> <200705030721.00820.sr@denx.de> Message-ID: <4639CDB8.80501@alum.mit.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, Yes, I am, and that is where I've started. 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. Any hints as to where I should start? For example, I'm guessing the serial port is rather important, right? But do I need the interrupts functioning to enable serial communications? In other words, is the serial port interrupt-driven? I'm guessing I need to find "main", follow the hardware initialization code, and that should point me where I need to go... Thanks, -Bob Stefan Roese wrote: > Hi Bob, > > On Wednesday 02 May 2007 18:42, Robert S. Grimes wrote: > >> 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? >> > > 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 > ===================================================================== > > >