]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add gettime command
authorAnton Staaf <robotboy@chromium.org>
Wed, 5 Dec 2012 14:46:29 +0000 (14:46 +0000)
committerTom Rini <trini@ti.com>
Tue, 11 Dec 2012 20:17:33 +0000 (13:17 -0700)
commit53fdc7ef2e43902c4415a81a434c35f9ed8713bc
treefa7765b0b3177409e40b2a95faa09e2699dd9f63
parent01433d60016a5aa4b53608f816e1e220f0108546
Add gettime command

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

There has been some discussion about whether this is useful enough to
be included in U-Boot. The following boards do not have CONFIG_SYS_HZ
defined:

M52277EVB
M52277EVB_stmicro
M53017EVB
M54418TWR
M54418TWR_nand_mii
M54418TWR_nand_rmii
M54418TWR_nand_rmii_lowfreq
M54418TWR_serial_mii
M54418TWR_serial_rmii

Signed-off-by: Anton Staaf <robotboy@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
README
common/Makefile
common/cmd_gettime.c [new file with mode: 0644]
include/config_cmd_all.h