From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 17 Jan 2016 21:04:10 +0100 Subject: [U-Boot] [PATCH 08/18] dm: video: Add a 'normal' text console driver In-Reply-To: <1452011474-15207-9-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-9-git-send-email-sjg@chromium.org> Message-ID: <20160117210410.67870215@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:04 -0700 Simon Glass wrote: > Most of the time we don't need to rotate the display so a simple font > blitting feature is enough for our purposes. Add a simple driver which > supports this function. It provides text output on the console using > the standard 8x16-pixel font. > > Signed-off-by: Simon Glass > --- > > drivers/video/Makefile | 2 +- > drivers/video/console_normal.c | 141 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 142 insertions(+), 1 deletion(-) > create mode 100644 drivers/video/console_normal.c Acked-by: Anatolij Gustschin -- Anatolij