]> git.baikalelectronics.ru Git - uboot.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)
commitc628aae8a8d573c8eae15f80ee139e00d6d50643
treef446aefed10a4de31d6ad74a810472df4eaefaa3
parent059385226e9f7e7d47f0bb952465c7b164455cc1
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]