On Mon, Apr 21, 2008 at 11:06:28AM +0800, 张世乐 wrote: > Uncompressing Kernel Image ... OK > Booting using the fdt at 0x600000 > > [nothing output and hanging here] > > I use the led on the board to trace the kernel fund it stop in the function > > setup_common_caches in arch/powerpc/kernel/cpu_setup_6xx.S > > Can you give me some ideas?
That's probably not where it's actually stopping, but rather where caches are enabled without the MMU, thus making it difficult to access devices. You can try placing a dcbf after each write to the LED register, though this may perturb nearby registers. Have you tried enabling early debug printk? -Scott _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
