public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working
       [not found] <4791102C.5090608@solectek>
@ 2008-01-18 21:13 ` Ranjit Deshpande
  2008-01-19  8:55   ` Jean-Christophe PLAGNIOL-VILLARD
  2008-01-19  8:59   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 5+ messages in thread
From: Ranjit Deshpande @ 2008-01-18 21:13 UTC (permalink / raw)
  To: u-boot

Mahesh,

I am not aware of the GW2355 and if it was a custom design since Gateworks
does do custom boards. For their current "retail" offerings I had posted a
patch a few months ago:

http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30313/match=avila

Hope it helps.

-Ranjit



On 1/18/08 12:46 PM, "Mahesh Kumar" <mkumar@solectek.sourceforge.net> wrote:

> Hi,
> 
> Has anybody done the u-boot porting on Avila platforms. I have GW2355,
> which is based on IXP425 CPU.
> 
> I have used the existing IXDP425 support from the u-boot, and  could get
> the console messages till the prompt. But the problem is I could not
> write anything in the console. I could see that the serial_getc() is
> looping around to get a character in the UART receive buffer. Since the
> "data ready bit" is not set, the loop is like a forever type.
> 
> Any idea on this matter ?.
> 
> Thanks in advance.
> 
> Regards,
> Mahesh.
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working
  2008-01-18 21:13 ` [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working Ranjit Deshpande
@ 2008-01-19  8:55   ` Jean-Christophe PLAGNIOL-VILLARD
  2008-01-19  8:59   ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 0 replies; 5+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-01-19  8:55 UTC (permalink / raw)
  To: u-boot

On 13:13 Fri 18 Jan     , Ranjit Deshpande wrote:
> Mahesh,
> 
> I am not aware of the GW2355 and if it was a custom design since Gateworks
> does do custom boards. For their current "retail" offerings I had posted a
> patch a few months ago:
> 
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30313/match=avila
> 
Hi Ranjit,

	Could you resend your patch rebase on the current tree?

	and create a board specific file for Avila not a hack in ixdp425
	board.

Best Regards,
J.

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

* [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working
  2008-01-18 21:13 ` [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working Ranjit Deshpande
  2008-01-19  8:55   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-01-19  8:59   ` Jean-Christophe PLAGNIOL-VILLARD
  2008-01-19 16:23     ` Ranjit Deshpande
  1 sibling, 1 reply; 5+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-01-19  8:59 UTC (permalink / raw)
  To: u-boot

On 13:13 Fri 18 Jan     , Ranjit Deshpande wrote:
> Mahesh,
> 
> I am not aware of the GW2355 and if it was a custom design since Gateworks
> does do custom boards. For their current "retail" offerings I had posted a
> patch a few months ago:
> 
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30313/match=avila
> 
> Hope it helps.
> 
> -Ranjit
Hi Ranjit,

        Could you resend your patch rebase on the current tree?

        and create a board specific file for Avila not a hack in ixdp425
        board.

Best Regards,
J.

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

* [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working
  2008-01-19  8:59   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-01-19 16:23     ` Ranjit Deshpande
  2008-01-22 16:40       ` [U-Boot-Users] *** PROBABLY SPAM *** " Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 5+ messages in thread
From: Ranjit Deshpande @ 2008-01-19 16:23 UTC (permalink / raw)
  To: u-boot

Jean-Christophe,

1. Do you want the patch against the Xscale custodian tree or the mainline ?
2. Do you want me to create a separate directory under board/ ?

Thanks,
-Ranjit

On 1/19/08 12:59 AM, "Jean-Christophe PLAGNIOL-VILLARD"
<plagnioj@jcrosoft.com> wrote:

> On 13:13 Fri 18 Jan     , Ranjit Deshpande wrote:
>> Mahesh,
>> 
>> I am not aware of the GW2355 and if it was a custom design since Gateworks
>> does do custom boards. For their current "retail" offerings I had posted a
>> patch a few months ago:
>> 
>> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30313/match=avila
>> 
>> Hope it helps.
>> 
>> -Ranjit
> Hi Ranjit,
> 
>         Could you resend your patch rebase on the current tree?
> 
>         and create a board specific file for Avila not a hack in ixdp425
>         board.
> 
> Best Regards,
> J.

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

* [U-Boot-Users] *** PROBABLY SPAM *** Re: U-boot on Avila GW2355 platform : UART not working
  2008-01-19 16:23     ` Ranjit Deshpande
@ 2008-01-22 16:40       ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 5+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-01-22 16:40 UTC (permalink / raw)
  To: u-boot

On 08:23 Sat 19 Jan     , Ranjit Deshpande wrote:
> Jean-Christophe,
> 
> 1. Do you want the patch against the Xscale custodian tree or the mainline ?
ixp custodian tree, please
> 2. Do you want me to create a separate directory under board/ ?
yes

Best Regards,
J.

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

end of thread, other threads:[~2008-01-22 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4791102C.5090608@solectek>
2008-01-18 21:13 ` [U-Boot-Users] U-boot on Avila GW2355 platform : UART not working Ranjit Deshpande
2008-01-19  8:55   ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-19  8:59   ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-19 16:23     ` Ranjit Deshpande
2008-01-22 16:40       ` [U-Boot-Users] *** PROBABLY SPAM *** " Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox