summaryrefslogtreecommitdiff
path: root/include/reboot-mode/reboot-mode-rtc.h
AgeCommit message (Collapse)Author
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>