commit | 7bbbcbfd00f10b89946f57864331cd0a8bc14016 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:55 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:33 2025 +0100 |
tree | 687e56b55bf793e4f5d9d2d92980f39bc51bfbca | |
parent | fe80599a280c9b94bf5dbddd0c99447020ddf979 [diff] |
expo: Update bootflow_menu_poll() to return a sequence ID Rather than returning a bootflow, return the index of the bootflow. This will allow callers to do their own translation to bootflows or some other data structure. Also return a special code when the user tries to move the pointer, so that the caller can cancel the boot-menu timeout, if this is in use. Signed-off-by: Simon Glass <sjg@chromium.org>