Re: [U-Boot] [PATCH v2 01/12] x86: coreboot: Set up timer base correctly

2015-01-05 Thread Simon Glass
On 5 January 2015 at 08:27, Bin Meng wrote: > If coreboot is built with CONFIG_COLLECT_TIMESTAMPS, use the value > of base_time in coreboot's timestamp table as our timer base, > otherwise TSC counter value will be used. > > Sometimes even coreboot is built with CONFIG_COLLECT_TIMESTAMPS, > the va

[U-Boot] [PATCH v2 01/12] x86: coreboot: Set up timer base correctly

2015-01-05 Thread Bin Meng
If coreboot is built with CONFIG_COLLECT_TIMESTAMPS, use the value of base_time in coreboot's timestamp table as our timer base, otherwise TSC counter value will be used. Sometimes even coreboot is built with CONFIG_COLLECT_TIMESTAMPS, the value of base_time in the timestamp table is still zero, s