]> git.ipfire.org Git - people/ms/u-boot.git/commit
sandbox: add a sandbox timer and basic test
authorThomas Chou <thomas@wytron.com.tw>
Fri, 30 Oct 2015 07:35:52 +0000 (15:35 +0800)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:41 +0000 (20:13 -0700)
commit9961a0b6fbe199cd7b08203415a905c4c7d0a731
treeb0237f5dba73dc69f63d4d3dca28a1f4195c3cd0
parent67521957605494a11fa5161dcc54757dc5b6b8a1
sandbox: add a sandbox timer and basic test

Add a sandbox timer which get time from host os and a basic
test.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts
board/sandbox/sandbox.c
configs/sandbox_defconfig
doc/device-tree-bindings/timer/sandbox_timer.txt [new file with mode: 0644]
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/sandbox_timer.c [new file with mode: 0644]
include/configs/sandbox.h
test/dm/Makefile
test/dm/timer.c [new file with mode: 0644]