From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CBD04ECAAA1 for ; Mon, 31 Oct 2022 13:56:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C022B852D5; Mon, 31 Oct 2022 14:56:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667224563; bh=vL4v8+EC1PyzwR/rwN+hAEJFU7ECL9RjYMj6HQqqJ8I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Z3+v73JxZkuLUXMoL2NCXNvMmjTad9RpJpRZbnxp6wQfOgmJ7nujrJrv/WslISEiS h53dG17Mzoz7CCtsLu/r1LacddsYDA8nliPyL1gTL2qKAu4/moz5gaVKq90cjFcM6t 5LZ5BEH5QEGDyOihWxUMOnFqDvuUj7Y3knoTnRZb0xMfK7qLJk1RnUifWxvKMrHTr8 5nwHWm89gDsnMAjECpG8yB4cAQnH8HtvviQkwdvPJ9tN1yZnFTQx59gcUmW7oFYkb/ ewTDt6fL+5BgjLf9idvR+J+5Gi5jQwd8ZDPqrVY/uNk/dXdZ1iL4Lvewj8xy2QFbQO Ya5AVuZ6l/6Zg== Received: from crub (pd95f184a.dip0.t-ipconnect.de [217.95.24.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 8668685228; Mon, 31 Oct 2022 14:55:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667224560; bh=vL4v8+EC1PyzwR/rwN+hAEJFU7ECL9RjYMj6HQqqJ8I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lMCD7snbIZkd+762VAWpQwsVcy10HayIij+kkEdIiV0ge9k0xczSH6MR+GM01wStp Ivo9Gc9bHs7+pZOfmmM233KV/1nmGe456iMao0KXH86xNjguwbx3N7MYqZ+fgDVXF6 V9ds/yql3JhSfirYJG/Tk8U7Bj6atRhEH997mZASVFsnJbxpEqNVcKAYPMRSgWU2iH 5ocedhjMr09cO93TfJxRs04fXsojDIHjA2IecZB8jYsEsp6m3B7/+CtYiSqkrJW0Y7 ix+4ic0FTxRWAqSRbxXeRVC+xDWdHDlqMMfnWhTG+32UNscyCCB9YXM/HRxx+Hd329 RkSminTmS+iEQ== Date: Mon, 31 Oct 2022 14:55:58 +0100 From: Anatolij Gustschin To: Simon Glass Cc: U-Boot Mailing List , Ashok Reddy Soma , Bin Meng , Chris Morgan , Heinrich Schuchardt , Huang Jianan , Ilias Apalodimas , John Keeping , Kever Yang , Marek =?UTF-8?B?QmVow7pu?= , Masahisa Kojima , Michal Simek , Ovidiu Panait , Pali =?UTF-8?B?Um9ow6Fy?= , Rui Miguel Silva , Samuel Dionne-Riel , Stefan Roese Subject: Re: [PATCH 00/16] video: Enhancements to Truetype console Message-ID: <20221031145558.229d5e86@crub> In-Reply-To: References: <20221006143619.354301-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean 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 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