Re: [U-Boot] [PATCH v2] [83xx] Adds two more ethernet interface to 83xx

2008-09-29 Thread Jerry Van Baren
Hi Richard & Wolfgang, richardretanubun wrote: > Wolfgang Denk wrote: > >> Dear richardretanubun, >> >> In message <[EMAIL PROTECTED]> you wrote: >>> Please disregard V2. V1 is correct, except for this change: >> So you will submit a V3? > I am not so sure about it. > > This patch came to be whe

Re: [U-Boot] [PATCH v2] [83xx] Adds two more ethernet interface to 83xx

2008-09-29 Thread richardretanubun
Wolfgang Denk wrote: > Dear richardretanubun, > > In message <[EMAIL PROTECTED]> you wrote: >> Please disregard V2. V1 is correct, except for this change: > > So you will submit a V3? I am not so sure about it. This patch came to be when I wanted to make it convenient for using u-boot to test a

Re: [U-Boot] [PATCH v2] [83xx] Adds two more ethernet interface to 83xx

2008-09-25 Thread Wolfgang Denk
Dear richardretanubun, In message <[EMAIL PROTECTED]> you wrote: > > Please disregard V2. V1 is correct, except for this change: So you will submit a V3? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr

Re: [U-Boot] [PATCH v2] [83xx] Adds two more ethernet interface to 83xx

2008-09-25 Thread richardretanubun
Wolfgang Denk wrote: > Dear richardretanubun, > > In message <[EMAIL PROTECTED]> you wrote: >> +++ b/README >> @@ -1097,6 +1097,9 @@ The following options need to be configured: >> CONFIG_ETHADDR >> CONFIG_ETH2ADDR >> CONFIG_ETH3ADDR >> +CONFIG_ET

Re: [U-Boot] [PATCH v2] [83xx] Adds two more ethernet interface to 83xx

2008-09-25 Thread Wolfgang Denk
Dear richardretanubun, In message <[EMAIL PROTECTED]> you wrote: > > +++ b/README > @@ -1097,6 +1097,9 @@ The following options need to be configured: > CONFIG_ETHADDR > CONFIG_ETH2ADDR > CONFIG_ETH3ADDR > + CONFIG_ETH4ADDR > + CONF

Re: [U-Boot] [PATCH v2] [83xx] Adds two more ethernet interface to 83xx

2008-09-25 Thread richardretanubun
Added for convenience for other platforms that uses MPC8360 (has eight UCC). Six eth interface is chosen because the platform I am using combines UCC1&2 and UCC3&4 as two gigEth and the other four UCC as 10/100 Eth. Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]> --- V2 of this patch adds CON