kernel for MPC8260 SBC

2004-12-25 Thread Wolfgang Denk
Suresh, please read the netiquette. Please never post the same message several times to different newsgroups. In message <41CD1ADB.3010807 at gamebox.net> you wrote: > > We developed a SBC based on MPC8260. We are planing to port Linux on it. > I downloaded mpc8260 cross compiling tools f

kernel for MPC8260 SBC

2004-12-25 Thread Suresh Chandra Mannava
Hi, We developed a SBC based on MPC8260. We are planing to port Linux on it. I downloaded mpc8260 cross compiling tools from denx.de. I started cross-compiling linux-2.4.4. The problem is I am not able to compile kernel. 8260 specific files in arch/ppc are not compiling due to not inclusion of "

i2c on mpc5200

2004-12-25 Thread Sylvain Munaut
Hi > I have a hardware clock (RTC) which is not yet supported in > the linux kernel. It is RX-8025 module from EPSON and it is > I2C bus-interface based. Before I start writing support for this > module I would like to have I2C support working in my kernel. > Has anybody succeeded in getting I2C s

seeking advise on porting custom PPC platform (in my case it is variant of 8xx ) from Linux 2.4.(.26) to Linux 2.6(.10-rc3)

2004-12-25 Thread Kumar Gala
Alex, Its my understanding that code moved out of arch/ppc/platforms and arch/ppc/kernel in 2.4 into arch/ppc/syslib. The code in 'syslib' deals with items that are not directly related with the CPU cores (arch/ppc/kernel) or with board issues (arch/ppc/platforms). Any code that is generic f