On Wed, Feb 18, 2004 at 02:13:21PM +1300, Rod Boyce wrote: > Wow that was great I got a lot further once I copied the 2.5 kernel uart.c > file across. > > I had to comment out both referances to ret_from_intercept in the head_8xx.S > file I cannot see what is going on there. I then got to this: > LD init/built-in.o > LD .tmp_vmlinux1 > arch/ppc/kernel/built-in.o: In function `DoSyscall': > arch/ppc/kernel/entry.S(.data+0x350): undefined reference to > `sys_pciconfig_iobase' > make: *** [.tmp_vmlinux1] Error 1 > > I have not more time to spend on this and track down the PCI issues.
That issue in particular has been fixed in later versions. But commenting out the ret_from_interrupt lines isn't quite enough to get the platform booting :) -- Tom Rini http://gate.crashing.org/~trini/ ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
