]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Support setting a theme for the menu
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:42 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:26:51 +0000 (18:26 -0500)
commitd22a719d92f73d4904488267a8e6a204c0df178f
treea50e37bd6cb9fde926a7fcbbb4e32d2effb53bc4
parent180042d4241e955e44777f6c2f764d626ba3384c
bootstd: Support setting a theme for the menu

Allow a theme to be set. For now this is very simple, just a default font
size to use for all elements.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootflow_menu.c
boot/bootstd-uclass.c
include/bootflow.h
include/bootstd.h
test/boot/bootflow.c