mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* starting ethernet switch in SMI mode
@ 2012-07-04 11:53 Vanalme Filip
  2012-07-04 20:23 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Vanalme Filip @ 2012-07-04 11:53 UTC (permalink / raw)
  To: barebox


[-- Attachment #1.1.1: Type: text/plain, Size: 1385 bytes --]

Hi,

On our board with i.MX27 processor, we have a Micrel 5-port Managed Ethernet switch (ksz8895mq). When starting in normal MII mode, from the Barebox prompt, I can get an IP address by executing the dhcp command.
When I change the switch's mode to SPI (via hardware strapping), I'm not able to get an IP address anymore via DHCP. In this mode, one has to write to a register in the switch to make the switch start. So, within our startup code, I added some code to start the switch. Reading back the register, I see that the bit is set, so I assume the switch sould be running at that moment. However, when executing the dhcp command, I get "phy0: Autonegotiation timeout".
That's strange, because, when I boot to Linux kernel, the kernel starts up without any problem and gets an IP address via DHCP. So in Linux, it's doing OK.
Because it is working in Linux, I'm quite sure the switch was started in a correct way.
I don't understand why Barebox is unable to contact the switch while there's no problem in Linux to do the same. Anyone any idea on this problem ?

Thanks in advance !

Filip

[cid:image003.png@01CD59EC.6A109D00]

Filip Vanalme

Senior Development Engineer





Tel. +32 51 30.30.45

Fax +32 51 33.18.86

www.televic.com





Televic NV * Leo Bekaertlaan 1 * 8870 Izegem * Belgium
Company number 0402.757.955 * RPR Kortrijk




[-- Attachment #1.1.2: Type: text/html, Size: 8004 bytes --]

[-- Attachment #1.2: image003.png --]
[-- Type: image/png, Size: 2780 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: starting ethernet switch in SMI mode
  2012-07-04 11:53 starting ethernet switch in SMI mode Vanalme Filip
@ 2012-07-04 20:23 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-07-04 20:23 UTC (permalink / raw)
  To: Vanalme Filip; +Cc: barebox

On Wed, Jul 04, 2012 at 01:53:39PM +0200, Vanalme Filip wrote:
> Hi,
> 
> On our board with i.MX27 processor, we have a Micrel 5-port Managed
> Ethernet switch (ksz8895mq). When starting in normal MII mode, from
> the Barebox prompt, I can get an IP address by executing the dhcp
> command.  When I change the switch's mode to SPI (via hardware
> strapping), I'm not able to get an IP address anymore via DHCP. In
> this mode, one has to write to a register in the switch to make the
> switch start. So, within our startup code, I added some code to start
> the switch. Reading back the register, I see that the bit is set, so I
> assume the switch sould be running at that moment. However, when
> executing the dhcp command, I get "phy0: Autonegotiation timeout".
> That's strange, because, when I boot to Linux kernel, the kernel
> starts up without any problem and gets an IP address via DHCP. So in
> Linux, it's doing OK.  Because it is working in Linux, I'm quite sure
> the switch was started in a correct way.  I don't understand why
> Barebox is unable to contact the switch while there's no problem in
> Linux to do the same. Anyone any idea on this problem ?

Have you tried ignoring the return result from miidev_wait_aneg? I
assume barebox just can't communicate with the phy because the phy is in
SPI mode.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-04 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 11:53 starting ethernet switch in SMI mode Vanalme Filip
2012-07-04 20:23 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox