[android-kernel] Re: what kind of Android Virtual Device can be used as the emulator for ADP2

2010-06-21 Thread xlshe
Thank you for replying. No error was throwing. Just no response when I use my new kernel to boot the emulator. Even if I use the config file pulled from the emulator to customize the kernel, the generated zImage cannot boot the emulator. I wonder whether the problem is caused by the kernel source c

Re: [android-kernel] Re: what kind of Android Virtual Device can be used as the emulator for ADP2

2010-06-21 Thread sanjeev sharma
Any Error or message it is throwing ? sanjeev sharma On Mon, Jun 21, 2010 at 6:48 AM, xlshe wrote: > Oh, one thing to add is that I customized my kernel using the > msm_defconfig. > > -- > unsubscribe: > android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/andr

Re: [android-kernel] Re: Why does booting time reduce from 2 min to 1 min after just adding a printk(..) invoking?

2010-06-21 Thread Tim Bird
On 06/19/2010 03:37 AM, Gary wrote: > Hi,Tim and Greg > Thanks for your information. > I used Initcall_Debug flag and found that the initialization of FFUART > takes about 4 seconds. > By tracing step by step, found the time ran away in > release_console_sem() function, located at printk.c. > I am