Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Olof Johansson
Hi, On Sep 24, 2009, at 12:48 PM, Paulraj, Sandeep wrote: > > >> >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>> to avoid having it dependent on CMD_NE

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Dirk Behme
Paulraj, Sandeep wrote: > >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>> to avoid having it dependent on CMD_NET (which would seem backward in >>> this

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Paulraj, Sandeep
> > Olof Johansson wrote: > > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > > over tftp. > > > > Based on the omap3 evm code. I added a new highlevel define for Tobi > > to avoid having it dependent on CMD_NET (which would seem backward in > > this case). > > > > Signed-

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Paulraj, Sandeep
> > Olof Johansson wrote: > > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > > over tftp. > > > > Based on the omap3 evm code. I added a new highlevel define for Tobi > > to avoid having it dependent on CMD_NET (which would seem backward in > > this case). > > > > Signed-

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Tom
Olof Johansson wrote: > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > over tftp. > > Based on the omap3 evm code. I added a new highlevel define for Tobi > to avoid having it dependent on CMD_NET (which would seem backward in > this case). > > Signed-off-by: Olof Johansso

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Nishanth Menon
Olof Johansson said the following on 09/24/2009 03:38 AM: > On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote: > >> Olof Johansson said the following on 09/23/2009 09:43 PM: >>> On Sep 23, 2009, at 1:39 PM, Tom wrote: >>> >>> Olof Johansson wrote: > diff --git a/board/overo/overo.c b/

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Tom
Olof Johansson wrote: > On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote: > >> Olof Johansson said the following on 09/23/2009 09:43 PM: >>> On Sep 23, 2009, at 1:39 PM, Tom wrote: >>> >>> Olof Johansson wrote: > diff --git a/board/overo/overo.c b/board/overo/overo.c > index dd6

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Nishanth Menon
Olof Johansson said the following on 09/23/2009 09:43 PM: > On Sep 23, 2009, at 1:39 PM, Tom wrote: > > >> Olof Johansson wrote: >> >>> diff --git a/board/overo/overo.c b/board/overo/overo.c >>> index dd6d286..7d87e52 100644 >>> --- a/board/overo/overo.c >>> +++ b/board/overo/overo.c >>>

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote: > Olof Johansson said the following on 09/23/2009 09:43 PM: >> On Sep 23, 2009, at 1:39 PM, Tom wrote: >> >> >>> Olof Johansson wrote: >>> diff --git a/board/overo/overo.c b/board/overo/overo.c index dd6d286..7d87e52 100644 --- a/bo

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
On Sep 23, 2009, at 4:00 PM, Tom wrote: > Olof Johansson wrote: >> Hi, >> On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote: >>> Dear Olof Johansson, >>> >>> In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you >>> wrote: >>> ... > Use the omap gpio interface described in README.o

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Tom
Olof Johansson wrote: > Hi, > > On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote: > >> Dear Olof Johansson, >> >> In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you wrote: >> ... Use the omap gpio interface described in README.omap3 >>> >>> Seriously, this code is a 1:1 replica

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
Hi, On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you wrote: > ... >>> Use the omap gpio interface described in README.omap3 >> >> Seriously, this code is a 1:1 replica from the evm code. Obviously >> that

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Wolfgang Denk
Dear Olof Johansson, In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you wrote: ... > > Use the omap gpio interface described in README.omap3 > > Seriously, this code is a 1:1 replica from the evm code. Obviously > that code was good enough to merge. Isn't this godd? It means that

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
On Sep 23, 2009, at 1:39 PM, Tom wrote: > Olof Johansson wrote: >> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >> over tftp. >> Based on the omap3 evm code. I added a new highlevel define for Tobi >> to avoid having it dependent on CMD_NET (which would seem backward in >>

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Tom
Olof Johansson wrote: > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > over tftp. > > Based on the omap3 evm code. I added a new highlevel define for Tobi > to avoid having it dependent on CMD_NET (which would seem backward in > this case). > > Signed-off-by: Olof Johansso

[U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded over tftp. Based on the omap3 evm code. I added a new highlevel define for Tobi to avoid having it dependent on CMD_NET (which would seem backward in this case). Signed-off-by: Olof Johansson --- This version of the patch fixe