]> git.dujemihanovic.xyz Git - u-boot.git/commit
reboot-mode: Add NVMEM reboot mode
authorSean Anderson <sean.anderson@seco.com>
Fri, 2 Dec 2022 16:03:53 +0000 (11:03 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 16:54:50 +0000 (11:54 -0500)
commit46b2e5e92cacd9b912c43f5fa42213946ab46a63
treef446aefed10a4de31d6ad74a810472df4eaefaa3
parent546795b5796670fda7985a50f17e281417ee0e4c
reboot-mode: Add NVMEM reboot mode

This adds an NVMEM reboot mode driver, similar to Linux's
implementation. This allows using the same device tree binding for Linux
and U-Boot in most cases.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
drivers/reboot-mode/Kconfig
drivers/reboot-mode/Makefile
drivers/reboot-mode/reboot-mode-nvmem.c [new file with mode: 0644]