Home
last modified time | relevance | path

Searched hist:"8787 b02e32dc8bcf7ed432adcb0d246c5c844985" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c8787b02e32dc8bcf7ed432adcb0d246c5c844985 Tue Jul 18 18:17:23 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> efi_loader: correctly implement 100ns conversion

In efi_set_timer we receive the trigger time in intervals of 100 ns.
We should convert it to intervals of 1000 ns by 64bit division.

The patch supplies function efi_div10 that uses multiplication to
implement the missing 64 bit division.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>