]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: cedit: Support reading settings from CMOS RAM
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:38 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
commitcfc402db3954d7c852c322b232ad6d8842af6bf1
tree3e5eed7152cec2c46766d5b3dac2b9e2db9df27a
parenteb6c71b56282d3054dbffb83793e7d2c6745578e
expo: cedit: Support reading settings from CMOS RAM

Add a command to read edit settings from CMOS RAM, using the cedit
definition to indicate which registers and bits are used.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/cedit.c
boot/scene_internal.h
boot/scene_menu.c
cmd/cedit.c
doc/usage/cmd/cedit.rst
include/cedit.h
test/boot/cedit.c