
Hi Simon,
On Mon, 24 Oct 2022 05:45:34 -0600 Simon Glass sjg@chromium.org wrote:
Hi Anatolij,
On Thu, 6 Oct 2022 at 08:36, Simon Glass sjg@chromium.org wrote:
This series includes some minor enhancements to the Truetype console to allow it to support multiple fonts and sizes at the same time. This is useful for displays where the title needs to be in a larger font than the rest of the text on the display.
The fonts must still be compiled into U-Boot, but now it is possible to change fonts as needed.
Some other minor fixes and tweaks are included as well.
This is mostly in service of the upcoming VBE boot menu which needs to make better use of fonts.
I sent this and another series with video patches. Any thoughts?
I've applied both series. When applying, I changed patch
[PATCH 04/16] video: Move the console commands to cmd/
to keep vidconsole_position_cursor() in vidconsole uclass to avoid build errors in common/splash.c.
Thanks!
-- Anatolij