All of lore.kernel.org
 help / color / mirror / Atom feed
* Disable EARLY_PRINTK on IP22 to make the system boot
@ 2009-11-19 16:40 Martin Michlmayr
  2009-11-19 16:56 ` Dmitri Vorobiev
  2009-11-24  1:39 ` Ralf Baechle
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Michlmayr @ 2009-11-19 16:40 UTC (permalink / raw)
  To: linux-mips

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.

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/

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-24  1:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 16:40 Disable EARLY_PRINTK on IP22 to make the system boot Martin Michlmayr
2009-11-19 16:56 ` Dmitri Vorobiev
2009-11-19 17:00   ` Martin Michlmayr
2009-11-19 20:05     ` Dmitri Vorobiev
2009-11-19 20:55       ` Thomas Bogendoerfer
2009-11-24  1:39 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.