[PATCH v3 5/9] video console: implement multiple fonts configuration

Simon Glass sjg at chromium.org
Thu Feb 16 00:49:56 CET 2023


On Wed, 15 Feb 2023 at 04:43, Dzmitry Sankouski <dsankouski at gmail.com> wrote:
>
> This needed for unit testing different fonts.
>
> Configured fonts are placed in an array of fonts.
> First font is selected by default upon console probe.
>
> Signed-off-by: Dzmitry Sankouski <dsankouski at gmail.com>
> ---
> Changes for v2: N/A
> Changes for v3: N/A
>
>  common/splash.c                |  17 ++-
>  drivers/video/Kconfig          |  15 +++
>  drivers/video/console_simple.c | 232 ++++++++++++++++++++-------------
>  include/video_font.h           |  17 ++-
>  include/video_font_4x6.h       |  11 +-
>  include/video_font_8x16.h      |   8 +-
>  include/video_font_data.h      |  31 +++++
>  7 files changed, 216 insertions(+), 115 deletions(-)
>  create mode 100644 include/video_font_data.h
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list