| To: | Martin Michlmayr <tbm@cyrius.com> |
|---|---|
| Subject: | Re: Disable EARLY_PRINTK on IP22 to make the system boot |
| From: | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> |
| Date: | Thu, 19 Nov 2009 18:56:21 +0200 |
| Cc: | linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=DSBFvjnllgoZvzVHvNUOaWMW1T02H3KNvI3Vn9iDvac=; b=tQcH/DYqL5F7uk/L3an8hsa/uCK09RVM0eqspN0ZVwokvBz6MUnpYxbkP++zYISZHy QG1FujTdK9W7MO7wwuYiikXsku/l64bPfZS8jp/tKWpdmggUDavV/yRHwq1x0v4h/co4 cOsl6RpxcMGFBKaBrKNa+GjAIXpeuEQ+ujdD8= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=q9VuUnynO6t/kJZX94OrrV3ODIvklkOC3wbzo2/lkG/9KxT7DOFyn5enDdd1fkHPOs ZjaXh6rHnNKci+KEs/L22evfLqWFvor/zKTp820399cZRB/jGQtaj+/b5AnZSzTQIFNq VB2HmCYZWG5Mts0/sQHTFgb2B2KkF4RUiwcmI= |
| In-reply-to: | <20091119164009.GA15038@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20091119164009.GA15038@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Thu, Nov 19, 2009 at 6:40 PM, Martin Michlmayr <tbm@cyrius.com> wrote: > Some Debian users have reported that the kernel hangs early > during boot on some IP22 systems. Thomas Bogendoerfer found > that this is due to a "bad interaction between CONFIG_EARLY_PRINTK > and overwritten prom memory during early boot". Since there's > no fix yet, disable CONFIG_EARLY_PRINTK for now. Never experienced anything like that, although I'm quite extensively using IP22 with recent kernels. Any details on the hangs? Thanks, Dmitri > > Signed-off-by: Martin Michlmayr <tbm@cyrius.com> > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index 1aad0d9..42e1ac1 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -358,7 +358,9 @@ config SGI_IP22 > select SWAP_IO_SPACE > select SYS_HAS_CPU_R4X00 > select SYS_HAS_CPU_R5000 > - select SYS_HAS_EARLY_PRINTK > +# Disable EARLY_PRINTK for now since it leads to overwritten prom memory > +# during early boot on some machines. > +# select SYS_HAS_EARLY_PRINTK > select SYS_SUPPORTS_32BIT_KERNEL > select SYS_SUPPORTS_64BIT_KERNEL > select SYS_SUPPORTS_BIG_ENDIAN > > -- > Martin Michlmayr > http://www.cyrius.com/ > > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [RFC] [PATCH] Disable EMBEDDED on MIPS, Martin Michlmayr |
|---|---|
| Next by Date: | Re: Disable EARLY_PRINTK on IP22 to make the system boot, Martin Michlmayr |
| Previous by Thread: | Disable EARLY_PRINTK on IP22 to make the system boot, Martin Michlmayr |
| Next by Thread: | Re: Disable EARLY_PRINTK on IP22 to make the system boot, Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |