Redwood-6 and 2.6

Matt Porter mporter at kernel.crashing.org
Wed Aug 17 13:17:45 EST 2005


On Tue, Aug 16, 2005 at 08:47:45PM -0600, Otto Solares wrote:
> On Tue, Aug 16, 2005 at 02:19:08PM -0700, Matt Porter wrote:
> > On Tue, Aug 16, 2005 at 03:12:59PM -0600, Otto Solares wrote:
> > > Now, when 'make znetboot' in 2.4 there was a zImage.embedded, is the
> > > same thing as zImage.treebot that appears now in 2.6?
> > 
> > Yes, this is the image that boots on the stock OpenBIOS firmware.
> > It has the standard "tree" header on it.
> 
> Thank you, just one more thing, do you know if the smc91x driver
> works for PPC?  In 2.4 I had to set:

It should work.
 
> CONFIG_SMC91111=y
> CONFIG_SMC91111_ADVANCED=y
> CONFIG_SMC91111_BYTE_SWAP=y
> 
> Looking in the driver itself I think it was developed for ARM.

Well, the ARM folks were the earliest users of smc9xxxx glued
onto their parts. There have been multiple drivers over the years
and then Nico recently unified them into smc91x.  PPC has always
had PCI Ethernets or on-chips Ethernet (like the other 4xx parts)
so having a nasty little smc part glued onto a bus isn't that
popular. :) 

It should still work.  Dale Farnsworth took the time to add the
proper redwood specific bits to smc91x.h for accessing the regs
and add the bits to instantiate an smc91x platform device in the
redwood kernel ports.

> I am unable to netboot, I don't have serial console so my only access
> to this little box (MediaMVP) is the net.  Thank you.
 
What kernel port are you using?  You're trying boot a Redwood 6
kernel on the MediaMVP?

-Matt



More information about the Linuxppc-embedded mailing list