sysreset: Add a way to find the last reset
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:46 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commit751fed426f87204517df14de76762461cd2a4203
tree97843e594f8276674c09d73665fe376bba040ae3
parenteb517315a67320e770cf4a100a922e8ae18fa54e
sysreset: Add a way to find the last reset

We have a method to return the last reset as a string for humans, but not
a method that allows it to be used programmatically. Add a new method that
returns the last reset as an enum.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/sysreset/sysreset-uclass.c
drivers/sysreset/sysreset_sandbox.c
include/sysreset.h
test/dm/sysreset.c