On 05/06/2015 06:54 AM, Patrick Georgi wrote:
Granted, the test stand configuration has more options enabled for more test coverage. My question at this point is: are timestamps a supported option for QEMU systems? The test stand sets COLLECT_TIMESTAMPS=y, and this was working until a day ago.
This is the commit that broke the QEMU build: http://review.coreboot.org/10104
Thanks!
On Wed, May 6, 2015 at 9:36 AM, Timothy Pearson tpearson@raptorengineeringinc.com wrote:
That's probably my fault. I was under the impression monotonic_timer was a first class citizen now (I at least recall someone doing that) I thought wrong?
You could add the following in the beginning of that function:
if (!IS_ENABLED(CONFIG_HAVE_MONOTONIC_TIMER) return 0;
I need to look at your logs to know the build failure.