Hi
In case someone is parsing coreboot logs and boot_state times in particular, I am suggesting a change [1] to that format to report in milliseconds rather than microseconds.
Another (but yet unimplemented) change is to accumulate for each boot_state the times spent in printk() and udelay(). I think it will be more meaningful to report estimated execution time, rather than realtime there. I don't plan to remove the latter, though.
[1] https://review.coreboot.org/c/coreboot/+/36528
Regards, Kyösti
On Fri, Nov 1, 2019 at 9:34 AM Kyösti Mälkki kyosti.malkki@gmail.com wrote:
Another (but yet unimplemented) change is to accumulate for each boot_state the times spent in printk() and udelay(). I think it will be more meaningful to report estimated execution time, rather than realtime there. I don't plan to remove the latter, though.
This change in logging format is read for review:
[1] https://review.coreboot.org/c/coreboot/+/36574
Kyösti