Re: [coreboot] printing TSC in printk

2008-02-16 Thread Carl-Daniel Hailfinger
Any reviews/opinions? Regards, Carl-Daniel On 10.02.2008 00:49, Carl-Daniel Hailfinger wrote: On 09.02.2008 21:50, ron minnich wrote: Define a new format letter, T, such that %T as a format means time. [...] allows us to completely tailor the printing of time, but you have to explicitly

Re: [coreboot] printing TSC in printk

2008-02-16 Thread ron minnich
Have not had time to test, can you test in qemu? It looks like what I want. ron -- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] printing TSC in printk

2008-02-10 Thread Carl-Daniel Hailfinger
On 10.02.2008 15:03, Peter Stuge wrote: On Sat, Feb 09, 2008 at 12:50:28PM -0800, ron minnich wrote: Define an option PRINTK_TSC This is good. Linux has the same option. AOLme too/AOL What it does: each time printk would print a newline, it will instead print this: (16 hex

[coreboot] printing TSC in printk

2008-02-09 Thread ron minnich
Here's a simple proposal. Define an option PRINTK_TSC What it does: each time printk would print a newline, it will instead print this: (16 hex digits of TSC)\n Here's another simpler option: Define a new format letter, T, such that %T as a format means time. first option allows comprehensive

Re: [coreboot] printing TSC in printk

2008-02-09 Thread Carl-Daniel Hailfinger
On 09.02.2008 21:50, ron minnich wrote: Here's a simple proposal. Define an option PRINTK_TSC What it does: each time printk would print a newline, it will instead print this: (16 hex digits of TSC)\n Here's another simpler option: Define a new format letter, T, such that %T as a