lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Jun 2012 08:16:40 +0000
From:	"N, Mugunthan V" <mugunthanvnm@...com>
To:	Yegor Yefremov <yegorslists@...glemail.com>,
	netdev <netdev@...r.kernel.org>
CC:	"Chemparathy, Cyril" <cyril@...com>,
	"Govindarajan, Sriramakrishnan" <srk@...com>
Subject: RE: am3359 (cpsw): unable to get gigabit link working (PHY: ICPlus
 IP1001)

> -----Original Message-----
> From: Yegor Yefremov [mailto:yegorslists@...glemail.com]
> Sent: Wednesday, June 13, 2012 5:59 PM
> To: netdev
> Cc: Chemparathy, Cyril; Govindarajan, Sriramakrishnan; N, Mugunthan V
> Subject: am3359 (cpsw): unable to get gigabit link working (PHY: ICPlus
> IP1001)
> 
> I'm using a custom am3359 based board. The first CPSW ports is
> connected to ICPlus IP1001 phy via RGMII interface. I have no problem
> with 100mbit link, but as soon as I connect my board to a 1Gbit switch
> the communication fails. I can see that some data goes on wire, but
> switch refuses to forward it. I can't receive anything either. Phy
>. detects 1Gbit link correctly
> 
> My kernel: https://github.com/koenkooi/linux
> 
> I also define phy interface as RGMII:
> 
> static struct cpsw_slave_data am33xx_cpsw_slaves[] = {
>         {
>                 .slave_reg_ofs  = 0x208,
>                 .sliver_reg_ofs = 0xd80,
>                 .phy_id         = "0:02",
>                 .phy_if               = PHY_INTERFACE_MODE_RGMII,
>         },
>         {
>                 .slave_reg_ofs  = 0x308,
>                 .sliver_reg_ofs = 0xdc0,
>                 .phy_id         = "0:01",
>         },
> };
> 
> As far as I can see in the mainline cpsw driver
> PHY_INTERFACE_MODE_RGMII will be ignored. Why? In the current driver
> it sets two bits in mac_control register:
> 
> if (phy->interface == PHY_INTERFACE_MODE_RGMII) /* RGMII */
>                         mac_control |= (BIT(15)|BIT(16));
> 
> Any idea where should I look to solve the problem?

Phy interface in cpsw is always MII, there is an external gasket to convert from MII/GMII to RMII/RGMII. So this is a dead code resides in current driver and will be removed, that's why this part of code is not up streamed.

Can you verify the design/board layout with hardware engineer; also look for cpsw statistics counters for errors.

Regards,
Mugunthan V N. 

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ