summaryrefslogtreecommitdiff
path: root/common/image-fit.c
diff options
context:
space:
mode:
authormario.six@gdsys.cc <mario.six@gdsys.cc>2016-07-19 14:20:13 (GMT)
committerTom Rini <trini@konsulko.com>2016-07-25 16:00:05 (GMT)
commitc4974632e2af6765f8d9590f1cba1afd0c6ffedf (patch)
treea98402bf2e373f1dfe7895c4dca31c90d32ad755 /common/image-fit.c
parent29d63a59eaf1c9f3b37e249cda2a97e5e4f183f8 (diff)
downloadu-boot-fsl-qoriq-c4974632e2af6765f8d9590f1cba1afd0c6ffedf.tar.xz
cmd: misc: Add support for fractions in sleep
A feasible way to communicate certain errors for devices that have no other way of signalling besides LEDs is to flash these LEDs. For errors in U-Boot, a script that utilizes the led and sleep commands would be a practicable way, but currently the sleep command can only delay for an integral amount of seconds, which is too slow to create an easily noticeable pattern for flashing LEDs. Therefore, this patch adds support for fractions (down to .001 seconds) to the sleep command. The parsing is kept minimal, simplistic and as robust as possible: After converting the passed string using simple_strtoul and multiplying it with 1000, we search for the first dot, convert the three characters after that into a number (if they are not numbers, we ignore the fractional part and just use the delay we got from simple_strtoul), and add this number to the delay. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'common/image-fit.c')
0 files changed, 0 insertions, 0 deletions