coreboot-kgpe-d16/payloads/libpayload/drivers/timer
Paul Kocialkowski 35562d8b64 libpayload: Get current tick from high register in generic timer
This fixes the generic timer driver to get the current tick from the
high register, so that comparison with the high count value (obtained
previously from the same register) has a chance to succeed.

Change-Id: I5ce02bfa15a91ad34641b8e24813a5b7ca790ec3
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: https://review.coreboot.org/17929
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2016-12-21 20:26:39 +01:00
..
Kconfig libpayload: Replace majority of timer drivers with a generic one 2016-10-17 22:43:37 +02:00
armada38x.c libpayload: Add timer driver for armada38x 2016-02-04 11:32:22 +01:00
generic.c libpayload: Get current tick from high register in generic timer 2016-12-21 20:26:39 +01:00
img_pistachio.c
mvmap2315.c libpayload: mvmap2315: Introduce timer driver 2016-10-09 21:31:46 +02:00
rdtsc.c