dm: video: Add a 'normal' text console driver
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 02:52:18 +0000 (19:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:15 +0000 (19:10 -0700)
commit72cded9ec0dd8e36e17372687b0284044ac079a6
treeb73b7d3234bb2b16396598aea88f94819086e4c2
parent83510766c90a52e58477267704fc5ca8f75c3dab
dm: video: Add a 'normal' text console driver

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 <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Makefile
drivers/video/console_normal.c [new file with mode: 0644]