From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 15 Nov 2006 10:22:07 -0600 Subject: [U-Boot-Users] MPC8360: In-Reply-To: References: Message-ID: <455B3EAF.7050300@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ananthsl at libero.it wrote: > Hi, > > I am trying to run u-boot on an MPC8360-based board. > In the file, start.s under cpu/mpc83xx/, I noticed that it calls cpu_init_f to initialize the CPU. > Debugging the code (using a stub written in assembly to glow some LEDs on the board), I noticed that this routine is not executed (because, putting the stub after the call to this routine doesn't glow the LEDs). cpu_init_f() is definitely called. I think there's a bug in your LED code, or you somehow broke something in start.S. -- Timur Tabi Linux Kernel Developer @ Freescale