Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-21 Thread Gary Jennejohn
On Mon, 20 Oct 2008 13:13:32 -0700 Ben Warren [EMAIL PROTECTED] wrote: Wolfgang Denk wrote: Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: I looked at this some more. eth_initialize() is called in every architecture-specific library which means changing 8 files to

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-21 Thread Gary Jennejohn
On Tue, 21 Oct 2008 12:34:30 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] you wrote: By the time the problem arises we're already running out of RAM. So maybe you can describe exactly what happens, and when? I think the real problem is that

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-20 Thread Wolfgang Denk
Dear Gary Jennejohn, Is there another part of the patch, part 1/2, too? In message [EMAIL PROTECTED] you wrote: When both CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_NETCONSOLE are defined the user can have stdout set to nc (netconsole). This causes problems because u-boot will try to write

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-20 Thread Gary Jennejohn
On Mon, 20 Oct 2008 15:24:53 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Wolfgang Denk, Is there another part of the patch, part 1/2, too? Yes, but I did this part first because it's small and easily generated. Since it also affects net I wanted to get it to the custodian. The other

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-20 Thread Gary Jennejohn
On Mon, 20 Oct 2008 15:57:32 +0200 Gary Jennejohn [EMAIL PROTECTED] wrote: On Mon, 20 Oct 2008 15:24:53 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: I have to admit that I don't like the idea of splitting the GD_FLG_DEVINIT into several, unrelated parts of the code. I don't like it

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-20 Thread Wolfgang Denk
Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: Yes, but I did this part first because it's small and easily generated. Since it also affects net I wanted to get it to the custodian. The other part adds the console multiplexing and isn't directly related to this. If the other

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-20 Thread Wolfgang Denk
Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: I looked at this some more. eth_initialize() is called in every architecture-specific library which means changing 8 files to move it up to before the initialization of netconsole. netconsole is intialized in devices_init()

Re: [U-Boot] [PATCH 2/2 V2] IOMUX: Add console multiplexing support.

2008-10-20 Thread Ben Warren
Wolfgang Denk wrote: Dear Gary Jennejohn, In message [EMAIL PROTECTED] you wrote: I looked at this some more. eth_initialize() is called in every architecture-specific library which means changing 8 files to move it up to before the initialization of netconsole. netconsole is