How do you make linux 2.6.10 U-Boot aware?

2006-04-26 Thread Howard, Marc
Hi,

I'm using MontaVista linux 4.01 for the PPC440GX which is based on
2.6.10.  It doesn't read the bootargs from U-Boot however.  Does anyone
out there have a synopsis of what needs to be modified (bd_info, etc.)
to make this work with a 2.6.10 based release?

Thanks,

Marc W. Howard



How do you make linux 2.6.10 U-Boot aware?

2006-04-26 Thread Eugene Surovegin
On Wed, Apr 26, 2006 at 11:54:13AM -0700, Howard, Marc wrote:
 Hi,
 
 I'm using MontaVista linux 4.01 for the PPC440GX which is based on
 2.6.10.  It doesn't read the bootargs from U-Boot however.  Does anyone
 out there have a synopsis of what needs to be modified (bd_info, etc.)
 to make this work with a 2.6.10 based release?

Please, take a look at Ocotea port in the latest 2.6 kernel. It 
supports booting from PIBS and U-Boot.

-- 




How do you make linux 2.6.10 U-Boot aware?

2006-04-26 Thread Steven Blakeslee
 I'm using MontaVista linux 4.01 for the PPC440GX which is 
 based on 2.6.10.  It doesn't read the bootargs from U-Boot 
 however.  Does anyone out there have a synopsis of what needs 
 to be modified (bd_info, etc.) to make this work with a 
 2.6.10 based release?
 

The bd_info structure needs to come from ppcboot.h and the make command
is make uImage  That should be about it.