On 8/9/05, Joel Isaacson <joel at ascender.com> wrote: > Hi > > My name is Joel Isaacson. I'm a consultant working on a Linux mpc5200 > embedded card. We are working with the 2.4 Denx linux kernel. I saw from > a mailing that you are using the 2.6 kernel with SIP support that you > added. What is the status of the 2.6 port? The latest kernel doesn't > seem to have the Ethernet (fec, bestcomm) support. > Here's a post from Sylvain pointing to his mpc5200 git tree. The Ethernet driver has not yet been rolled into mainline because the BestComm DMA engine does not yet conform to the platform bus. You must get the driver from Sylvain's tree if you want to use Ethernet.
http://ozlabs.org/pipermail/linuxppc-embedded/2005-June/018887.html Do you mean SIP or SPI? I wrote a simple SPI subsystem for my own use which is posted to the linuxppc-embedded mailing list. Unlike most SPI subsystems out there, it is NOT based on the I2C subsystem. There are a number of good SPI subsystem implementations out there that you can choose from. BTW, you can subscribe to the linuxppc-embedded mailing list from here: https://ozlabs.org/mailman/listinfo/linuxppc-embedded Cheers, g.