commit | 23825a964baaf57e241cb0c2f9a576ec18592266 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 18 19:52:18 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:10:15 2016 -0700 |
tree | b73b7d3234bb2b16396598aea88f94819086e4c2 | |
parent | 84c7fb34c2f8a9895b8a4f6adbfd584e6131cb79 [diff] |
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>