Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-18 Thread Wolfgang Denk
Dear Siddarth Gore, In message <1268890125.23313.27.ca...@pe-dt434> you wrote: > ... > > We have pretty much identical code already in mv_phy_88e1116_init() > > [in "board/Marvell/rd6281a/rd6281a.c"], in reset_phy() [in > > "board/Marvell/openrd_base/openrd_base.c"], in reset_phy(0 [in > > "board/

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-18 Thread Prafulla Wadaskar
: Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support ...snip... > > > > We have pretty much identical code already in mv_phy_88e1116_init() > > [in "board/Marvell/rd6281a/rd6281a.c"], in reset_phy() [in > > "board/Marvell/openrd_base/openrd_base.c"], in r

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-18 Thread Siddarth Gore
On Mon, 2010-03-15 at 09:08 -0700, Wolfgang Denk wrote: > ... > > --- /dev/null > > +++ b/board/Marvell/guruplug/guruplug.h > > @@ -0,0 +1,39 @@ > > > +#define GURUPLUG_OE_LOW (~(0)) > > +#define GURUPLUG_OE_HIGH (~(0)) > > Is this correct? Both LOW and HIGH use the same valu

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-17 Thread Siddarth Gore
On Mon, 2010-03-15 at 09:08 -0700, Wolfgang Denk wrote: > Dear Siddarth Gore, > > In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: > ... > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 80057ce..f102cd8 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -765,6

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-17 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Monday, March 15, 2010 9:38 PM > To: Siddarth Gore > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Wolfgang Denk
Dear Siddarth Gore, In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: > GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 > GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot > > References: > http://www.globalscaletechnologies.com/t-guruplugdetails.aspx > http://plu

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Wolfgang Denk
Dear Siddarth Gore, In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: ... > diff --git a/MAINTAINERS b/MAINTAINERS > index 80057ce..f102cd8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -765,6 +765,10 @@ Prafulla Wadaskar > rd6281a ARM926EJS (Kirkwood

[U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot References: http://www.globalscaletechnologies.com/t-guruplugdetails.aspx http://plugcomputer.org This patch is for GuruPlug Plus, but it supports Standard version as well. Signed-off-by: Sid

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
On Mon, 2010-03-15 at 05:13 -0700, Prafulla Wadaskar wrote: > > > -Original Message- > > From: Siddarth Gore [mailto:go...@marvell.com] > > Sent: Monday, March 15, 2010 4:36 PM > > To: u-boot@lists.denx.de > > Cc: Prafulla Wadaskar; Siddarth Gore > > Subject: [PATCH] Marvell GuruPlug Board

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Prafulla Wadaskar
> -Original Message- > From: Siddarth Gore [mailto:go...@marvell.com] > Sent: Monday, March 15, 2010 4:36 PM > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Siddarth Gore > Subject: [PATCH] Marvell GuruPlug Board Support > > GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 > GuruPlug Pl

[U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot Reference: http://plugcomputer.org This patch is for GuruPlug Plus, but it supports Standard version as well. Signed-off-by: Siddarth Gore --- MAINTAINERS |4 +