Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-09-22 Thread Wolfgang Ocker
On Mon, 2008-09-22 at 14:59 +0200, Stefan Roese wrote: > This commit: > > 78d78236896d62bb8ca7302af38d8f1493eb2651 > > ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY > > This patch adds GPCS, SGMII and M88E1112 PHY support > for the AMCC PPC460GT/EX processors. > >

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
Hello Grant! On Tue, 2008-08-26 at 12:12 -0700, Grant Erickson wrote: > Are ports 8/9 truly "unmanaged" or are they like ports 4/5 on the M88E6061 > in which the ports have MDIO/MII interfaces but do not follow IEEE register > conventions? > If the former, then I think it is better to just pull t

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
Hi Wolfgang! On Tue, 2008-08-26 at 20:52 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > This patch allows a managed switch like the 88E6083 to be directly > > connected to a 4xx using PHY mode. > > > > It avoids waiting for a link (it's always there) and uses fixed va

[U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
and duplex mode. Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_enet.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index 8a38335..3b32fa5 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc

[U-Boot] [PATCH] ppc4xx: NAND configuration

2008-08-26 Thread Wolfgang Ocker
Made NAND bank configuration setting a config variable. Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]> --- cpu/ppc4xx/ndfc.c |6 +- include/configs/cdspr.h |2 ++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/cpu/ppc4xx/ndfc.c b/cpu/ppc4xx/ndfc.c