commit | be04b9620cea2267a4a937c93aba7256523230b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:24 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 6d8232cd634cc5a8b8c8b28543a6085f8eec6517 | |
parent | 38fdda0372a9b1478ae2ab085106c98d5bd7e050 [diff] |
expo: Provide access to the current menu item Add functions to allow a caller to find out the current menu item and to select a different one. Update the event handling so that an attempt to change the current item (e.g. by pressing the up-arrow key) is reported to the caller, since this may be used to cancel an autoboot timeout. Signed-off-by: Simon Glass <sjg@chromium.org>