From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 28 Dec 2018 22:35:05 +0100 Subject: [U-Boot] [PATCH 1/3] video: Add information about using TrueType fonts In-Reply-To: <20181227222519.5946-1-sjg@chromium.org> References: <20181227222519.5946-1-sjg@chromium.org> Message-ID: <20181228223505.68fa4fe3@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Thu, 27 Dec 2018 15:25:17 -0700 Simon Glass sjg at chromium.org wrote: > U-Boot supports using TrueType fonts on the console, which is useful for > presenting a nice UI to users, e.g. for system recovery. > > Add information about how to compile this on ARM platforms, since this is > not obvious. > > Signed-off-by: Simon Glass > --- > > doc/README.video | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij