On Thu, Mar 15, 2007 at 10:31:59AM -0700, Ed Swierk wrote:
Is there a patch with the remaining bits of Yinghai's MCP55 patch? I'm bringing up an MCP55 board and this would be a good opportunity to try to get the code working.
Same here - I'd like to start working from the mainline tree. Uwe or Stefan, any thoughts on what's still missing? I know it's the USB debug stuff, but there seem to be some other problems too - I just tried disabling the USB debug functionality for the m57sli, and got an error related to do_printk:
gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o crt0.o: In function `ram_check':crt0.S:(.rom.text+0x12a): undefined reference to `do_printk' :crt0.S:(.rom.text+0x137): undefined reference to `do_printk' :crt0.S:(.rom.text+0x148): undefined reference to `do_printk' :crt0.S:(.rom.text+0x15a): undefined reference to `do_printk' :crt0.S:(.rom.text+0x16b): undefined reference to `do_printk' crt0.o:crt0.S:(.rom.text+0x17c): more undefined references to `do_printk' follow collect2: ld returned 1 exit status make[1]: *** [linuxbios] Error 1 make[1]: Leaving directory `/home/ward/lb/LinuxBIOSv2/targets/gigabyte/m57sli/m5 7sli/normal' make: *** [normal/linuxbios.rom] Error 1
Thanks, Ward.