]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Use standard numbering for save and discard
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:31:57 +0000 (16:31 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
commitd8ff97ce91529263c9d82a4bc00e133822673ab0
tree71fabfa0482695b180c160aab18e3f0f38550d21
parent89f4f33c447e4c17e43372e3e91525187c43f54e
expo: Use standard numbering for save and discard

Set aside some expo IDs for 'save' and 'discard' buttons. This avoids
needing to store the IDs for these. Adjust the documentation and expo
tool for the new EXPOID_BASE_ID value.

Ignore these objects when saving and loading the cedit, since they do
not contain real data.

Adjust 'cedit run' to return failure when the user exits the expo
without saving. Update the test for this change as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/cedit.c
boot/expo.c
doc/develop/cedit.rst
doc/develop/expo.rst
include/expo.h
include/test/cedit-test.h
test/boot/cedit.c
test/boot/expo.c
test/boot/files/expo_ids.h
tools/expo.py