linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]ppc4xx-Walnut: fixes early boot messages
@ 2008-10-02  5:36 Niklaus Giger
  2008-10-02  6:39 ` David Gibson
  0 siblings, 1 reply; 4+ messages in thread
From: Niklaus Giger @ 2008-10-02  5:36 UTC (permalink / raw)
  To: linuxppc-dev

Inherits the baudrate from U-boot to print things like:
Using Walnut machine description                                          
Linux version <..>
console [udbg0] enabled                                                                                       

Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
---
 arch/powerpc/boot/dts/walnut.dts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/dts/walnut.dts 
b/arch/powerpc/boot/dts/walnut.dts
index 4a9f726..6c93f72 100644
--- a/arch/powerpc/boot/dts/walnut.dts
+++ b/arch/powerpc/boot/dts/walnut.dts
@@ -98,7 +98,7 @@
 				reg = <0xef600300 0x00000008>;
 				virtual-reg = <0xef600300>;
 				clock-frequency = <0>; /* Filled in by zImage */
-				current-speed = <9600>;
+				current-speed = <0>;	/* Filled in by U-Boot */
 				interrupt-parent = <&UIC0>;
 				interrupts = <0x0 0x4>;
 			};
-- 
1.6.0.1

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

* Re: [PATCH]ppc4xx-Walnut: fixes early boot messages
  2008-10-02  5:36 [PATCH]ppc4xx-Walnut: fixes early boot messages Niklaus Giger
@ 2008-10-02  6:39 ` David Gibson
  2008-10-02 12:09   ` Josh Boyer
  2008-10-02 18:51   ` Niklaus Giger
  0 siblings, 2 replies; 4+ messages in thread
From: David Gibson @ 2008-10-02  6:39 UTC (permalink / raw)
  To: Niklaus Giger; +Cc: linuxppc-dev

On Thu, Oct 02, 2008 at 07:36:40AM +0200, Niklaus Giger wrote:
> Inherits the baudrate from U-boot to print things like:
> Using Walnut machine description                                          
> Linux version <..>
> console [udbg0] enabled                                                                                       
Uh.. but what if you're booting from cuboot or openbios, rather than a
device-tree-aware uboot.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

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

* Re: [PATCH]ppc4xx-Walnut: fixes early boot messages
  2008-10-02  6:39 ` David Gibson
@ 2008-10-02 12:09   ` Josh Boyer
  2008-10-02 18:51   ` Niklaus Giger
  1 sibling, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2008-10-02 12:09 UTC (permalink / raw)
  To: David Gibson; +Cc: linuxppc-dev, Niklaus Giger

On Thu, Oct 02, 2008 at 04:39:54PM +1000, David Gibson wrote:
>On Thu, Oct 02, 2008 at 07:36:40AM +0200, Niklaus Giger wrote:
>> Inherits the baudrate from U-boot to print things like:
>> Using Walnut machine description                                          
>> Linux version <..>
>> console [udbg0] enabled                                                                                       
>Uh.. but what if you're booting from cuboot or openbios, rather than a
>device-tree-aware uboot.

Right.  I don't think we want this particular change.  U-Boot can always
update it anyway.

josh

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

* Re: [PATCH]ppc4xx-Walnut: fixes early boot messages
  2008-10-02  6:39 ` David Gibson
  2008-10-02 12:09   ` Josh Boyer
@ 2008-10-02 18:51   ` Niklaus Giger
  1 sibling, 0 replies; 4+ messages in thread
From: Niklaus Giger @ 2008-10-02 18:51 UTC (permalink / raw)
  To: David Gibson; +Cc: linuxppc-dev

Am Donnerstag 02 Oktober 2008 08.39:54 schrieb David Gibson:
> On Thu, Oct 02, 2008 at 07:36:40AM +0200, Niklaus Giger wrote:
> > Inherits the baudrate from U-boot to print things like:
> > Using Walnut machine description
> > Linux version <..>
> > console [udbg0] enabled
>
> Uh.. but what if you're booting from cuboot or openbios, rather than a
> device-tree-aware uboot.
Sorry. I forgot that you can have other boot-eprom beside U-Boot. I will try 
to fix that in my u-boot configuration.

Best regards

Niklaus

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

end of thread, other threads:[~2008-10-02 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02  5:36 [PATCH]ppc4xx-Walnut: fixes early boot messages Niklaus Giger
2008-10-02  6:39 ` David Gibson
2008-10-02 12:09   ` Josh Boyer
2008-10-02 18:51   ` Niklaus Giger

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).