
2 May
2015
2 May
'15
4:42 p.m.
On 23 April 2015 at 22:13, Simon Glass sjg@chromium.org wrote:
On 21 April 2015 at 12:57, Joe Hershberger joe.hershberger@ni.com wrote:
Add a function that maintains an offset to include in the system timer values returned from the lib/time.c APIs.
This will allow timeouts to be skipped instantly in tests
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
arch/sandbox/cpu/cpu.c | 5 ----- arch/sandbox/include/asm/test.h | 8 ++++++++ board/sandbox/sandbox.c | 11 ++++++++++- 3 files changed, 18 insertions(+), 6 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!