]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: cedit: Support writing settings to a file
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:33 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
commit2dee81fe5f4a6427ba48fe17ff017930ddf3b4e4
tree5c5b7430be7aebda1bef1dfec42dfea806ee48e8
parent6e648fa781eea9ae0c5e130217ffeabbd45d9385
expo: cedit: Support writing settings to a file

Support writing settings from an expo into a file in FDT format. It
consists of a single node with a two properties for each sceneitem,
one with tag ID chosen by the user and another for its text value.

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