linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* RE: ppcboot 8260 LXT971A
@ 2003-06-30  8:46 ARIBAUD Albert
  2003-06-30  9:00 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: ARIBAUD Albert @ 2003-06-30  8:46 UTC (permalink / raw)
  To: linuxppc-embedded


> Hi,
> I installed a ppcboot and a linux 2.4 on a MPC8260ADS card.
>
> Now, I am working on a custom card such as an MPC8260ADS
> card. The difference between those two cards is the ethernet:
> my custom card has two ethernet port, and uses two LXT971A.
>
> So, I compile a ppcboot for 8260ads. PPCBOOT can't download a
> kernel with tftp. Is someone has a source code to support the LXT971?
>
> I compile a new kernel, which support LXT971A. PPCBOOT can
> run it from memory. But the kernel doesn't have network.
>
> please can someone help me?

Hi,

My own experience was with a TQM855L-like setup, using an LX971A, so it's an 8xx, not an 82xx context.

However : I had no problem with PPCBoot (and U-Boot now), but at first the kernel would not work with Ethernet. I traced that down to the MPC8XX CPM Options : once the "use MDIO for PHY configuration" option was UNSET (but "Support LXT971 PHY" was SET, of course), everything worked OK.

My problem had something to do with MII state change interrupts not being detected properly, so the Ethernet driver was not told when the line went up after autonegociation, and thus never sent any packet.

Maybe with your 8260 you hit the same kind of problems?

HTH,

Albert.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: ppcboot 8260 LXT971A
@ 2003-06-30  9:49 ARIBAUD Albert
  0 siblings, 0 replies; 5+ messages in thread
From: ARIBAUD Albert @ 2003-06-30  9:49 UTC (permalink / raw)
  To: linuxppc-embedded


>
> > My problem had something to do with MII state change
> interrupts not being detected properly, so the Ethernet
> driver was not told when the line went up after
> autonegociation, and thus never sent any packet.
>
> Assuming your hardware is OK this means you  have  misconfigured  the
> Linux kernel (wrong MII interrupt?)
>
> Best regards,
>
> Wolfgang Denk

Hi Wolfgang,

As far as I remember, the hardware designer and I had checked that: we were using the right interrupt, it was triggered and the interrupt driver received it, but somehow in the driver the line state evolution from 'init' to 'up' was lost.

Unfortunately, we did not have enough time for messing with the kernel then (1), so we tried alternatives, and disabling MDIO worked, so we did not investigate further. If you think it could be useful, I could reproduce that setting and do some tracing.

All the best,

Albert.

(1) I can't believe I just wrote that, considering that I have just modified i2c-algo-8xx.c extensively (and i2c-rpx.c also, but more slightly) to get I2C_RDWR ioctl working, two days before project deadline. :)

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread
* ppcboot 8260 LXT971A
@ 2003-06-30  8:12 greggiraud
  2003-06-30  8:58 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: greggiraud @ 2003-06-30  8:12 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,
I installed a ppcboot and a linux 2.4 on a MPC8260ADS card.

Now, I am working on a custom card such as an MPC8260ADS card. The difference between those two cards is the ethernet: my custom card has two ethernet port, and uses two LXT971A.

So, I compile a ppcboot for 8260ads. PPCBOOT can't download a kernel with tftp. Is someone has a source code to support the LXT971?

I compile a new kernel, which support LXT971A. PPCBOOT can run it from memory. But the kernel doesn't have network.

please can someone help me?

grego
greggiraud@netcourrier.com


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-06-30  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30  8:46 ppcboot 8260 LXT971A ARIBAUD Albert
2003-06-30  9:00 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2003-06-30  9:49 ARIBAUD Albert
2003-06-30  8:12 greggiraud
2003-06-30  8:58 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).