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)
commite64c29521c0e6111b446fd67e85c6dd3d491103c
treea50e37bd6cb9fde926a7fcbbb4e32d2effb53bc4
parentd985f1dbddb241c21a9150abf59dd386ba1ffe05
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