On Mon, Jul 16, 2018 at 04:14:38PM +0100, Andre Przywara wrote: > So far we were only testing the CVAL register. Add a test which programs > a (relative) TVAL value to check this functionality as well. > Also we go into WFI and wait for the interrupt to release us from it. > The timer tests are run with a 2 second timeout on the host side, so > that any failure in coming back would be covered. > > Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> > --- > arm/timer.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>