[U-Boot] [PATCH v0 2/2] efi_loader: check timer events in Stall()
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue Jun 4 19:33:12 UTC 2019
During a call to Stall() we should periodically check for timer events.
This requires exporting function usec_to_tick() which further allows to
remove redundant implementation of usec_to_tick() in rk_timer.c.
v2
Remove redundant implementation of usec_to_tick() in rk_timer.c.
Heinrich Schuchardt (2):
lib: time: export usec_to_tick()
efi_loader: check timer events in Stall()
arch/arm/mach-rockchip/rk_timer.c | 7 -------
include/time.h | 9 +++++++++
lib/efi_loader/efi_boottime.c | 8 +++++++-
lib/time.c | 2 +-
4 files changed, 17 insertions(+), 9 deletions(-)
--
2.20.1
More information about the U-Boot
mailing list