[PATCH] reboot-mode: Add NVMEM reboot mode
Simon Glass
sjg at chromium.org
Sun Dec 4 22:16:54 CET 2022
On Sat, 3 Dec 2022 at 05:04, Sean Anderson <sean.anderson at seco.com> wrote:
>
> 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 at seco.com>
> ---
>
> MAINTAINERS | 1 +
> drivers/reboot-mode/Kconfig | 7 +++
> drivers/reboot-mode/Makefile | 1 +
> drivers/reboot-mode/reboot-mode-nvmem.c | 57 +++++++++++++++++++++++++
> 4 files changed, 66 insertions(+)
> create mode 100644 drivers/reboot-mode/reboot-mode-nvmem.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list