On Wed, May 6, 2015 at 9:36 AM, Timothy Pearson <[email protected]> wrote: > On 05/06/2015 06:54 AM, Patrick Georgi wrote: >> >> 2015-05-05 21:49 GMT+02:00 Timothy >> Pearson<[email protected]>: >>> >>> While working on the test system earlier today I noticed that QEMU builds >>> are currently failing with the following error: >>> >>> coreboot/src/lib/timestamp.c:184: undefined reference to >>> `timer_monotonic_get' >>> >>> Builds using the same configuration were working yesterday. The >>> KFSN4-DRE >>> does not appear to be affected at this time. >> >> Regarding build failures we should be covered (at least for default >> configurations). >> When looking at http://qa.coreboot.org/job/coreboot/, I don't see this >> error. >> >> >> Patrick > > > 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 >
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. > Thanks! > > -- > Timothy Pearson > Raptor Engineering > +1 (415) 727-8645 > http://www.raptorengineeringinc.com > > -- > coreboot mailing list: [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

