... aaand it flopped. i'm not even getting data out of the serial console - not a squeak. HELP!
the patch is quite large - and contains [working in 2.4.27] a lot of untested stuff - naturally, if i don't get a squeak out of the serial console. features include support for CPU_FREQ which is a bitch on the CLPS711x because the bloody serial uarts are tied to the PLLW, which changes of course depending on clock speed (!!!). anyway. patch INCLUDING config file can be viewed at: http://lkcl.net/skyminder the physical setup (memory etc.) is pretty much identical to an EDB7312. oh - i also added a #define for FIQ_START, which makes it possible to enable the FIQ code (CONFIG_FIQ). boot is performed using a drastically modified version of armboot [which works perfectly for the 2.4.27 kernel]. kernel is loaded into memory at 0xc0800000. ${CROSS_COMPILE}-objcopy is used to prepare a linux.bin. mkimage is used to prepare that into an appropriate format... ${CROSS_COMPILE} is set to arm-unknown-linux-gnu- arm-unknown-linux-gnu-gcc --version gives 3.3.3 the only thing _not_ working on the 2.4.27 kernel was the keyboard driver: as soon as that was loaded (as either an input device _or_ a keyboard device - yes i tried both variations, basing the code on both pc_keyb.c _and_ usbkbd.c) then the console _instantly_ crashed. i got sufficiently pissed off with 2.4.27 that i decided to go to 2.6, and i'm stuck before i can even begin. 2.4.27 compiles with arm-linux-gcc, version 2.95.1 help, help, gloop, gloop, there's a lot riding on getting this working: where do i start when you can't even see anything coming out of the serial console? any help much appreciated. l. -- -- <a href="http://lkcl.net">http://lkcl.net</a> -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/