History log of /u-boot/include/reboot-mode/reboot-mode-rtc.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c74675bd 10-Jun-2021 Nandor Han <nandor.han@vaisala.com>

reboot-mode: read the boot mode from RTC memory

RTC devices could provide battery-backed memory that can be used for
storing the reboot mode magic value.

Add a new reboot-mode back-end that uses RTC to store the reboot-mode
magic value. The driver also supports both endianness modes.

Signed-off-by: Nandor Han <nandor.han@vaisala.com>
Reviewed-by: Simon Glass <sjg@chromium.org>