[U-Boot] [PATCH v2 04/14] dm: video: Add a 'normal' text console driver

Simon Glass sjg at chromium.org
Thu Jan 21 16:18:56 CET 2016


On 18 January 2016 at 19:52, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> Acked-by: Anatolij Gustschin <agust at denx.de>
> ---
>
> Changes in v2: None
>
>  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

Applied to u-boot-dm


More information about the U-Boot mailing list