video console: implement multiple fonts configuration
authorDzmitry Sankouski <dsankouski@gmail.com>
Tue, 7 Mar 2023 10:21:14 +0000 (13:21 +0300)
committerAnatolij Gustschin <agust@denx.de>
Tue, 7 Mar 2023 14:57:19 +0000 (15:57 +0100)
commit39c1fa2c212b8acf15dfbccd7b10c6de93ba88df
tree799bc6e1d231a7eb93de3ddb6524aa6c9018890b
parent0e177d5a95c020c6d7a0d4294de5c7f34f5bf664
video console: implement multiple fonts configuration

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[agust: fixed build error when bmp logo disabled]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/splash.c
drivers/video/Kconfig
drivers/video/console_core.c
drivers/video/console_normal.c
drivers/video/console_rotate.c
drivers/video/vidconsole_internal.h
include/video_font.h
include/video_font_4x6.h
include/video_font_8x16.h
include/video_font_data.h [new file with mode: 0644]