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

Simon Glass sjg at chromium.org
Tue Jan 6 02:49:59 CET 2015


On 5 January 2015 at 08:27, Bin Meng <bmeng.cn at gmail.com> 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 value of base_time in the timestamp table is still zero, so
> we must exclude this case too (this is currently seen on booting
> coreboot in qemu).
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - Fix the CONFIG_COLLECT_TIMESTAMPS typo in the comment block
>   and commit message

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list