[PATCH v4 0/1] vidconsole: refactoring and support for wider fonts

Dzmitry Sankouski dsankouski at gmail.com
Fri Feb 17 16:00:45 CET 2023


In version 4, only first patch sent, because review fixes to this would add
large rebase & patch formatting overhead. When it'll receive reviewed tag,
I'll resent entire rebased series.

Modern mobile phones typically have high pixel density.
Bootmenu is hardly readable on those with 8x16 font.

This patch series aims to add wider fonts for devices with high ppi.

Add 16x32, 12x22 fonts from linux, and allow font size configuration.

There was significant changes in version 2:
- fix video tests failures
- add runtime font size configuration
- add test for 12x22 font

In version 3,
'video console: add select font logic to vidconsole uclass driver'
patch was removed in favor of already merged patch
'video: Add font functions to the vidconsole API'

Dzmitry Sankouski (1):
  video console: refactoring and optimization

 drivers/video/console_normal.c      | 150 +++---------
 drivers/video/console_rotate.c      | 364 ++++++++--------------------
 drivers/video/vidconsole_internal.h | 148 +++++++++++
 3 files changed, 288 insertions(+), 374 deletions(-)
 create mode 100644 drivers/video/vidconsole_internal.h

-- 
2.30.2



More information about the U-Boot mailing list