On Wed, Oct 13, 2010 at 4:05 PM, fengwei zhang namedylan@gmail.com wrote:
Hi,
I am new to coreboot. Do you guys know where printk() statement go in coreboot source code?
e.g. printk(BIOS_DEBUG, "%s\n", msg);
LXR can be helpful for browsing the code. printk is a macro defined in console.h
http://lxr.linux.no/#coreboot+r5940/src/include/console/console.h#L66
Thanks, Myles