Re: [U-Boot] [PATCH 02/17] Add gettime command

2012-11-15 Thread Simon Glass
Hi Luka, On Sat, Nov 3, 2012 at 1:22 AM, Luka Perkov wrote: > Hi Simon, > > On Fri, Nov 02, 2012 at 05:27:18PM -0700, Simon Glass wrote: >> From: Anton Staaf >> >> Gettime returns the current timer value. If CONFIG_SYS_HZ is defined >> then the timer value is also converted to seconds. >> >> Te

Re: [U-Boot] [PATCH 02/17] Add gettime command

2012-11-15 Thread Simon Glass
Hi Wolfgang, On Sat, Nov 3, 2012 at 8:24 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1351902453-27956-3-git-send-email-...@chromium.org> you wrote: >> From: Anton Staaf >> >> Gettime returns the current timer value. If CONFIG_SYS_HZ is defined >> then the timer value is also co

Re: [U-Boot] [PATCH 02/17] Add gettime command

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message <1351902453-27956-3-git-send-email-...@chromium.org> you wrote: > From: Anton Staaf > > Gettime returns the current timer value. If CONFIG_SYS_HZ is defined > then the timer value is also converted to seconds. > > Tegra20 (SeaBoard) # gettime > Timer val: 7754 > Se

Re: [U-Boot] [PATCH 02/17] Add gettime command

2012-11-03 Thread Luka Perkov
Hi Simon, On Fri, Nov 02, 2012 at 05:27:18PM -0700, Simon Glass wrote: > From: Anton Staaf > > Gettime returns the current timer value. If CONFIG_SYS_HZ is defined > then the timer value is also converted to seconds. > > Tegra20 (SeaBoard) # gettime > Timer val: 7754 > Seconds : 7 > Remainder

[U-Boot] [PATCH 02/17] Add gettime command

2012-11-02 Thread Simon Glass
From: Anton Staaf Gettime returns the current timer value. If CONFIG_SYS_HZ is defined then the timer value is also converted to seconds. Tegra20 (SeaBoard) # gettime Timer val: 7754 Seconds : 7 Remainder : 754 sys_hz = 1000 Signed-off-by: Anton Staaf Signed-off-by: Simon Glass --- README