1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/common
Simon Glass c87dc38d8f bootstage: Require timer_get_boot_us() to be defined
At present we provide a default version of this function for use by
bootstage. However it uses the system timer and therefore likely requires
driver model. This makes it impossible to time driver-model init.

Drop the function and require boards to provide their own. Add a sandbox
version also. There is a default implememtation in lib/time.c for boards
which use CONFIG_SYS_TIMER_COUNTER.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-05 14:13:04 -04:00
..
2017-01-20 15:38:01 -05:00
2017-06-05 11:02:29 -04:00
2017-05-12 08:37:09 -04:00
2017-05-15 20:32:12 +02:00
2017-04-12 13:28:27 -04:00
2017-05-22 12:45:27 -04:00
2017-05-09 12:14:16 -06:00