All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Simon Glass <sjg@chromium.org>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
	"Ashok Reddy Soma" <ashok.reddy.soma@xilinx.com>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Chris Morgan" <macromorgan@hotmail.com>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Huang Jianan" <jnhuang95@gmail.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"John Keeping" <john@metanate.com>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Marek Behún" <kabel@kernel.org>,
	"Masahisa Kojima" <masahisa.kojima@linaro.org>,
	"Michal Simek" <michal.simek@amd.com>,
	"Ovidiu Panait" <ovidiu.panait@windriver.com>,
	"Pali Rohár" <pali@kernel.org>,
	"Rui Miguel Silva" <rui.silva@linaro.org>,
	"Samuel Dionne-Riel" <samuel@dionne-riel.com>,
	"Stefan Roese" <sr@denx.de>
Subject: Re: [PATCH 00/16] video: Enhancements to Truetype console
Date: Mon, 31 Oct 2022 14:55:58 +0100	[thread overview]
Message-ID: <20221031145558.229d5e86@crub> (raw)
In-Reply-To: <CAPnjgZ0nZfvkazXMKzsORjaLC4cRgfOFdth+trOkfFh6NKGP9w@mail.gmail.com>

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

  reply	other threads:[~2022-10-31 13:56 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 14:36 [PATCH 00/16] video: Enhancements to Truetype console Simon Glass
2022-10-06 14:36 ` [PATCH 01/16] video: Move console colours to the video uclass Simon Glass
2022-10-06 14:36 ` [PATCH 02/16] video: Provide a function to set the cursor position Simon Glass
2022-10-06 14:36 ` [PATCH 03/16] video: Use vidconsole_put_string() to write a string Simon Glass
2022-10-06 14:36 ` [PATCH 04/16] video: Move the console commands to cmd/ Simon Glass
2022-10-13 12:03   ` Ilias Apalodimas
2022-10-06 14:36 ` [PATCH 05/16] video: Move and rename DM_HX8238D option Simon Glass
2022-10-06 14:36 ` [PATCH 06/16] video: Allow filling the display with a colour Simon Glass
2022-10-06 14:36 ` [PATCH 07/16] video: Add function to obtain the U-Boot logo Simon Glass
2022-10-06 14:36 ` [PATCH 08/16] video: Tidy up the check for valid fonts Simon Glass
2022-10-06 14:36 ` [PATCH 09/16] video: Refactor to allow more than one font size Simon Glass
2022-10-06 14:36 ` [PATCH 10/16] video: Record the truetype font name Simon Glass
2022-10-06 14:36 ` [PATCH 11/16] video: Add a function to select the truetype metrics Simon Glass
2022-10-06 14:36 ` [PATCH 12/16] video: Add a way to change the font name and size Simon Glass
2022-10-06 14:36 ` [PATCH 13/16] video: Enable the cls command by default Simon Glass
2022-10-06 14:36 ` [PATCH 14/16] video: Add commands to list and change fonts Simon Glass
2022-10-06 14:36 ` [PATCH 15/16] video: Add a function to get the dimensions of a BMP image Simon Glass
2022-10-06 14:36 ` [PATCH 16/16] video: Add a way to get the default font height Simon Glass
2022-10-24 11:45 ` [PATCH 00/16] video: Enhancements to Truetype console Simon Glass
2022-10-31 13:55   ` Anatolij Gustschin [this message]
2022-10-31 19:27     ` Simon Glass
2022-10-31 13:49 ` Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221031145558.229d5e86@crub \
    --to=agust@denx.de \
    --cc=ashok.reddy.soma@xilinx.com \
    --cc=bmeng.cn@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jnhuang95@gmail.com \
    --cc=john@metanate.com \
    --cc=kabel@kernel.org \
    --cc=kever.yang@rock-chips.com \
    --cc=macromorgan@hotmail.com \
    --cc=masahisa.kojima@linaro.org \
    --cc=michal.simek@amd.com \
    --cc=ovidiu.panait@windriver.com \
    --cc=pali@kernel.org \
    --cc=rui.silva@linaro.org \
    --cc=samuel@dionne-riel.com \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.