]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/Kconfig
expo: Add a configuration editor
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:23:02 +0000 (10:23 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commita0874dc4ac7153f49f72c3fb818422d940ecbfea
tree301951243204c9654b3c85dc4b85db985d1e2e28
parent82cafee133ee5c087449761988c096fc26a17cf6
expo: Add a configuration editor

Add a new 'cedit' command which allows editing configuration using an
expo. The configuration items appear as menus on the display.

This is extremely basic, only supporting menus and not providing any way
to load or save the configuration.

Signed-off-by: Simon Glass <sjg@chromium.org>
14 files changed:
boot/Kconfig
boot/Makefile
boot/cedit.c [new file with mode: 0644]
boot/expo_build.c
boot/scene.c
boot/scene_internal.h
cmd/Kconfig
cmd/Makefile
cmd/cedit.c [new file with mode: 0644]
configs/sandbox_defconfig
doc/develop/expo.rst
doc/usage/cmd/cedit.rst [new file with mode: 0644]
doc/usage/index.rst
include/expo.h