summaryrefslogtreecommitdiff
path: root/common/timer.c
Commit message (Expand)AuthorAgeFilesLines
* timer: Make udelay overridableDaisuke Nojiri2022-03-281-3/+1
* timer: Allow disabling gettime console commandNicolas Boichat2018-05-241-0/+2
* Allow repeated waitms commands without resettingSimon Glass2018-03-081-1/+14
* timer: Add note about `forcetime` command being unsafeShawn Nematbakhsh2017-09-011-0/+5
* common: add decimal real number seconds value to timeirnfo outputVadim Bendebury2017-02-031-2/+2
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-2/+2
* Add more CONFIG_CMD_* options for console commandsBill Richardson2016-10-011-0/+2
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-6/+6
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-8/+4
* timer: fix clock() implementation to match TPM2 library expectationsnagendra modadugu2016-07-211-1/+2
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* UART: Remove unused uart.h header includesAnton Staaf2015-09-081-1/+0
* export MSDN clock() functionVadim Bendebury2015-08-141-0/+5
* samus_pd: disable timerinfo command to save spaceAlec Berg2015-04-101-0/+6
* timer: usleep: Use HW clock to detect elapsed sleep timeAlec Berg2015-02-211-1/+9
* common: Add a forcetime console commandMyles Watson2015-01-141-0/+28
* EC: Ensure the udelay function waits at least the time indicated.Kenji Chen2014-10-231-1/+1
* ite: Add initial support for ITE IT8380 chipVincent Palatin2014-01-081-0/+2
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-1/+1
* Changed timer module to expire timers on deadline matchAlec Berg2013-12-121-1/+1
* extract common core codeVincent Palatin2013-12-051-0/+278