[coreboot] Where does printk() message go in coreboot source code

Myles Watson mylesgw at gmail.com
Thu Oct 14 17:21:02 CEST 2010


On Wed, Oct 13, 2010 at 4:05 PM, fengwei zhang <namedylan at 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




More information about the coreboot mailing list