Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 1 May 2010 16:20:33 +0000 (12:20 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 1 May 2010 16:20:33 +0000 (12:20 -0400)
commite438b0c6202ab7e2c55f4e9bf4db0bc176e5c544
treea498cf1b7a289d7de220887a5917b5f528bccaa7
parentf59b5ac27eec5a8bf3e2804bf57385b8c2b0fd06
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.

When optionrom threading is enabled, allow hardware init to run in
parallel with boot menu key press delay and with the smp detection.

Also, run qemu_cfg_port_probe() before ram_probe().
src/boot.c
src/post.c
src/stacks.c
src/util.c