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 05DFDFA3744 for ; Mon, 31 Oct 2022 13:49:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DE601852DE; Mon, 31 Oct 2022 14:49:27 +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=1667224168; bh=yLtCLKtqBy5Q8fG+6obD5NQanbMdXRGGnuU+8HY1Qx0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=bYp75sYPTNKRRbsKJ85ir5k+T8Ac1gxxe1CVdMspX/UTR9AMwFXU/cKDRfekqgK2u /62NpjbBcfcCZaA+ddjXRoJGtjHozrASq9mu6ASp0yuaunKJSsUi2kwcBZuzRfzJHQ k51Fh7R04nSzHh76sHkMwfdN4T9YkO0Hg42f2a+sFwSKxBMO/SEHsLqkBs+sp6BHs2 /EdZjDxD4NFTYhwt2Sxjqfm8v6sSx6I8GVLvi4O/Rt++ainjl+GdW6raemc9O3opeH HDVkdQzGf/Exsz3gH0OeeCrExDyjAdC0ONxshhqHxa3u8uVCaImEztYyZlE2czMTkD EZGR/7D5t02sQ== 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 2604B85231; Mon, 31 Oct 2022 14:49:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667224165; bh=yLtCLKtqBy5Q8fG+6obD5NQanbMdXRGGnuU+8HY1Qx0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZaRht+ViDSURjW2tiMsdPscxZ19cVg0DEx/jrrbHBy0RdEnzaazHZRE+B0d4PXW1s PliNWl8+ZELFjn3uW6Za+qNaGBxs78e5a8Hzu7pf4/5decB0sIOU0KYIqU6UJFNdCF IgX8fGff3zKIr4Pqwn0GNo2m5idpgQMcffiHpjSZxAehI79QPA1QWQjtVd/koY1Alg d2gG3F6wnhs+OZnDutUdMV2DKdXL8+28vw6rDYlgQye90z1w0LIbhofBjIHZ33gico ygu0YnS+2NaM5c+8CBBd9YA4ovKGWWA8Ho79CqiYDEPevVew7QWW/rJRmyYR2dAAFM 3G0rdfFPIeRgw== Date: Mon, 31 Oct 2022 14:49:23 +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: <20221031144923.6f1db246@crub> In-Reply-To: <20221006143619.354301-1-sjg@chromium.org> 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 On Thu, 6 Oct 2022 08:36:02 -0600 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. ... Series applied to u-boot-video/master, thanks! -- Anatolij