]> git.baikalelectronics.ru Git - uboot.git/commit
expo: Add support for scene menus
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:38 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:26:50 +0000 (18:26 -0500)
commitc1f73e7af07c36c35c95e8da12d75743513b44e9
tree8d9ee49c74f724dd1ff2628551ee517f0c7fcf94
parentf3e5093919656915ab459ae280545dd81aa86320
expo: Add support for scene menus

A menu is a key part of the expo design. It consists of a number of items
which the user can select from.

Add the initial implementation of this.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Makefile
boot/scene_menu.c [new file with mode: 0644]