summaryrefslogtreecommitdiffstats
path: root/include/video_console.h
Commit message (Expand)AuthorAgeFilesLines
* video: Add helpers for vidconsole for the copy framebufferSimon Glass2020-07-091-0/+49
* video: Drop unnecessary #ifdef around vid_console_color()Simon Glass2020-07-091-4/+2
* video: Factor out vidconsole_put_string()Marek Vasut2019-05-201-0/+16
* dm: video: support more escape sequencesHeinrich Schuchardt2018-09-281-12/+16
* dm: video: adjust struct vidconsole_priv descriptionHeinrich Schuchardt2018-09-281-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-061-2/+10
* dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-061-0/+35
* dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-291-0/+11
* video: Provide a backspace methodSimon Glass2016-01-301-0/+14
* video: Provide a signal when a new console line is startedSimon Glass2016-01-301-0/+14
* video: Provide a left margin for the text consoleSimon Glass2016-01-301-0/+2
* video: Use fractional units for X coordinatesSimon Glass2016-01-301-9/+31
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-201-0/+136