From: "Grant Likely" <grant.likely@secretlab.ca>
To: biswa.nayak@wipro.com
Cc: linuxppc-dev@ozlabs.org
Subject: Re: Icecube/lite5200 board does not boot in linux-2.6.25.x
Date: Mon, 26 May 2008 10:50:44 -0600 [thread overview]
Message-ID: <fa686aa40805260950w7af43ddevca9ba530249edec5@mail.gmail.com> (raw)
In-Reply-To: <4F36B0A4CDAD6F46A61B2B32C33DC69C062BEA16@BLR-EC-MBX03.wipro.com>
On Mon, May 26, 2008 at 9:58 AM, <biswa.nayak@wipro.com> wrote:
> Hi
> I am trying to boot Freescale Icecube/Lite5200 board using
> Linux-2.6.25.x,
> but nothing gets printed on to the serial console after the
> uncompressing kernel and ramdisk messages.
>
> The same board boots up cleanly with Linux-2.6.24.7.
> But anything after linux-2.6.25 does not work at all.
> I am using ELDK-4.1 as my toolchain.
>
> Using BDI2000 device I dumped the '__log_buf' section
> to find out whether there is any activity that goes behind the scene
> and found out that the system crashes with below log messages.
There is a known bug in 2.6.25 which has been fixed in the stable tree
(2.6.25.3). It might be your problem.
Try making this change:
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c
index d93b357..7a3625f 100644
--- a/drivers/serial/mpc52xx_uart.c
+++ b/drivers/serial/mpc52xx_uart.c
@@ -1221,8 +1221,8 @@ static struct of_device_id mpc52xx_uart_of_match[] = {
#endif
#ifdef CONFIG_PPC_MPC512x
{ .compatible = "fsl,mpc5121-psc-uart", .data = &mpc512x_psc_ops, },
- {},
#endif
+ {},
};
static int __devinit
prev parent reply other threads:[~2008-05-26 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-26 15:58 Icecube/lite5200 board does not boot in linux-2.6.25.x biswa.nayak
2008-05-26 16:50 ` Grant Likely [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fa686aa40805260950w7af43ddevca9ba530249edec5@mail.gmail.com \
--to=grant.likely@secretlab.ca \
--cc=biswa.nayak@wipro.com \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).